<!-- hide from none JavaScript Browser
home1 = new Image(100,25)
home1.src = "home1.jpg"
home2 = new Image(100,25)
home2.src = "home2.jpg"
about1 = new Image(100,25)
about1.src = "about1.jpg"
about2 = new Image(100,25)
about2.src = "about2.jpg"
art1 = new Image(100,25)
art1.src = "art1.jpg"
art2 = new Image(100,25)
art2.src = "art2.jpg"
contact1 = new Image(100,25)
contact1.src = "contact1.jpg"
contact2 = new Image(100,25)
contact2.src = "contact2.jpg"
function hoo() {document.iho.src = home2.src; return true;}
function hob() {document.iho.src = home1.src; return true;}
function abo() {document.iab.src = about2.src; return true;}
function abb() {document.iab.src = about1.src; return true;}
function aro() {document.iar.src = art2.src; return true;}
function arb() {document.iar.src = art1.src; return true;}
function coa() {document.ico.src = contact2.src; return true;}
function cob() {document.ico.src = contact1.src; return true;}
// stop hiding -->