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