 <!-- JavaScript by web-architect copyright © 2000, web-architect.
if(document.images) {
pics = new Array();
pics[1] = new Image();
pics[1].src = "images/layout/nav-home.png";
pics[2] = new Image();
pics[2].src = "images/layout/nav-home2.png";
pics[3] = new Image();
pics[3].src = "images/layout/nav-portfolio.png";
pics[4] = new Image();
pics[4].src = "images/layout/nav-portfolio2.png";
pics[5] = new Image();
pics[5].src = "images/layout/nav-webdesign.png";
pics[6] = new Image();
pics[6].src = "images/layout/nav-webdesign2.png";
pics[7] = new Image();
pics[7].src = "images/layout/nav-aboutpsd.png";
pics[8] = new Image();
pics[8].src = "images/layout/nav-aboutpsd2.png";
pics[9] = new Image();
pics[9].src = "images/layout/nav-contact.png";
pics[10] = new Image();
pics[10].src = "images/layout/nav-contact2.png";
pics[11] = new Image();
pics[11].src = "images/layout/nav-links.png";
pics[12] = new Image();
pics[12].src = "images/layout/nav-links2.png";
pics[13] = new Image();
pics[13].src = "images/links/link-disorientation.png";
pics[14] = new Image();
pics[14].src = "images/links/link-disorientation2.png";
pics[15] = new Image();
pics[15].src = "images/links/link-plasticsoldier.png";
pics[16] = new Image();
pics[16].src = "images/links/link-plasticsoldier2.png";
}

function changer(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
//-->