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