var title_img="prestigem.ru - увеличенное изображение";
var bgcolor_img="E4EDE5";
var window_name_img="picture_prestigem";
var window_handle_img;
var filename_img;
var width_img_auto=800;
var height_img_auto=600;
var scrollbars_img_auto='no';

function open_img_window (user_filename_img, userwidth_img, userheight_img, userscrollbars_img) {
filename_img=user_filename_img;
width_img=width_img_auto;
height_img=height_img_auto;
scrollbars_img=scrollbars_img_auto;
if (userwidth_img>40){width_img=userwidth_img;};
if (userheight_img>40){height_img=userheight_img;};
if (userscrollbars_img>''){scrollbars_img=userscrollbars_img;};
window_handle_img = window.open("",window_name_img,"menubar=no,directories=no,location=no,resizable=no,scrollbars=no,width=1,height=1,left="+(screen.width+200)+",top="+(screen.height+200));
window_handle_img.document.open();
window_handle_img.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><meta http-equiv="Content-Language" content="ru"><title></title></head><body bgcolor=#'+bgcolor_img+' topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0><table border=0 cellpadding=0 cellspacing=0 width=100% height=100%><tr><td align=center valign=middle><img src="'+filename_img+'" alt="" border=0 name=image></td></tr></table></body></html>');
window_handle_img.document.close();
nomertaimera=setTimeout('open_img_window2()',1000);
}


function open_img_window2() {
testwidth_img=window_handle_img.document.image.width;
testheight_img=window_handle_img.document.image.height;
if (testwidth_img>40){width_img=testwidth_img;};
if (testheight_img>40){height_img=testheight_img;};
if (width_img>screen.width){width_img=screen.width;height_img+=24;scrollbars_img='yes';};
if (height_img>screen.height-32){height_img=screen.height-56;width_img+=24;scrollbars_img='yes';
 if (width_img>screen.width){width_img=screen.width;};
};

window_handle_img.close();
nomertaimera2=setTimeout('open_img_window3()',750);
}


function open_img_window3() {
var window_handle_img = window.open("",window_name_img, "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.document.open();
window_handle_img.document.write('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><meta http-equiv="Content-Language" content="ru"><title>'+title_img+'</title></head><body bgcolor="#'+bgcolor_img+'" topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0><table border=0 cellpadding=0 cellspacing=0 width=100% height=100%><tr><td align=center valign=middle><img src="'+filename_img+'" alt="" border=0 name=thumb_image></td></tr></table></body></html>');
window_handle_img.document.close();
}