
// East Coast Map Roll Over Script
if (document.images) {

	var ecmap = new Image
	var killington = new Image
	var ascutney = new Image
	var catskill = new Image
	var oceanclub = new Image
	var manhattan = new Image
	var oceancity = new Image
	var williamsburg = new Image
	var virginia = new Image
	var surfside = new Image
	var murrells = new Image
	var charlston = new Image
	var hilton = new Image
	var ormond = new Image
	
	var locations = new Image
	var nsdescription = new Image
	var amdescription = new Image
	var nvdescription = new Image
	var ocdescription = new Image
	var mmdescription = new Image
	var cmdescription = new Image
	var wpdescription = new Image
	var vsdescription = new Image
	var pldescription = new Image
	var fedescription = new Image
	var fcdescription = new Image
	var shdescription = new Image
	var sodescription = new Image
	
	ecmap.src = "images/ecmap00.gif"
	killington.src = "images/ecmap01.gif"
	ascutney.src = "images/ecmap02.gif"
	catskill.src = "images/ecmap03.gif"
	oceanclub.src = "images/ecmap04.gif"
	manhattan.src = "images/ecmap05.gif"
	oceancity.src = "images/ecmap06.gif"
	williamsburg.src = "images/ecmap07.gif"
	virginia.src = "images/ecmap08.gif"
	surfside.src = "images/ecmap09.gif"
	murrells.src = "images/ecmap10.gif"
	charlston.src = "images/ecmap11.gif"
	hilton.src = "images/ecmap12.gif"
	ormond.src = "images/ecmap13.gif"
	
	locations.src = "images/eclocations.gif"
	nsdescription.src = "images/nsdescription.gif"
	amdescription.src = "images/amdescription.gif"
	nvdescription.src = "images/nvdescription.gif"
	ocdescription.src = "images/ocdescription.gif"
	mmdescription.src = "images/mmdescription.gif"
	cmdescription.src = "images/cmdescription.gif"
	wpdescription.src = "images/wpdescription.gif"
	vsdescription.src = "images/vsdescription.gif"
	pldescription.src = "images/pldescription.gif"
	fedescription.src = "images/fedescription.gif"
	fcdescription.src = "images/fcdescription.gif"
	shdescription.src = "images/shdescription.gif"
	sodescription.src = "images/sodescription.gif"
	
	}

