var title_html="prestigem.ru";
var bgcolor_html="E4EDE5";
var window_name_html="picture_prestigem";
var window_handle_html;
var filename_html;
var width_html_auto=620;
var height_html_auto=620;
var scrollbars_html_auto='yes';

function open_html_window (user_filename_html, userwidth_html, userheight_html,userscrollbars_html) {
filename_html=user_filename_html;
width_html=width_html_auto;
height_html=height_html_auto;
scrollbars_html=scrollbars_html_auto;
if (userwidth_html>40){width_html=userwidth_html;};
if (userheight_html>40){height_html=userheight_html;};
if (userscrollbars_html>''){scrollbars_html=userscrollbars_html;};
window_handle_html = window.open("",window_name_html,"menubar=no,directories=no,location=no,resizable=no,scrollbars=no,width=1,height=1,left="+(screen.width+200)+",top="+(screen.height+200));
window_handle_html.document.open();
window_handle_html.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_html+' topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0></body></html>');
window_handle_html.document.close();
nomertaimera=setTimeout('open_html_window2()',1000);
}


function open_html_window2() {
if (width_html>screen.width){width_html=screen.width;height_html+=24;scrollbars_html='yes';};
if (height_html>screen.height-32){height_html=screen.height-56;width_html+=24;scrollbars_html='yes';
 if (width_html>screen.width){width_html=screen.width;};
};

window_handle_html.close();
nomertaimera2=setTimeout('open_html_window3()',750);
}


function open_html_window3() {
var window_handle_html = window.open(filename_html,window_name_html, "menubar=no,directories=no,location=no,resizable=no,scrollbars="+scrollbars_html+",width="+width_html +",height="+height_html+",left="+((screen.width-width_html)/2)+",top="+((screen.height-height_html-56)/2));
}