// Sets the variables for the "ON" rollover state
	var nav_services_on = new Image
	nav_services_on.src = "/images/nav_services_on.gif"
	
	var nav_company_on = new Image
	nav_company_on.src = "/images/nav_company_on.gif"
	
	var nav_contact_on = new Image
	nav_contact_on.src = "/images/nav_contact_on.gif"
	
	var nav_home_on = new Image
	nav_home_on.src = "/images/nav_home_on.gif"
	
// Sets the variables for the "OFF" rollover state
	var nav_services_off = new Image
	nav_services_off.src = "/images/nav_services.gif"
	
	var nav_company_off = new Image
	nav_company_off.src = "/images/nav_company.gif"
	
	var nav_contact_off = new Image
	nav_contact_off.src = "/images/nav_contact.gif"
	
	var nav_home_off = new Image
	nav_home_off.src = "/images/nav_home.gif"
