var nav_profile_on = new Image()
nav_profile_on.src = "/images/nav/profile2.jpg"
var nav_profile_off = new Image() 
nav_profile_off.src = "/images/nav/profile1.jpg"

var nav_services_on = new Image()
nav_services_on.src = "/images/nav/services2.jpg"
var nav_services_off = new Image() 
nav_services_off.src = "/images/nav/services1.jpg"

var nav_gallery_on = new Image()
nav_gallery_on.src = "/images/nav/gallery2.jpg"
var nav_gallery_off = new Image() 
nav_gallery_off.src = "/images/nav/gallery1.jpg"

var nav_resources_on = new Image()
nav_resources_on.src = "/images/nav/resources2.jpg"
var nav_resources_off = new Image() 
nav_resources_off.src = "/images/nav/resources1.jpg"

var nav_clients_on = new Image()
nav_clients_on.src = "/images/nav/clients2.jpg"
var nav_clients_off = new Image() 
nav_clients_off.src = "/images/nav/clients1.jpg"

var nav_contact_us_on = new Image()
nav_contact_us_on.src = "/images/nav/contact_us2.jpg"
var nav_contact_us_off = new Image() 
nav_contact_us_off.src = "/images/nav/contact_us1.jpg"

var nav_blog_on = new Image()
nav_blog_on.src = "/images/nav/blog2.jpg"
var nav_blog_off = new Image() 
nav_blog_off.src = "/images/nav/blog1.jpg"

var nav_commercial_on = new Image()
nav_commercial_on.src = "/images/nav/commercial2.jpg"
var nav_commercial_off = new Image() 
nav_commercial_off.src = "/images/nav/commercial1.jpg"

var nav_residential_on = new Image()
nav_residential_on.src = "/images/nav/residential2.jpg"
var nav_residential_off = new Image() 
nav_residential_off.src = "/images/nav/residential1.jpg"

var nav_general_contracting_on = new Image()
nav_general_contracting_on.src = "/images/nav/general_contracting2.jpg"
var nav_general_contracting_off = new Image() 
nav_general_contracting_off.src = "/images/nav/general_contracting1.jpg"

var nav_property_maintenance_on = new Image()
nav_property_maintenance_on.src = "/images/nav/property_maintenance2.jpg"
var nav_property_maintenance_off = new Image() 
nav_property_maintenance_off.src = "/images/nav/property_maintenance1.jpg"

var nav_contact_info_on = new Image()
nav_contact_info_on.src = "/images/nav/contact_info2.jpg"
var nav_contact_info_off = new Image() 
nav_contact_info_off.src = "/images/nav/contact_info1.jpg"

var nav_buildlinks_on = new Image()
nav_buildlinks_on.src = "/images/nav/buildlinks2.jpg"
var nav_buildlinks_off = new Image() 
nav_buildlinks_off.src = "/images/nav/buildlinks1.jpg"

var nav_request_on = new Image()
nav_request_on.src = "/images/nav/request_a_quote2.jpg"
var nav_request_off = new Image() 
nav_request_off.src = "/images/nav/request_a_quote1.jpg"

var nav_newsletter_on = new Image()
nav_newsletter_on.src = "/images/nav/newsletter2.jpg"
var nav_newsletter_off = new Image() 
nav_newsletter_off.src = "/images/nav/newsletter1.jpg"

var nav_client_list_on = new Image()
nav_client_list_on.src = "/images/nav/client_list2.jpg"
var nav_client_list_off = new Image() 
nav_client_list_off.src = "/images/nav/client_list1.jpg"

var nav_testimonials_on = new Image()
nav_testimonials_on.src = "/images/nav/testimonials2.jpg"
var nav_testimonials_off = new Image() 
nav_testimonials_off.src = "/images/nav/testimonials1.jpg"

var nav_corporate_profile_on = new Image()
nav_corporate_profile_on.src = "/images/nav/corporate_profile2.jpg"
var nav_corporate_profile_off = new Image() 
nav_corporate_profile_off.src = "/images/nav/corporate_profile1.jpg"

var nav_in_the_news_on = new Image()
nav_in_the_news_on.src = "/images/nav/in_the_news2.jpg"
var nav_in_the_news_off = new Image() 
nav_in_the_news_off.src = "/images/nav/in_the_news1.jpg"

var nav_resource_library_on = new Image()
nav_resource_library_on.src = "/images/nav/resource_library2.jpg"
var nav_resource_library_off = new Image() 
nav_resource_library_off.src = "/images/nav/resource_library1.jpg"

var nav_green_practices_on = new Image()
nav_green_practices_on.src = "/images/nav/green_practices2.jpg"
var nav_green_practices_off = new Image() 
nav_green_practices_off.src = "/images/nav/green_practices1.jpg"

var nav_permits_on = new Image()
nav_permits_on.src = "/images/nav/permits2.jpg"
var nav_permits_off = new Image() 
nav_permits_off.src = "/images/nav/permits1.jpg"

var nav_affiliations_on = new Image()
nav_affiliations_on.src = "/images/nav/affiliations2.jpg"
var nav_affiliations_off = new Image() 
nav_affiliations_off.src = "/images/nav/affiliations1.jpg"

var nav_careers_on = new Image()
nav_careers_on.src = "/images/nav/careers2.jpg"
var nav_careers_off = new Image() 
nav_careers_off.src = "/images/nav/careers1.jpg"


function inact(id) {
	document.getElementById(id).src = eval(id + '_off.src');
}

function act(id) {
	document.getElementById(id).src = eval(id + '_on.src');
}



