function wpopup() {
window.open("popup.html", "newwin", "width=680, height=600, alwaysLowered=no, alwaysRaised=yes, dependent=no, hotkeys=no, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no, z-lock=no, channelmode=no, directories=no, fullscreen=no")
}

function winOPEN(filNAM,winNAM){
	var wo ;
	wo = window.open(filNAM,winNAM,"toolbar=yes,scrollbars=yes,resizable=yes,width=680,height=600");
	wo.focus();
}