<!-- 

if (document.images) {
allpon = new Image();
allpon.src = "/images/prod_nav/all_r.gif";
allpoff = new Image();
allpoff.src = "/images/prod_nav/all_n.gif";
powermacon = new Image();
powermacon.src = "/images/prod_nav/macpro_r.gif";
powermacoff = new Image();
powermacoff.src = "/images/prod_nav/macpro_n.gif";
pbookon = new Image();
pbookon.src = "/images/prod_nav/pbook_r.gif";
pbookoff = new Image();
pbookoff.src = "/images/prod_nav/pbook_n.gif";
xserveon = new Image();
xserveon.src = "/images/prod_nav/xserve_r.gif";
xserveoff = new Image();
xserveoff.src = "/images/prod_nav/xserve_n.gif";
displayon = new Image();
displayon.src = "/images/prod_nav/display_r.gif";
displayoff = new Image();
displayoff.src = "/images/prod_nav/display_n.gif";
imacon = new Image();
imacon.src = "/images/prod_nav/imac_r.gif";
imacoff = new Image();
imacoff.src = "/images/prod_nav/imac_n.gif";
ibookon = new Image();
ibookon.src = "/images/prod_nav/ibook_r.gif";
ibookoff = new Image();
ibookoff.src = "/images/prod_nav/ibook_n.gif";
softwareon = new Image();
softwareon.src = "/images/prod_nav/software_r.gif";
softwareoff = new Image();
softwareoff.src = "/images/prod_nav/software_n.gif";
careon = new Image();
careon.src = "/images/prod_nav/care_r.gif";
careoff = new Image();
careoff.src = "/images/prod_nav/care_n.gif";
printon = new Image();
printon.src = "/images/prod_nav/printers_r.gif";
printoff = new Image();
printoff.src = "/images/prod_nav/printers_n.gif";
minion = new Image();
minion.src = "/images/prod_nav/mini_r.gif";
minioff = new Image();
minioff.src = "/images/prod_nav/mini_n.gif";
ipodon = new Image();
ipodon.src = "/images/prod_nav/ipod_r.gif";
ipodoff = new Image();
ipodoff.src = "/images/prod_nav/ipod_n.gif";
refurbishedon = new Image();
refurbishedon.src = "/images/prod_nav/refurbished_on.gif";
refurbishedoff = new Image();
refurbishedoff.src = "/images/prod_nav/refurbished.gif";
macbookon = new Image();
macbookon.src = "/images/prod_nav/macbook_r.gif";
macbookoff = new Image();
macbookoff.src = "/images/prod_nav/macbook_n.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");
}
}
// -->