
function on1() 
{if (!document.images) return; document.a.src = "images/button_home_sel.gif";} 
function on2() 
{if (!document.images) return; document.b.src = "images/button_qc_sel.gif";}
function on3() 
{if (!document.images) return; document.c.src = "images/button_manufacturing_sel.gif";}
function on4() 
{if (!document.images) return; document.d.src = "images/button_sourcing_sel.gif";}
function on5() 
{if (!document.images) return; document.e.src = "images/button_assembly_sel.gif";}
function on6() 
{if (!document.images) return; document.f.src = "images/button_romote_sel.gif";}
function on7() 
{if (!document.images) return; document.g.src = "images/button_faqs_sel.gif";}
function on8() 
{if (!document.images) return; document.h.src = "images/button_contact_sel.gif";}

function off1() 
{if (!document.images) return; document.a.src = "images/button_home.gif";}
function off2() 
{if (!document.images) return; document.b.src = "images/button_qc.gif";}
function off3() 
{if (!document.images) return; document.c.src = "images/button_manufacturing.gif";}
function off4() 
{if (!document.images) return; document.d.src = "images/button_sourcing.gif";}
function off5() 
{if (!document.images) return; document.e.src = "images/button_assembly.gif";}
function off6() 
{if (!document.images) return; document.f.src = "images/button_romote.gif";}
function off7() 
{if (!document.images) return; document.g.src = "images/button_faqs.gif";}
function off8() 
{if (!document.images) return; document.h.src = "images/button_contact.gif";}

var imgslist = new Array(
"images/button_home_sel.gif",
"images/button_qc_sel.gif",
"images/button_manufacturing_sel.gif",
"images/button_sourcing_sel.gif",
"images/button_assembly_sel.gif",
"images/button_romote_sel.gif", 
"images/button_faqs_sel.gif",
"images/button_contact_sel.gif"); 

var imgs=new Array(); 
for (x=0; x<imgslist.length; x++) 
 if (document.images) 
  {imgs[x]=new Image(); imgs[x].src = imgslist[x];}  

