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