shoponlineOn = new Image()
shoponlineOn.src = "on/shoponline.gif";

viewcartOn = new Image()
viewcartOn.src = "on/viewcart.gif";

checkoutOn = new Image()
checkoutOn.src = "on/checkout.gif";

sitemapOn = new Image()
sitemapOn.src = "on/sitemap.gif";

whatsnewOn = new Image();
whatsnewOn.src = "on/whatsnew.gif";

candyOn = new Image();
candyOn.src = "on/candy.gif";

partiesOn = new Image();
partiesOn.src = "on/parties.gif";

weddingOn = new Image();
weddingOn.src = "on/wedding.gif";

toysOn = new Image();
toysOn.src = "on/toys.gif";

costumesOn = new Image();
costumesOn.src = "on/costumes.gif";

homeaccentsOn = new Image();
homeaccentsOn.src = "on/homeaccents.gif";

specialsOn = new Image();
specialsOn.src = "on/specials.gif";

employmentOn = new Image();
employmentOn.src = "on/employment.gif";

inquiryformOn = new Image();
inquiryformOn.src = "on/inquiryform.gif";

historyOn = new Image();
historyOn.src = "on/history.gif";

contactOn = new Image();
contactOn.src = "on/contact.gif";

customerserviceOn = new Image();
customerserviceOn.src = "on/customerservice.gif";

awardsOn = new Image();
awardsOn.src = "on/awards.gif";


seasonalHanukkahOn = new Image();
seasonalHanukkahOn.src = "on/seasonalhanukkah.gif";

seasonalChristmasOn = new Image();
seasonalChristmasOn.src = "on/seasonalchristmas.gif";

seasonalValentinesOn = new Image();
seasonalValentinesOn.src = "on/seasonalvalentines.gif";

seasonalNewyearsOn = new Image();
seasonalNewyearsOn.src = "on/seasonalnewyears.gif";

seasonalMardigrasOn = new Image();
seasonalMardigrasOn.src = "on/seasonalmardigras.gif";

seasonalStPatricksOn = new Image();
seasonalStPatricksOn.src = "on/seasonalstpatricks.gif";

seasonalEasterOn = new Image();
seasonalEasterOn.src = "on/seasonaleaster.gif";

seasonalGraduationOn = new Image();
seasonalGraduationOn.src = "on/seasonalgraduation.gif";

seasonalPatrioticOn = new Image();
seasonalPatrioticOn.src = "on/seasonalpatriotic.gif";

seasonalHalloweenOn = new Image();
seasonalHalloweenOn.src = "on/seasonalhalloween.gif";

seasonalThanksgivingOn = new Image();
seasonalThanksgivingOn.src = "on/seasonalthanksgiving.gif";

seasonalFiestaOn = new Image();
seasonalFiestaOn.src = "on/seasonalfiesta.gif";


forthecureOn = new Image();
forthecureOn.src = "on/forthecure.gif";

redribbonOn = new Image();
redribbonOn.src = "on/redribbon.gif";

balloonsOn = new Image();
balloonsOn.src = "on/balloons.gif";

function imgOn(imgName) {
	document [imgName].src = eval((imgName) + "On.src");
}
function imgOff(imgName) {
	document [imgName].src = "off/" + (imgName) + ".gif";
}


function openWindow(url) {
	popupWin = window.open(url, 'openWin', "width=400, height=450, scrollbars=yes");
}