function openwindow(theURL,width,height) {    window.open(theURL,'winName','width=' + width + ',height=' + height + ',resizable=0,scrollbars=0,menubar=0,toolbar=0,location=0,directories=0,status=0');}function openwindow2(theURL,width,height) {    window.open(theURL,'winName','width=' + width + ',height=' + height + ',resizable=0,scrollbars=1,menubar=0,toolbar=0,location=0,directories=0,status=0');}