	//menu items
	
	nav1_on = new Image();	
	nav1_on.src= 'images/nav_articles_on.gif';
	nav1_off = new Image();	
	nav1_off.src= 'images/nav_articles.gif';
		
	nav2_on = new Image();	
	nav2_on.src= 'images/nav_athletes_on.gif';
	nav2_off = new Image();	
	nav2_off.src= 'images/nav_athletes.gif';
	
	nav3_on = new Image();	
	nav3_on.src= 'images/nav_funruns_on.gif';
	nav3_off = new Image();	
	nav3_off.src= 'images/nav_funruns.gif';
	
	nav4_on = new Image();	
	nav4_on.src= 'images/nav_venues_on.gif';
	nav4_off = new Image();	
	nav4_off.src= 'images/nav_venues.gif';
	
	nav5_on = new Image();	
	nav5_on.src= 'images/nav_calendar_on.gif';
	nav5_off = new Image();	
	nav5_off.src= 'images/nav_calendar.gif';
		
	nav6_on = new Image();	
	nav6_on.src= 'images/nav_schools_on.gif';
	nav6_off = new Image();	
	nav6_off.src= 'images/nav_schools.gif';
	
	nav7_on = new Image();	
	nav7_on.src= 'images/nav_about_on.gif';
	nav7_off = new Image();	
	nav7_off.src= 'images/nav_about.gif';
	
	//callout items	
	callout_register_on = new Image();	
	callout_register_on.src= 'images/callout_register_on.gif';
	callout_register_off = new Image();	
	callout_register_off.src= 'images/callout_register_off.gif';
	
	callout_im_on = new Image();	
	callout_im_on.src= 'images/callout_im_on.gif';
	callout_im_off = new Image();	
	callout_im_off.src= 'images/callout_im.gif';
	
	signup_on = new Image();	
	signup_on.src= 'images/BTR_Newsletter_Butt_On.gif';
	signup_off = new Image();	
	signup_off.src= 'images/BTR_Newsletter_Butt.gif';
	
	
	function openWindow(P_filename, P_name, P_width, P_height, P_resizable, P_scrollbars) { 
		features = 'width=' + P_width + ', height=' + P_height + ', resizable=' + P_resizable + ', scrollbars=' + P_scrollbars;
		window.open(P_filename, P_name, features); 
	} 
	
	function playTrack(num) {
		theIndex = num - 1;
		parent.footer.document.Player_Master.SetVariable("_root.trackIndex", theIndex);
	}
						
	