var title_img="All Sushi";
var bgcolor_img="f3e5c6";
var window_name_img="img_allsushi";
var window_name_img_number_old=0;
var window_name_img_number=Math.ceil(1000000*Math.random());
var window_handle_img=new Array();
var filename_img;
var title_img;
var width_img_auto=600;
var height_img_auto=600;
var scrollbars_img_auto='no';

function open_img_window (user_filename_img, userwidth_img, userheight_img, userscrollbars_img,usertitle_img) {
filename_img=user_filename_img;
width_img=width_img_auto;
height_img=height_img_auto;
scrollbars_img=scrollbars_img_auto;
if (usertitle_img>''){}else{usertitle_img='';}
if (userwidth_img>40){width_img=userwidth_img;};
if (userheight_img>40){height_img=userheight_img;};
if (userscrollbars_img>''){scrollbars_img=userscrollbars_img;};
if(window_name_img_number_old>0){window_handle_img[window_name_img_number_old].close();}

if (!((navigator.appName=='Microsoft Internet Explorer') & (navigator.appVersion=='4.0 (compatible; MSIE 6.0; Windows NT 5.1; en)'))){window_name_img_number=Math.ceil(1000000*Math.random()); }

window_handle_img[window_name_img_number] = window.open("",(window_name_img+window_name_img_number), "menubar=no,directories=no,location=no,resizable=no,scrollbars="+scrollbars_img+",width="+width_img +",height="+height_img+",left="+((screen.width-width_img)/2)+",top="+((screen.height-height_img-56)/2));
window_handle_img[window_name_img_number].document.open();
window_handle_img[window_name_img_number].document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><meta http-equiv="Content-Language" content="ru"><title>'+usertitle_img+' '+title_img+'</title><link rel="stylesheet" type="text/css" href="main.css"></head><body bgcolor="#'+bgcolor_img+'" topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0 onload=self.resizeTo(document.img.width+30,document.img.height+50);self.moveTo((screen.width-document.img.width)/2,(screen.height-document.img.height-56)/2)><table border=0 cellpadding=0 cellspacing=0 width=100% height=100%><tr><td align=center valign=top><a href="JavaScript:window.close();" title="Закрыть окно"><img src="'+filename_img+'" alt="Закрыть окно" border=0 name=img></a><br>'+usertitle_img+'</td></tr></table></body></html>');
window_handle_img[window_name_img_number].document.close();
window_name_img_number_old=window_name_img_number;
//alert(navigator.appName)
//alert(navigator.appVersion)
}