function oPenImag(iMagPath) { localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=400,height=300,directories=no,status=no,resizable=yes,menubar=yes"); localwin.focus(); } function oPenImag1(iMagPath) { localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=500,height=350,directories=no,status=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes"); localwin.focus(); } function oPenImag2(iMagPath) { localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=650,height=450,directories=no,status=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes"); localwin.focus(); } function oPenImag3(iMagPath) { localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=650,height=570,directories=no,status=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes"); localwin.focus(); } function oPenImag4(iMagPath) { localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=900,height=700,directories=no,status=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes"); localwin.focus(); }