﻿// **************************************************************************************
// **************************************************************************************
// *************************************Swap Images**************************************

imgOff = new Image();
imgOff.src = "images/UsMap/USMap.gif";

imgMIon = new Image();
imgMIon.src = "images/UsMap/imgMIon.gif";

imgMEon = new Image();
imgMEon.src = "images/UsMap/imgMEon.gif";

imgNHon = new Image();
imgNHon.src = "images/UsMap/imgNHon.gif";

imgVTon = new Image();
imgVTon.src = "images/UsMap/imgVTon.gif";

imgMAon = new Image();
imgMAon.src = "images/UsMap/imgMAon.gif";

imgRIon = new Image();
imgRIon.src = "images/UsMap/imgRIon.gif";

imgCTon = new Image();
imgCTon.src = "images/UsMap/imgCTon.gif";

imgNYon = new Image();
imgNYon.src = "images/UsMap/imgNYon.gif";

imgPAon = new Image();
imgPAon.src = "images/UsMap/imgPAon.gif";

imgNJon = new Image();
imgNJon.src = "images/UsMap/imgNJon.gif";

imgDEon = new Image();
imgDEon.src = "images/UsMap/imgDEon.gif";

imgMDon = new Image();
imgMDon.src = "images/UsMap/imgMDon.gif";

imgWVon = new Image();
imgWVon.src = "images/UsMap/imgWVon.gif";

imgVAon = new Image();
imgVAon.src = "images/UsMap/imgVAon.gif";

imgNCon = new Image();
imgNCon.src = "images/UsMap/imgNCon.gif";

imgSCon = new Image();
imgSCon.src = "images/UsMap/imgSCon.gif";

imgGAon = new Image();
imgGAon.src = "images/UsMap/imgGAon.gif";

imgFLon = new Image();
imgFLon.src = "images/UsMap/imgFLon.gif";

imgALon = new Image();
imgALon.src = "images/UsMap/imgALon.gif";

imgMSon = new Image();
imgMSon.src = "images/UsMap/imgMSon.gif";

imgTNon = new Image();
imgTNon.src = "images/UsMap/imgTNon.gif";

imgKYon = new Image();
imgKYon.src = "images/UsMap/imgKYon.gif";

imgOHon = new Image();
imgOHon.src = "images/UsMap/imgOHon.gif";

imgINon = new Image();
imgINon.src = "images/UsMap/imgINon.gif";

imgWIon = new Image();
imgWIon.src = "images/UsMap/imgWIon.gif";

imgILon = new Image();
imgILon.src = "images/UsMap/imgILon.gif";

imgMOon = new Image();
imgMOon.src = "images/UsMap/imgMOon.gif";

imgARon = new Image();
imgARon.src = "images/UsMap/imgARon.gif";

imgLAon = new Image();
imgLAon.src = "images/UsMap/imgLAon.gif";

imgIAon = new Image();
imgIAon.src = "images/UsMap/imgIAon.gif";

imgMNon = new Image();
imgMNon.src = "images/UsMap/imgMNon.gif";

imgNDon = new Image();
imgNDon.src = "images/UsMap/imgNDon.gif";

imgSDon = new Image();
imgSDon.src = "images/UsMap/imgSDon.gif";

imgNEon = new Image();
imgNEon.src = "images/UsMap/imgNEon.gif";

imgKSon = new Image();
imgKSon.src = "images/UsMap/imgKSon.gif";

imgOKon = new Image();
imgOKon.src = "images/UsMap/imgOKon.gif";

imgTXon = new Image();
imgTXon.src = "images/UsMap/imgTXon.gif";

imgNMon = new Image();
imgNMon.src = "images/UsMap/imgNMon.gif";

imgCOon = new Image();
imgCOon.src = "images/UsMap/imgCOon.gif";

imgWYon = new Image();
imgWYon.src = "images/UsMap/imgWYon.gif";

imgMTon = new Image();
imgMTon.src = "images/UsMap/imgMTon.gif";

imgAZon = new Image();
imgAZon.src = "images/UsMap/imgAZon.gif";

imgUTon = new Image();
imgUTon.src = "images/UsMap/imgUTon.gif";

imgIDon = new Image();
imgIDon.src = "images/UsMap/imgIDon.gif";

imgWAon = new Image();
imgWAon.src = "images/UsMap/imgWAon.gif";

imgORon = new Image();
imgORon.src = "images/UsMap/imgORon.gif";

imgNVon = new Image();
imgNVon.src = "images/UsMap/imgNVon.gif";

imgCAon = new Image();
imgCAon.src = "images/UsMap/imgCAon.gif";

imgAKon = new Image();
imgAKon.src = "images/UsMap/imgAKon.gif";

imgHIon = new Image();
imgHIon.src = "images/UsMap/imgHIon.gif";

imgCRon = new Image();
imgCRon.src = "images/UsMap/imgCRon.gif";

imgBAon = new Image();
imgBAon.src = "images/UsMap/imgBAon.gif";

imgNBon = new Image();
imgNBon.src = "images/UsMap/imgNBon.gif";

imgNSon = new Image();
imgNSon.src = "images/UsMap/imgNSon.gif";

imgPIon = new Image();
imgPIon.src = "images/UsMap/imgPIon.gif";

imgNLon = new Image();
imgNLon.src = "images/UsMap/imgNLon.gif";

imgQBon = new Image();
imgQBon.src = "images/UsMap/imgQBon.gif";

imgOTon = new Image();
imgOTon.src = "images/UsMap/imgOTon.gif";

imgMBon = new Image();
imgMBon.src = "images/UsMap/imgMBon.gif";

imgSAon = new Image();
imgSAon.src = "images/UsMap/imgSAon.gif";

imgAAon = new Image();
imgAAon.src = "images/UsMap/imgAAon.gif";

imgBCon = new Image();
imgBCon.src = "images/UsMap/imgBCon.gif";

function imageRoll(imgWR2,imgWN2){
	{
		document.images[imgWR2].src = eval(imgWN2 + ".src");
	}
}

// *********************************End Swap Images**************************************
// **************************************************************************************
// **************************************************************************************

//Window Opener
function openWindow(url, state) {
	var myWin = window.open(url);
}