// Boiler Plate

// Make sure page opens within frameset
if (top == self) self.location.href = "http://www.futurefilm.com";

// reloads the window if Nav4 resized
function MM_reloadPage(init) {  
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// set the top navigation buttons to the proper color
function setNav(current_page) {
 // var sections = new Array ("film", "lg_format", "scanning", "design");
  //var index = 0;
  //while (index < sections.length) {
	//if (sections[index] == current_page) {
	  //eval("parent.topFrame.document." + sections[index] + ".src = 'images/header/nav_" + sections[index] + "_off.gif'");
	//} else {
	 // eval("parent.topFrame.document." + sections[index] + ".src = 'images/header/nav_" + sections[index] + ".gif'");
    //}
	//index++;
 // }
}