function openWinIm(imName, imW, imH, str1, str2){
var X1=(screen.width-imW)/2;
var Y1=(screen.height-imH)/2-40;
var  winP;
if (X1>0&&Y1>0){
winP = "toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,left=" +X1 +",top=" + Y1+ "," +  "width="+imW + "," + "height=" +imH;} else {
if (X1<=0&&Y1<=0){winP = "toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,left=0,top=0," +  "width="+(screen.width-10);} else { if(X1>0){winP = "toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,left=" +X1 +",top=" + 0+ "," +  "width="+imW +"," + "height=" +(screen.height-60);};if(Y1>0){ winP = "toolbar=no,status=no,scrollbars=yes,resizable=yes,menubar=no,left=" +0 +",top=" + Y1+ "," +  "width="+(screen.width-10) + "," + "height=" +imH;};};
}
var myWin= open("", "", winP);
myWin.document.open();
myWin.document.write("<html><head>");
myWin.document.write("<meta http-equiv=Content-Type content=\"text/html; charset=windows-1251\">");
myWin.document.write("<title>"+str1+"</title>");
myWin.document.write("<style type=text/css>");
myWin.document.write("#ffn{	 font-size : x-small; 	font-family : Arial, sans-serif; 	color: #000000;  text-decoration: none;}");
myWin.document.write("</style>");
myWin.document.write("</head><body bgcolor=#ffffff topmargin=5 leftmargin=5 bottommargin=5 rightmargin=5>");
myWin.document.write("<div align=center><a id=ffn href=\'javascript: window.close();\'><img src=" + imName + " border=0 alt=\"***ÇÀÊÐÛÒÜ ÎÊÍÎ***" +"\" ></a>");
if(str1!=''){myWin.document.write("<br><p id=ffn>" + str1 + "<br>" + str2 +"</p></div>");};

myWin.document.write("<!-- SpyLOG v2 f:0211 --><script language=\"javascript\">");
myWin.document.write("u=\"u1174.70.spylog.com\";d=document;nv=navigator;na=nv.appName;p=1; bv=Math.round(parseFloat(nv.appVersion)*100); n=(na.substring(0,2)==\"Mi\")?0:1;rn=Math.random();z=\"p=\"+p+\"&rn=\"+rn;  y=\"\"; y+=\"<a href=\'http://\"+u+\"/cnt?f=3&p=\"+p+\"&rn=\"+rn+\"\' target=_blank>\"; y+=\"<img src=\'http://\"+u+\"/cnt?\"+z+ \"&r=\"+escape(d.referrer)+\"&pg=\"+escape(window.location.href)+\"\' border=0 width=1 height=1 alt=\'SpyLOG\'>\"; y+=\"</a>\"; d.write(y);if(!n) { d.write(\"<\"+\"!--\"); }//--></script><noscript><a href=\"http://u1174.70.spylog.com/cnt?f=3&p=1\" target=_blank><img src=\"http://u1174.70.spylog.com/cnt?p=1\" alt=\'SpyLOG\' border=\'0\' width=1 height=1></a></noscript><script language=\"javascript1.2\"><!-- if(!n) { d.write(\"--\"+\">\"); }//--></script>");
myWin.document.write("<!-- SpyLOG -->");
myWin.document.write("</body></html>");
myWin.document.close();
}

