if (document.images) {

img0on = new Image(); img0on.src = "../images/on/logo.gif"; img0off = new Image(); img0off.src = "../images/off/logo.gif";
img00on = new Image(); img00on.src = "../images/on/icon.gif"; 	img00off = new Image(); img00off.src = "../images/off/icon.gif";
imgCon = new Image(); imgCon.src = "../images/on/caribscape.gif"; imgCoff = new Image(); imgCoff.src = "../images/off/caribscape.gif";

img1on = new Image(); img1on.src = "../images/on/design.gif"; img1off = new Image(); img1off.src = "../images/off/design.gif";
img2on = new Image(); img2on.src = "../images/on/folio.gif"; img2off = new Image(); img2off.src = "../images/off/folio.gif";
img3on = new Image(); img3on.src = "../images/on/enquiry.gif"; img3off = new Image(); img3off.src = "../images/off/enquiry.gif";
img4on = new Image(); img4on.src = "../images/on/showroom.gif"; img4off = new Image(); img4off.src = "../images/off/showroom.gif";
imgWon = new Image(); imgWon.src = "../images/on/webindex.gif"; imgWoff = new Image(); imgWoff.src = "../images/off/webindex.gif";

imgOrgon = new Image(); imgOrgon.src = "../style/logo/on/original.gif"; imgOrgoff = new Image(); imgOrgoff.src = "../style/logo/off/original.gif";
imgRefon = new Image(); imgRefon.src = "../style/logo/on/reflect.gif"; imgRefoff = new Image(); imgRefoff.src = "../style/logo/off/reflect.gif";
imgCaron = new Image(); imgCaron.src = "../style/logo/on/carib.gif"; imgCaroff = new Image(); imgCaroff.src = "../style/logo/off/carib.gif";
imgCabon = new Image(); imgCabon.src = "../style/logo/on/cabriole.gif"; imgCaboff = new Image(); imgCaboff.src = "../style/logo/off/cabriole.gif";

imgDeton = new Image(); imgDeton.src = "../images/on/detail.gif"; imgDetoff = new Image(); imgDetoff.src = "../images/off/detail.gif";
imgInfon = new Image(); imgInfon.src = "../images/on/info.gif"; imgInfoff = new Image(); imgInfoff.src = "../images/off/info.gif";
imgCoson = new Image(); imgCoson.src = "../images/on/cost.gif"; imgCosoff = new Image(); imgCosoff.src = "../images/off/cost.gif";
imgSalon = new Image(); imgSalon.src = "../images/on/sale.gif"; imgSaloff = new Image(); imgSaloff.src = "../images/off/sale.gif";

}

function imgOn(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "on.src");
}
}

function imgOff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");
}
}