function bioGo(vURL)
{
	window.open(vURL, 'bios', 'toolbar=no,location=no,scrollbars=yes,fullscreen=no,status=no,width=450,height=400');
	
}
