var title="Фотоальбом"; var bgcolor="ffffff"; var window_name="picture"; var window_handle; var picture_filename; var width=800; var height=800; var scrollbars='no'; function openthumb (user_picture_filename, userwidth, userheight) { window.open("one_photo.php?p="+user_picture_filename+"",window_name,"menubar=no,directories=no,location=no,resizable=yes,scrollbars=no,width=1,height=1,left=0,top=0"); /* picture_filename=user_picture_filename; if (userwidth>0){width=userwidth;}; if (userheight>0){height=userheight;}; window_handle = window.open("",window_name,"menubar=no,directories=no,location=no,resizable=no,scrollbars=no,width=1,height=1,left="+(screen.width+200)+",top="+(screen.height+200)); window_handle.document.open(); window_handle.document.write('
'); window_handle.document.close(); nomertaimera=setTimeout('openthumb2()',1000); */ } function openthumb2() { testwidth=window_handle.document.thumb_image.width; testheight=window_handle.document.thumb_image.height; if (testwidth>0){width=testwidth;}; if (testheight>0){height=testheight;}; if (width>screen.width){width=screen.width;height+=24;scrollbars='yes';}; if (height>screen.height-32){height=screen.height-56;width+=24;scrollbars='yes'; if (width>screen.width){width=screen.width;}; }; window_handle.close(); nomertaimera2=setTimeout('openthumb3()',750); } function openthumb3() { var window_handle = window.open("",window_name, "menubar=no,directories=no,location=no,resizable=no,scrollbars="+scrollbars+",width="+width +",height="+height+",left="+((screen.width-width)/2)+",top="+((screen.height-height-56)/2)); window_handle.document.open(); window_handle.document.write(''+title+'
'); window_handle.document.close(); }