function openMyWindow(theURL,winName,features) { imagewin=window.open(theURL,winName,features); imagewin.focus(); } document.write('