homeoff = new Image();
homeoff.src = "images/home_off.gif";

homeon = new Image();
homeon.src = "images/home_on.gif";

aboutoff = new Image();
aboutoff.src = "images/about_off.gif";

abouton = new Image();
abouton.src = "images/about_on.gif";

directoryoff = new Image();
directoryoff.src = "images/directory_off.gif";

directoryon = new Image();
directoryon.src = "images/directory_on.gif";

eventsoff = new Image();
eventsoff.src = "images/events_off.gif";

eventson = new Image();
eventson.src = "images/events_on.gif";

promosoff = new Image();
promosoff.src = "images/promos_off.gif";

promoson = new Image();
promoson.src = "images/promos_on.gif";

directionsoff = new Image();
directionsoff.src = "images/directions_off.gif";

directionson = new Image();
directionson.src = "images/directions_on.gif";

servicesoff = new Image();
servicesoff.src = "images/services_off.gif";

serviceson = new Image();
serviceson.src = "images/services_on.gif";

giftsoff = new Image();
giftsoff.src = "images/gifts_off.gif";

giftson = new Image();
giftson.src = "images/gifts_on.gif";

contactoff = new Image();
contactoff.src = "images/contact_off.gif";

contacton = new Image();
contacton.src = "images/contact_on.gif";

ecluboff = new Image();
ecluboff.src = "images/eclub_off.gif";

eclubon = new Image();
eclubon.src = "images/eclub_on.gif";

left1off = new Image();
left1off.src = "images/left_mouseoff.gif";

left1on = new Image();
left1on.src = "images/left_mouseon.gif";

left2off = new Image();
left2off.src = "images/left_mouseoff.gif";

left2on = new Image();
left2on.src = "images/left_mouseon.gif";

left3off = new Image();
left3off.src = "images/left_mouseoff.gif";

left3on = new Image();
left3on.src = "images/left_mouseon.gif";

function buttonOver(imgName) {
buttonChange(imgName,'on');
}

function buttonOut(imgName) {
	buttonChange(imgName,'off');
}

function buttonChange(imgName,mode) {
	document[imgName].src = eval(imgName + mode + ".src");
}

function popUpMap() {
	myWin = window.open("directions_print.cfm","page","width=470,height=400,scrollbars=yes,resize=yes,toolbar=yes,menubar");
}

function popUpMall() {
	myWin = window.open("directory_mall.cfm","page","width=650,height=500,scrollbars=yes,status=no,resizable=yes,toolbar=no,menubar=no");
}

function popUpPlaza() {
	myWin = window.open("directory_plaza.cfm","page","width=240,height=400,scrollbars=yes,resize=yes,toolbar=yes,menubar");
}

function popUpSanta() {
	HM_IE = (document.all) ? true : false;
	var TheWindowWidth = HM_IE ? document.body.clientWidth : window.innerWidth;
	var TheWindowHeight = HM_IE ? document.body.clientHeight : window.innerHeight;
	var xpos = (TheWindowWidth) / 2 - (517/2);
	var ypos = (TheWindowHeight) / 2 - (550/2);
	myWin = window.open("santa1.cfm","page","width=517,height=550,scrollbars=yes,left="+xpos+",top="+ypos);
}
