 <!--  
var newwindow;
function popwin(url)
{
	newwindow=window.open(url,'name','height=350,width=575,resizable=yes,scrollbars=yes,');
	if (window.focus) {newwindow.focus()}
}
-->