function pokaz(co, szer, wys){ 
	param="scrollbars=0,resizable=no,width="+szer+",height="+wys+",left="+(screen.width/2 - szer/2)+",top="+(screen.height/2 - wys/2 - 40); 
	var ok=window.open("","OKIENKO", param); 
	htmlText="<html><title>Clear Channel</title><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img src="+co+" width="+szer+" height="+wys+" onclick=window.close(); style='cursor:hand'></body></html>"; 
	ok.document.write(htmlText); 
			  ok.document.close();
		 ok.focus();
} 
function popup(co){ 
          var param="scrollbars=0,width=100,height=100"; 
          var ok=window.open("","OKIENKO", param); 
          var htmlText="<html><title>Clear Channel</title><body><img src="+co+" name='im' onclick=window.close(); onLoad=window.resizeTo(document.im.width+30,document.im.height+60); style='cursor:pointer'></body></html>"; 
          ok.document.write(htmlText); 
		  		  ok.document.close();
		 ok.focus();
} 

function popup1(co){ 
	
	param="scrollbars=0,scrollbars=auto"; 
	var ok=window.open("","OKIENKO", param); 
	htmlText="<html><title>Clear Channel</title><body><SCRIPT> function dymanicResize(){ window.resizeTo(document.im1.width+50,document.im1.height+80);}</SCRIPT><img src="+co+" onLoad='dymanicResize()' name='im1' onclick=window.close(); style='cursor:hand'></body></html>"; 
	ok.document.write(htmlText); 
			  ok.document.close();
		 ok.focus();
}  