/* var mov_win_wdth = "1020"; var mov_win_hght = "658"; var player_pageURL = "movie_player_new2.html"; */ var mov_win_wdth = screen.width; var mov_win_hght = screen.height; var player_pageURL = "movie_player.html"; /* function sample_open(brand,pcode){ var note; theURL = 'http://movielang.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(pcode,Mov_No){ var note; theURL = 'http://movielang.languagetown.com/'+player_pageURL+'?goods_type=l_cine&pcode='+pcode+'&no='+Mov_No; window.open(theURL,'movielang','left=0,top=0,width='+mov_win_wdth+',height='+mov_win_hght+',resizable=no,status=no,scrollbars=yes'); } function vw_cine(pcode,Mov_No){ var note; theURL = 'http://movielang.languagetown.com/'+player_pageURL+'?goods_type=l_cine&pcode='+pcode+'&no='+Mov_No; window.open(theURL,'movielang','left=0,top=0,width='+mov_win_wdth+',height='+mov_win_hght+',resizable=no,status=no,scrollbars=yes'); } function openWindow(theURL,winName){ pop_win = window.open(theURL,winName,'fullscreen,scrollbars=no'); pop_win.focus(); }