 <!--  
var newwindow;
function popwin2(url)
{
	newwindow=window.open(url,'name','height=300,width=600,resizable=no,scrollbars=yes,');
	if (window.focus) {newwindow.focus()}
}
-->