var width;
var height;
var shortname;
function openthumb (shortthumbname) {
shortname=shortthumbname;
w_width=508;
w_height=590;

w_left=((screen.width-w_width)/2);
w_top=((screen.height-(w_height+56))/2);

w_scrollstatus='yes';
if (w_height>screen.height-56){
 w_height=screen.height-56;
 w_width+=20;
 w_scrollstatus='yes';

 w_left=((screen.width-w_width)/2);
 w_top=1;
};


var thumbwindow = window.open("", "thumb_videoplay", "menubar=no,directories=no,location=no,resizable=no,scrollbars="+w_scrollstatus+",width="+w_width +",height="+w_height+",left="+w_left+",top="+w_top);

thumbwindow.document.writeln('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><meta http-equiv="Content-Language" content="ru"><title>VIDEOPLAY.RU</title></head><body bgcolor=#D7D7E1 topmargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0 color=white></body></html>');

thumbwindow.close();
nomertaimera=setTimeout('openthumb2 ()',1);

}

function openthumb2 () {
var thumbwindow = window.open(""+shortname+"", "thumb_videoplay", "menubar=no,directories=no,location=no,resizable=no,scrollbars="+w_scrollstatus+",width="+w_width +",height="+w_height+",left="+w_left+",top="+w_top);
}
