<!--

//pop up code
function MM_openBrWindow(theURL,winName,features) { //v2.0
 	window.open(theURL,winName,features);
}

//pre loads
img1 = new Image(); 
img1.src="images/bto_home.gif";
img2 = new Image(); 
img2.src="images/bto_coming_soon.gif";
img3 = new Image(); 
img3.src="images/bto_current_releases.gif";
img4 = new Image(); 
img4.src="images/bto_vault.gif";
img5 = new Image(); 
img5.src="images/bto_trailers.gif";
img6 = new Image(); 
img6.src="images/bto_competitions.gif";
img7 = new Image(); 
img7.src="images/bto_games.gif";
img8 = new Image(); 
img8.src="images/bto_non_theatrical.gif";
img9 = new Image(); 
img9.src="images/bto_book_tickets.gif";
img10 = new Image(); 
img10.src="images/bto_press_room.gif";

//moviemail sign up script
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 

function writeText(thefield){
if (thefield.value=="")
thefield.value = "enter your email here"
}

//random promotion button 1 (normally competitions)
var randomnumber1=Math.floor(Math.random()*2);
var promotion1;
var promoNo1;
//var clickThru1;

if (randomnumber1==1){
promotion1="dfs";
promoNo1="796";
//promotion1="pps";
//clickThru1="http://www.paramountpictures.co.uk/news/paramount_vodcast_news.asp";
}

else {
promotion1="mid";
promoNo1="797";
//promotion1="pps";
//clickThru1="http://www.paramountpictures.co.uk/news/paramount_vodcast_news.asp";
}

//random promotion button 2 (normally urls)
var randomnumber2=Math.floor(Math.random()*2);
var promotion2;
var clickThru2;

if (randomnumber2==1){
promotion2="pps";
clickThru2="http://www.paramountpictures.co.uk/news/paramount_vodcast_news.asp";
}

else {
promotion2="pps";
clickThru2="http://www.paramountpictures.co.uk/news/paramount_vodcast_news.asp";
}

//-->