function imgopen(imgf,tit){
	
	rand_id='image'+(Math.round(Math.random()*1000));
	
	outf="<html>"
	 +"<head>"
	 +"<title>"+tit+"</title>"
	 +"<style>body{margin:0px}</style>"
	 +"</head>"
	 +"<body leftmargin=0 topmargin=0>"
	 +"<img src=\"/i/fotki/"+imgf+"\">";
	
	iopen="iwin=self.open('"+imgf+"', '"+rand_id+"', 'width='+(img1.width)+',height='+(img1.height)+',top=0,left=0');"
	 +"iwin.document.write('"+outf+"');"
	 +"iwin.focus();";
	
	img1=new Image();
	img1.src=imgf;
	
	if(img1.width!=0) eval(iopen);
	
	else{
	iwin = self.open('about:blank', 'f'+rand_id, 'width=900,height=600,top=0,left=0');
	iwin.document.write("<html>"
	+"<body>Загрузка...<br />"
	 +"<"+"script>"
	  +"function imo(img1){"+iopen
	  +"self.close();"
	 +"}<"+"/script>"
	 +"<img src='/i/fotki/"+imgf+"' onload='imo(this);'>");
	 }
}
function imgopen_v(imgf,tit){
	
	rand_id='image'+(Math.round(Math.random()*1000));
	
	outf="<html>"
	 +"<head>"
	 +"<title>"+tit+"</title>"
	 +"<style>body{margin:0px}</style>"
	 +"</head>"
	 +"<body leftmargin=0 topmargin=0>"
	 +"<img src=\"/i/fotki/"+imgf+"\">";
	
	iopen="iwin=self.open('"+imgf+"', '"+rand_id+"', 'width='+(img1.width)+',height='+(img1.height)+',top=0,left=0');"
	 +"iwin.document.write('"+outf+"');"
	 +"iwin.focus();";
	
	img1=new Image();
	img1.src=imgf;
	
	if(img1.width!=0) eval(iopen);
	
	else{
	iwin = self.open('about:blank', 'f'+rand_id, 'width=600,height=400,top=0,left=0');
	iwin.document.write("<html>"
	+"<body>Загрузка...<br />"
	 +"<"+"script>"
	  +"function imo(img1){"+iopen
	  +"self.close();"
	 +"}<"+"/script>"
	 +"<img src='/i/fotki/"+imgf+"' onload='imo(this);'>");
	 }
}
