<!--
function WinOpen0(URL){
	newWin=window.open(URL,"WinName0","toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=450,height=450");
setTimeout('nw_focus()', 50);
}
function nw_focus() {
	newWin.focus();
}
//-->
