var mov_win_wdth = "860"; var mov_win_hght = "776"; var player_pageURL = "magicdvd.html"; var sample_pageURL = "magicdvd_sample.html"; /* function sample_open(brand,pcode){ var note; theURL = 'http://magicdvd.languagetown.com/'+player_pageURL+'?brand='+brand+'&pcode='+pcode; window.open(theURL,'dreampop','left=0,top=0,width='+mov_win_wdth+',height='+mov_win_hght+',resizable=no,status=no'); } */ function sample_open(dvdtitle){ var note; theURL = 'http://magicdvd.languagetown.com/player/'+sample_pageURL+'?dvdtitle='+dvdtitle; window.open(theURL,'magicdvd','left=0,top=0,width='+mov_win_wdth+',height='+mov_win_hght+',resizable=no,status=no'); } function vw_cine(pcode,no){ var note; theURL = 'http://magicdvd.languagetown.com/player/'+player_pageURL+'?pcode='+pcode+'&no='+no; window.open(theURL,'magicdvd','left=0,top=0,width='+mov_win_wdth+',height='+mov_win_hght+',resizable=no,status=no'); } function openWindow(theURL,winName){ pop_win = window.open(theURL,winName,'fullscreen,scrollbars=no'); pop_win.focus(); }