<!-- Mouseover www.technoedge.org for www.iriswear.in

if (document.images) {
oneon = new Image(); // A
oneon.src = "about-iris1.gif";
twoon = new Image(); // A
twoon.src = "our-desigers1.gif";
threeon = new Image(); // A
threeon.src = "hotel-uniforms1.gif";
fouron = new Image(); // A
fouron.src = "corporate-uniforms1.gif";
fiveon = new Image(); // A
fiveon.src = "table-linen1.gif";
sixon = new Image(); // A
sixon.src = "ready-to-wear-uniforms1.gif";
sevenon = new Image(); // A
sevenon.src = "bed-linen1.gif";
eighton = new Image(); // A
eighton.src = "contact-us1.gif";
oneoff = new Image(); // IA
oneoff.src = "about-iris.gif";
twooff = new Image(); // IA
twooff.src = "our-desigers.gif";
threeoff = new Image(); // IA
threeoff.src = "hotel-uniforms.gif";
fouroff = new Image(); // IA
fouroff.src = "corporate-uniforms.gif";
fiveoff = new Image(); // IA
fiveoff.src = "table-linen.gif";
sixoff = new Image(); // IA
sixoff.src = "ready-to-wear-uniforms.gif";
sevenoff = new Image(); // IA
sevenoff.src = "bed-linen.gif";
eightoff = new Image(); // IA
eightoff.src = "contact-us.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");
}
}

// -->

