// JavaScript Document
br = "n3";

	btnIntroover = new Image();          
	btnIntroover.src = "/MidBar/locations/btnIntroover.gif";       // Active Intro Button
	btnFacilitiesover = new Image(); 
	btnFacilitiesover.src = "/MidBar/locations/btnFacilitiesover.gif";   // Active Facilities Button
	btnFilmover = new Image(); 
	btnFilmover.src = "/MidBar/locations/btnFilmover.gif";   // Active Film Button
	btnPhotoover = new Image();          
	btnPhotoover.src = "/MidBar/locations/btnPhotoover.gif";       // Active Photo Button
	btnProductover = new Image();          
	btnProductover.src = "/MidBar/locations/btnProductover.gif";       // Active Product Button
	btnMediaover = new Image(); 
	btnMediaover.src = "/MidBar/locations/btnMediaover.gif";   // Active Media Button
	btnMobileover = new Image(); 
	btnMobileover.src = "/MidBar/locations/btnMobileover.gif";   // Active Mobile Button
	btnContactover = new Image(); 
	btnContactover.src = "/MidBar/locations/btnContactover.gif";   // Active Contact Button
	
	
	btnIntrooff = new Image();          
	btnIntrooff.src = "/MidBar/locations/btnIntro.gif";       // Inactive Intro Button
	btnFacilitiesoff = new Image(); 
	btnFacilitiesoff.src = "/MidBar/locations/btnFacilities.gif";   // Inactive Facilities Button
	btnFilmoff = new Image(); 
	btnFilmoff.src = "/MidBar/locations/btnFilm.gif";   // Inactive Film Button
	btnPhotooff = new Image();          
	btnPhotooff.src = "/MidBar/locations/btnPhoto.gif";       // Inactive Photo Button
	btnProductoff = new Image();          
	btnProductoff.src = "/MidBar/locations/btnProduct.gif";       // Inactive Product Button
	btnMediaoff = new Image(); 
	btnMediaoff.src = "/MidBar/locations/btnMedia.gif";   // Inactive Media Button
	btnMobileoff = new Image(); 
	btnMobileoff.src = "/MidBar/locations/btnMobile.gif";   // Inactive Mobile Button
	btnContactoff = new Image(); 
	btnContactoff.src = "/MidBar/locations/btnContact.gif";   // Inactive Contact Button
