//imageMouseover.js
if (document.images) 
{

	about_off=new Image;about_off.src='/Images/about_off.gif';
	about_on=new Image;about_on.src='/Images/about_on.gif';

	calendar_off=new Image;calendar_off.src='/Images/calendar_off.gif';
	calendar_on=new Image;calendar_on.src='/Images/calendar_on.gif';

	directory_off=new Image;directory_off.src='/Images/directory_off.gif';
	directory_on=new Image;directory_on.src='/Images/directory_on.gif';

	faqs_off=new Image;faqs_off.src='/Images/faqs_off.gif';
	faqs_on=new Image;faqs_on.src='/Images/faqs_on.gif';

	government_off=new Image;government_off.src='/Images/government_off.gif';
	government_on=new Image;government_on.src='/Images/government_on.gif';

	news_off=new Image;news_off.src='/Images/news_off.gif';
	news_on=new Image;news_on.src='/Images/news_on.gif';

	parks_off=new Image;parks_off.src='/Images/parks_off.gif';
	parks_on=new Image;parks_on.src='/Images/parks_on.gif';

	contact_off=new Image;contact_off.src='/Images/contact_off.gif';
	contact_on=new Image;contact_on.src='/Images/contact_on.gif';
	
	subscription_off=new Image;subscription_off.src='/Images/subscription_off.gif';
	subscription_on=new Image;subscription_on.src='/Images/subscription_on.gif';

	sitemap_off=new Image;sitemap_off.src='/Images/sitemap_off.gif';
	sitemap_on=new Image;sitemap_on.src='/Images/sitemap_on.gif';

	disclaimer_off=new Image;disclaimer_off.src='/Images/disclaimer_off.gif';
	disclaimer_on=new Image;disclaimer_on.src='/Images/disclaimer_on.gif';



	art_off=new Image;art_off.src='/Images/art_off.gif';
	art_on=new Image;art_on.src='/Images/art_on.gif';

	attractions_off=new Image;attractions_off.src='/Images/attractions_off.gif';
	attractions_on=new Image;attractions_on.src='/Images/attractions_on.gif';

	events_off=new Image;events_off.src='/Images/events_off.gif';
	events_on=new Image;events_on.src='/Images/events_on.gif';

	faqs_off=new Image;faqs_off.src='/Images/faqs_off.gif';
	faqs_on=new Image;faqs_on.src='/Images/faqs_on.gif';

	hotel_off=new Image;hotel_off.src='/Images/hotel_off.gif';
	hotel_on=new Image;hotel_on.src='/Images/hotel_on.gif';

	recreation_off=new Image;recreation_off.src='/Images/recreation_off.gif';
	recreation_on=new Image;recreation_on.src='/Images/recreation_on.gif';

	golf_off=new Image;golf_off.src='/Images/golf_off.gif';
	golf_on=new Image;golf_on.src='/Images/golf_on.gif';

	restaurants_off=new Image;restaurants_off.src='/Images/restaurants_off.gif';
	restaurants_on=new Image;restaurants_on.src='/Images/restaurants_on.gif';

	shopping_off=new Image;shopping_off.src='/Images/shopping_off.gif';
	shopping_on=new Image;shopping_on.src='/Images/shopping_on.gif';

	volunteering_off=new Image;volunteering_off.src='/Images/volunteering_off.gif';
	volunteering_on=new Image;volunteering_on.src='/Images/volunteering_on.gif';

	wineries_off=new Image;wineries_off.src='/Images/wineries_off.gif';
	wineries_on=new Image;wineries_on.src='/Images/wineries_on.gif';

	pdf_off=new Image;pdf_off.src='/Images/get_pdf.gif';
	pdf_on=new Image;pdf_on.src='/Images/get_pdf_on.gif';
}
function imageSwap(location,imageName){
if(document.images)
document.images[location].src=eval(imageName+'.src');
}

function winOpenNew(aProperties){
	aProperties = aProperties?aProperties:{};
	var vOptions = [];
	var vWinName = aProperties.windowName;
	var vWinUrl = aProperties.windowUrl;
	
	for(var prop in aProperties){
		if(prop != "name" && prop != "url"){
			vOptions.push(prop + "=" + aProperties[prop]);
		}
	}
	vOptions = vOptions.join();
	var vWin = window.open(vWinUrl, vWinName, vOptions);
	vWin.focus();
}

function openPrintWin(aUrl){
	var vArgs = {
		windowName:"courseOutline",
		windowUrl:aUrl,
		width:790,
		height:700,
		scrollbars:"yes",
		resizable:"yes"
	};
	
	winOpenNew(vArgs);
}

dateObj = new Date();
date = dateObj.getMonth()+1 + '/' + dateObj.getDate() + '/' + dateObj.getFullYear();
