function newWindow(url, wvalue ,hvalue, scrollable) {var resize;		 		 resize = ",resizable";		 if (navigator.appName == "Netscape") {		 		 titlebar = ",titlebar=0";		 }		 window.open(url,'MPDAA', 'top=0,left=0,scrollbars=yes,status=yes,width=' + wvalue + ',height=' + hvalue + resize + ',toolbar=no,hotkeys=0');}function getFilmURL(eForm, link) {if (link == "") return;var viewNamesuffix = "";var sClosed = "";if (eForm.showClosed != null  && eForm.showClosed.checked)  {	viewNamesuffix = "_Closed"; 	sClosed = eForm.showClosed.checked;}var path = eForm.ServerName.value+eForm.DBName.value+"/LookupFilmsByDistributorBO"+viewNamesuffix+"/"+link+"?openDocument&showClosed="+sClosed;this.document.location = path;}function getFilmListURL(eForm, link) {var path = "http://"+eForm.SERVER_NAME.value+"/"+eForm.DB_NAME.value+"/LookupFilmListByDist/"+link+"?openDocument";this.document.location = path;}