// legal popup
function legal()
{
window.open("legal.html","legal","width=517,height=800,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=100,screeny=100,left=100,top=100");
}

// nav rollovers
browserName = navigator.appName;
      browserVersion = navigator.appVersion.charAt(0);
      changeimgok =
          (browserName == "Netscape" && browserVersion >= 3) ||
          (browserName == "Microsoft Internet Explorer" && browserVersion >= 4)

      if (changeimgok) {
          // Read images
          (img_button1_up = new Image()).src = "/ti/images/navTrulyIndie0.gif";
          (img_button1_dn = new Image()).src = "/ti/images/navTrulyIndie1.gif";
          (img_button2_up = new Image()).src = "/ti/images/navTheatres0.gif";
          (img_button2_dn = new Image()).src = "/ti/images/navTheatres1.gif";
          (img_button3_up = new Image()).src = "/ti/images/navPublicity0.gif";
          (img_button3_dn = new Image()).src = "/ti/images/navPublicity1.gif";
		  (img_button4_up = new Image()).src = "/ti/images/navAdvertising0.gif";
          (img_button4_dn = new Image()).src = "/ti/images/navAdvertising1.gif";
		  (img_button5_up = new Image()).src = "/ti/images/navGettingTi0.gif";
          (img_button5_dn = new Image()).src = "/ti/images/navGettingTi1.gif";
		  (img_button6_up = new Image()).src = "/ti/images/navPress0.gif";
          (img_button6_dn = new Image()).src = "/ti/images/navPress1.gif";
		  (img_button7_up = new Image()).src = "/ti/images/navNowPlaying0.gif";
          (img_button7_dn = new Image()).src = "/ti/images/navNowPlaying1.gif";
		  (img_button8_up = new Image()).src = "/ti/images/navComingSoon0.gif";
          (img_button8_dn = new Image()).src = "/ti/images/navComingSoon1.gif";
		  (img_button9_up = new Image()).src = "/ti/images/navArchive0.gif";
          (img_button9_dn = new Image()).src = "/ti/images/navArchive1.gif";
		  (img_button10_up = new Image()).src = "/ti/images/navContactUs0.gif";
          (img_button10_dn = new Image()).src = "/ti/images/navContactUs1.gif";
      }

      function ChangeImg(ImgObject,NewImage)
      {
          ImgObject.src = NewImage.src;
      }