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