function popupTermsOfUse(){ termsofusewindow =window.open('/popups/termsOfUse.jsp','termsofusewindow','status=no,width=400,height=400,scrollbars=yes,menubar=yes,resizable=yes,toolbar=yes'); } function popupWhyVote(){ whyvotewindow =window.open('/popups/whyVote.jsp','whyvotewindow','status=no,width=225,height=200,scrollbars=auto,menubar=no,resizable=yes,toolbar=no'); } function popupVoteForm(title, movieId){ voteformwindow =window.open('/processors/voteForm.jsp?title='+title+'&stid='+movieId,'voteformwindow','status=no,width=185,height=315,scrollbars=no,menubar=no,resizable=yes,toolbar=no'); } function popupVideoPlayer(contentId){ videoplayerwindow =window.open('http://www.tcm.com/video/videoPlayer/?cid='+contentId,'videoplayerwindow','status=no,width=650,height=475,scrollbars=no,menubar=no,resizable=yes,toolbar=no'); } function popupArchivePages(contentId, index){ archivewindow =window.open('/popups/archivePopup.jsp?contentId='+contentId+'&index='+index,'archivewindow','status=no,width=400,height=400,scrollbars=yes,menubar=yes,resizable=yes,toolbar=yes'); } function popupFullImage(path, width, height) { imageWin=window.open(path, 'imageWin', 'status=no,height='+height+',width='+width+',left=30,top=120,resizable=yes,scrollbars=no'); } function ebayPopup(searchTerm) { window.open("/widgets/ebay.jsp?ebaySearchTerms="+searchTerm,"myHandle","status=no,height=500,width=630,left=30,top=120,resizable=yes,scrollbars=yes"); } /* from header.jsp */ function openWin(html, name, width, height, scroll) { if (width == '') var width = 350; if (height == '') var height = 650; myWin = window.open(html, name, 'status=no,width=' + width + ',height=' + height + ',scrollbars=' + scroll + ',resizable=yes,toolbar=no'); } function openMenuWin(html, name, width, height, scroll) { if (width == '') var width = 350; if (height == '') var height = 650; myWin = window.open(html, name, 'status=no,width=' + width + ',height=' + height + ',scrollbars=' + scroll + ',resizable=yes,toolbar=no,menubar=yes'); } function openFilmWin(path) { window.open(path, "filmWin", "status=no,height=500,width=400,left=30,top=120,resizable=yes,scrollbars=yes"); } function openRemindMeWin(titleId) { openWin('http://www.tcm.com/processors/remindme.jsp?remindMe= |'+titleId,'remindme','310','640','yes'); } function openFooterWin(url,name,height,width) { popupWin = window.open(url, name, "width="+width+",height="+height+",status=no,menubar=no,scrollbars=yes,resizable=yes"); if (window.focus) { popupWin.focus(); } } function openFooterWinGetTCM(url,name,height,width) { popupWin = window.open(url, name, "width="+width+",height="+height+",status=no,menubar=no,scrollbars=no,resizable=no, screenX= 30,screenY=0,top=0,left=30"); if (window.focus) { popupWin.focus(); } }