function modelesswin(url,mwidth,mheight){ if (document.all&&window.print) //if ie5 eval('window.showModelessDialog(url,"","help:0;resizable:0;dialogWidth:1024px;dialogHeight:768px")') else eval('window.open(url,"","width=1024px,height=768px,resizable=0,scrollbars=1")') }