function popup (img,sx,sy,num) {
		 var winl = (screen.width-sx)/2;
		 var wint = (screen.height-sy)/2;
    image = "<a href='javascript:self.close()'><img src=" + img + " border=0 alt='Click to Close'></a>";
    popupwin=window.open("","photo"+num," scrollbars=yes, toolbar=no,location=no,directories=no,status=no,menubar=no,top="+wint+",left="+winl+",width="+sx+",height="+sy+"");
   /* 
	popupwin.document.write("<HTML><HEAD><TITLE>Autogallery Pop-Up Title</TITLE><BASE HREF=\/\></HEAD><BODY BGCOLOR=#FFFFFF><CENTER>" + image + "</CENTER></BODY></HTML>");
	*/
  
  popupwin.document.write("<head><title>ÑÒÎ 8 Ôîòî</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\" /><link href=\"/bitrix/templates/nissan1/styles.css\" rel=\"stylesheet\" type=\"text/css\" /></head><body><a href=\"JavaScript:window.close();\">" + image + "</a></body></html>");     
	popupwin.document.close();
}
