function openWindow(C,B,D,A){myRef=window.open(C,B,"left=90,top=90,width="+D+",height="+A+",toolbar=0,resizable=0,scrollbars=1,status=0,menubar=0")}function openHelp(A){openWindow(A,"help","400","350")}function openResizableWindow(C,B,D,A){myRef=window.open(C,B,"left=90,top=90,width="+D+",height="+A+",toolbar=0,resizable=1,scrollbars=1,status=1,menubar=1")};
