// JavaScript Document
br = "n3";

	hoursbtnover = new Image();          
	hoursbtnover.src = "/MidBar/300ny/hoursbtn_over.gif";       // Active Home Button
	ratesbtnover = new Image(); 
	ratesbtnover.src = "/MidBar/300ny/ratesbtn_over.gif";   // Active AMF Button
	eventbtnover = new Image(); 
	eventbtnover.src = "/MidBar/300ny/eventbtn_over.gif";   // Active Field House Button
	specialsbtnover = new Image(); 
	specialsbtnover.src = "/MidBar/300ny/specialsbtn_over.gif";   // Active Field House Button
	
	
	hoursbtnoff = new Image();          
	hoursbtnoff.src = "/MidBar/300ny/hoursbtn.gif";       // Active Home Button
	ratesbtnoff = new Image(); 
	ratesbtnoff.src = "/MidBar/300ny/ratesbtn.gif";   // Active AMF Button
	eventbtnoff = new Image(); 
	eventbtnoff.src = "/MidBar/300ny/eventbtn.gif";   // Active Field House Button
	specialsbtnoff = new Image(); 
	specialsbtnoff.src = "/MidBar/300ny/specialsbtn.gif";   // Active Field House Button
	
