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");
}
}


/* Hovers */

if (document.images) {
fashionon = new Image(); // Active images
fashionon.src = "../images/fashionr.gif";

fashionoff = new Image(); // Inactive images
fashionoff.src = "../images/fashion.gif";
}

if (document.images) {
portraiton = new Image(); // Active images
portraiton.src = "../images/portraitr.gif";

portraitoff = new Image(); // Inactive images
portraitoff.src = "../images/portrait.gif";
}

if (document.images) {
arton = new Image(); // Active images
arton.src = "../images/artr.gif";

artoff = new Image(); // Inactive images
artoff.src = "../images/art.gif";
}

if (document.images) {
contacton = new Image(); // Active images
contacton.src = "../images/contactr.gif";

contactoff = new Image(); // Inactive images
contactoff.src = "../images/contact.gif";
}


/* Contact */

if (document.images) {
hfashionon = new Image(); // Active images
hfashionon.src = "images/fashionr.gif";

hfashionoff = new Image(); // Inactive images
hfashionoff.src = "images/fashion.gif";
}

if (document.images) {
hportraiton = new Image(); // Active images
hportraiton.src = "images/portraitr.gif";

hportraitoff = new Image(); // Inactive images
hportraitoff.src = "images/portrait.gif";
}

if (document.images) {
harton = new Image(); // Active images
harton.src = "images/artr.gif";

hartoff = new Image(); // Inactive images
hartoff.src = "images/art.gif";
}

if (document.images) {
hcontacton = new Image(); // Active images
hcontacton.src = "images/contactr.gif";

hcontactoff = new Image(); // Inactive images
hcontactoff.src = "images/contact.gif";
}


/* Index */

if (document.images) {
ixfashionon = new Image(); // Active images
ixfashionon.src = "images/ixfashionr.gif";

ixfashionoff = new Image(); // Inactive images
ixfashionoff.src = "images/ixfashion.gif";
}

if (document.images) {
ixportraiton = new Image(); // Active images
ixportraiton.src = "images/ixportraitr.gif";

ixportraitoff = new Image(); // Inactive images
ixportraitoff.src = "images/ixportrait.gif";
}

if (document.images) {
ixarton = new Image(); // Active images
ixarton.src = "images/ixartr.gif";

ixartoff = new Image(); // Inactive images
ixartoff.src = "images/ixart.gif";
}

if (document.images) {
ixcontacton = new Image(); // Active images
ixcontacton.src = "images/ixcontactr.gif";

ixcontactoff = new Image(); // Inactive images
ixcontactoff.src = "images/ixcontact.gif";
}