//reloads the window if Nav4 resized
function MM_reloadPage(init) { 
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


//mousover script

icona = new Image()   
icona.src = "/images/home_yellow.gif"  

iconb = new Image()
iconb.src = "/images/home_gray.gif"

iconc = new Image()   
iconc.src = "/images/gallery_yellow.gif"  

icond = new Image()
icond.src = "/images/gallery_gray.gif"

icone = new Image()   
icone.src = "/images/news_yellow.gif"  

iconf = new Image()
iconf.src = "/images/news_gray.gif"

icong = new Image()   
icong.src = "/images/bio_yellow.gif"  

iconh = new Image()
iconh.src = "/images/bio_gray.gif"

iconi = new Image()   
iconi.src = "/images/artist_yellow.gif"  

iconj = new Image()
iconj.src = "/images/artist_gray.gif"

iconk = new Image()   
iconk.src = "/images/purchasing_yellow.gif"  

iconl = new Image()
iconl.src = "/images/purchasing_gray.gif"

iconm = new Image()   
iconm.src = "/images/contact_yellow.gif"  

iconn = new Image()
iconn.src = "/images/contact_gray.gif"

icono = new Image()   
icono.src = "/images/links_yellow.gif"  

iconp = new Image()
iconp.src = "/images/links_gray.gif"

function imageChange(imgName,imgSrc){
document.images[imgName].src = eval(imgSrc +".src")
}

