<!--// Navigations of Cast and Staff
if(navigator.appVersion.charAt(0) >="3"){
	var imgCast = new Array();
		// William Wyler
		imgCast[0] = new Image(); imgCast[0].src = "../images/nav00031.gif";
		imgCast[1] = new Image(); imgCast[1].src = "../images/nav10031.gif";
		// Gregory Peck
		imgCast[2] = new Image(); imgCast[2].src = "../images/nav00032.gif";
		imgCast[3] = new Image(); imgCast[3].src = "../images/nav10032.gif";
		// Audrey Hepburn
		imgCast[4] = new Image(); imgCast[4].src = "../images/nav00033.gif";
		imgCast[5] = new Image(); imgCast[5].src = "../images/nav10033.gif";
		// Eddie Albert
		imgCast[6] = new Image(); imgCast[6].src = "../images/nav00034.gif";
		imgCast[7] = new Image(); imgCast[7].src = "../images/nav10034.gif";
		// Edith Head
		imgCast[8] = new Image(); imgCast[8].src = "../images/nav00035.gif";
		imgCast[9] = new Image(); imgCast[9].src = "../images/nav10035.gif";

	function MoverCast(nam,num){
		if (navigator.appVersion.charAt(0) >="3"){
		document.images[nam].src=imgCast[num].src;
		}else{}
	}

	function MoutCast(nam,num){
		ocument.images[nam].src = imgCast[num].src;
	}
}
//-->