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