
/////////////  Rollover Function  /////////////////////////////////////////////

function SwitchImage(locat,name)
		{
        newBar = eval(name + ".src");
		document [locat].src = newBar;	
		}
		im = new Array();
{

/////////////  Image ../cfm/rollovers - MENU CIRCLES  ////////////////////////////////////

	AmenitiesOn = new Image();
	AmenitiesOn.src = "../rollovers/amenities-on.gif";
	AmenitiesOff = new Image();
	AmenitiesOff.src = "../rollovers/amenities-off.gif";

	ContactOn = new Image();
	ContactOn.src = "../rollovers/contact-on.gif";
	ContactOff = new Image();
	ContactOff.src = "../rollovers/contact-off.gif";

	DirectionsOn = new Image();
	DirectionsOn.src = "../rollovers/directions-on.gif";
	DirectionsOff = new Image();
	DirectionsOff.src = "../rollovers/directions-off.gif";

	AttractionsOn = new Image();
	AttractionsOn.src = "../rollovers/attractions-on.gif";
	AttractionsOff = new Image();
	AttractionsOff.src = "../rollovers/attractions-off.gif";

	InformationOn = new Image();
	InformationOn.src = "../rollovers/information-on.gif";
	InformationOff = new Image();
	InformationOff.src = "../rollovers/information-off.gif";

	BlankOn = new Image();
	BlankOn.src = "../rollovers/blank-on.gif";
	BlankOff = new Image();
	BlankOff.src = "../rollovers/blank-off.gif";
	
 }


