//<!--

function openWin(url, name, w, h) 
{
	bio=window.open(url, 'biowin', 	"scrollbars=yes,toolbar=yes,resizable=yes,menubar=yes,width="+w+",height="+h);
bio.location.href=url;
bio.focus();
}

// -->