function ShowImg(id,w,h) { open('https://bikfordoff.ru/popup.php?id='+id, '', "width="+w+",height="+h+",left="+(screen.width-w)/2+",top="+(screen.height-h)/2 ) } function ShowVideo(url) { w = open('', '', "width=192,height=144,left=300,top=200" ) w.document.write( 'Bikfordoff' ) w.document.write( '' ) w.document.write( '' ) } function ShowPopup( url, w, h, scrll ) { scrll=scrll?'scrollbars=yes,':''; if(!w) w=500; if(!h) h=400; open( url, "", scrll+",width="+w+",height="+h+",left="+(screen.width-w)/2+",top="+(screen.height-h-40)/2 ); }