function PopWindow(file, name, w, h) {
	;myWin= window.open(file, name, "top=20,left=80,width=" + w +",height=" + h + ",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=yes,directories=no,toolbar=no");
}
