
function on1() 
{if (!document.images) return; document.a.src = "images/butt_home_on.gif";} 
function on2() 
{if (!document.images) return; document.b.src = "images/crewon.gif";}
function on3() 
{if (!document.images) return; document.c.src = "images/featureson.gif";}
function on4() 
{if (!document.images) return; document.d.src = "images/news_on.gif";}
function on5() 
{if (!document.images) return; document.e.src = "images/contacton.gif";}

function off1() 
{if (!document.images) return; document.a.src = "images/butt_home_off.gif";}
function off2() 
{if (!document.images) return; document.b.src = "images/crewoff.gif";}
function off3() 
{if (!document.images) return; document.c.src = "images/featuresoff.gif";}
function off4() 
{if (!document.images) return; document.d.src = "images/news_off.gif";}
function off5() 
{if (!document.images) return; document.e.src = "images/contactoff.gif";}

var imgslist = new Array(
"images/butt_home_on.gif",
"images/crewon.gif",
"images/featureson.gif",
"images/news_on.gif",
"images/contacton.gif"); 

var imgs=new Array(); 
for (x=0; x<imgslist.length; x++) 
 if (document.images) 
  {imgs[x]=new Image(); imgs[x].src = imgslist[x];}  

