function opWin(tit,img){

imgw=700; imgh=480;

l=(screen.width-imgw)/2;

t=(screen.height-imgh)/2;

qwe=open('','q','menubar=no,status=yes,width='+imgw+',height='+imgh+',top='+t+',left='+l+'');

qwe.document.open();

qwe.document.write('<html><head><title>'+tit+'</title></head><body bgcolor="white" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><th width="100%" height="100%"><img src="'+img+'" width="700" height="480"></th></tr></table></body></html>');

qwe.document.close();

}


function opWin2(tit,img){

imgw=200; imgh=200;

l=(screen.width-imgw)/2;

t=(screen.height-imgh)/2;

qwe=open('','q','menubar=no,status=yes,width='+imgw+',height='+imgh+',top='+t+',left='+l+'');

qwe.document.open();

qwe.document.write('<html><head><title>'+tit+'</title></head><body bgcolor="white" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><th width="100%" height="100%"><img src="'+img+'" width="700" height="480"></th></tr></table></body></html>');

qwe.document.close();

}

function opWin3(tit,img){

imgw=410; imgh=600;

l=(screen.width-imgw)/2;

t=(screen.height-imgh)/2;

qwe=open('','q','menubar=no,status=yes,width='+imgw+',height='+imgh+',top='+t+',left='+l+'');

qwe.document.open();

qwe.document.write('<html><head><title>'+tit+'</title></head><body bgcolor="white" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><th width="100%" height="100%"><img src="'+img+'" width="410" height="600"></th></tr></table></body></html>');

qwe.document.close();

}

function opWin4(tit,img,imgw,imgh){

l=(screen.width-imgw)/2;

t=(screen.height-imgh)/2;

qwe=open('','q','menubar=no,status=yes,scrollbars=yes,width='+imgw+',height='+imgh+',top='+t+',left='+l+'');

qwe.document.open();

qwe.document.write('<html><head><title>'+tit+'</title></head><body bgcolor="white" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><th width="100%" height="100%"><img src="'+img+'" width='+imgw+' height='+imgh+'></th></tr></table></body></html>');

qwe.document.close();

}


