function showvp(url){
	window.open('http://' + url, 'vp', 'status=yes,scrollbars=yes,width=770,height=600');
}

function showbio(id){
	window.open('biosheet.php?userid=' + id, id, 'status=yes,scrollbars=yes,width=770,height=950');
}

function customize(){
	window.open('customizeurl.php', 'customize', 'status=yes,width=500,height=400');
}
