﻿if(document.images){
	//Photos
	autopict_off=new Image; autopict_off.src="/images/home/auto_off.jpg";
	autopict_on=new Image; autopict_on.src="/images/home/auto_on.jpg";
	housepict_off=new Image; housepict_off.src="/images/home/house_off.jpg";
	housepict_on=new Image; housepict_on.src="/images/home/house_on.jpg";
	commpict_off=new Image; commpict_off.src="/images/home/commercial_off.jpg";
	commpict_on=new Image; commpict_on.src="/images/home/commercial_on.jpg";
	boatpict_off=new Image; boatpict_off.src="/images/home/boat_off.jpg";
	boatpict_on=new Image; boatpict_on.src="/images/home/boat_on.jpg";
	lifepict_off=new Image; lifepict_off.src="/images/home/life_off.jpg";
	lifepict_on=new Image; lifepict_on.src="/images/home/life_on.jpg";
	bondspict_off=new Image; bondspict_off.src="/images/home/bonds_off.jpg";
	bondspict_on=new Image; bondspict_on.src="/images/home/bonds_on.jpg";
	//Sidebar navigation
	auto_off=new Image; auto_off.src="/images/nav/auto_off.gif";
	auto_on=new Image; auto_on.src="/images/nav/auto_on.gif";
	homeowners_off=new Image; homeowners_off.src="/images/nav/homeowners_off.gif";
	homeowners_on=new Image; homeowners_on.src="/images/nav/homeowners_on.gif";
	recvehicles_off=new Image; recvehicles_off.src="/images/nav/recvehicles_off.gif";
	recvehicles_on=new Image; recvehicles_on.src="/images/nav/recvehicles_on.gif";
	life_off=new Image; life_off.src="/images/nav/life_off.gif";
	life_on=new Image; life_on.src="/images/nav/life_on.gif";
	commercial_off=new Image; commercial_off.src="/images/nav/commercial_off.gif";
	commercial_on=new Image; commercial_on.src="/images/nav/commercial_on.gif";
	bonds_off=new Image; bonds_off.src="/images/nav/bonds_off.gif";
	bonds_on=new Image; bonds_on.src="/images/nav/bonds_on.gif";
	group_off=new Image; group_off.src="/images/nav/group_off.gif";
	group_on=new Image; group_on.src="/images/nav/group_on.gif";
	companies_off=new Image; companies_off.src="/images/nav/companies_off.gif";
	companies_on=new Image; companies_on.src="/images/nav/companies_on.gif";
	telecomm_off=new Image; telecomm_off.src="/images/nav/telecomm_off.gif";
	telecomm_on=new Image; telecomm_on.src="/images/nav/telecomm_on.gif";
	reqcert_off = new Image; reqcert_off.src = "/images/nav/reqcert_off.gif";
	reqcert_on = new Image; reqcert_on.src = "/images/nav/reqcert_on.gif";
	//Right top links
	aboutus_off=new Image; aboutus_off.src="/images/nav/top/aboutus_off.gif";
	aboutus_on=new Image; aboutus_on.src="/images/nav/top/aboutus_on.gif";
	whydgm_off=new Image; whydgm_off.src="/images/nav/top/whydgm_off.gif";
	whydgm_on=new Image; whydgm_on.src="/images/nav/top/whydgm_on.gif";
	services_off=new Image; services_off.src="/images/nav/top/services_off.gif";
	services_on=new Image; services_on.src="/images/nav/top/services_on.gif";
	contact_off=new Image; contact_off.src="/images/nav/top/contact_off.gif";
	contact_on=new Image; contact_on.src="/images/nav/top/contact_on.gif";
}
function imageSwap(location,imageName){
	if(document.images){
		document.images[location].src=eval(imageName+".src");
	}
}
