<!--
{
alt0 = new Image();
alt0.src = "images/_alt_.gif";

alt1 = new Image();
alt1.src = "images/_alt_meet.gif";

alt2 = new Image();
alt2.src = "images/_alt_products.gif";

alt3 = new Image();
alt3.src = "images/_alt_idea.gif";

alt4 = new Image();
alt4.src = "images/_alt_contact.gif";

alt5 = new Image();
alt5.src = "images/_alt_home.gif";

alt6 = new Image();
alt6.src = "images/pgtl06.gif";

alt7 = new Image();
alt7.src = "images/pgtl0a.gif";

alt8 = new Image();
alt8.src = "images/pgtl0b.gif";

alt9 = new Image();
alt9.src = "images/pgtl0c.gif";

alt10 = new Image();
alt10.src = "images/pgtl0d.gif";

alt11 = new Image();
alt11.src = "images/pgtl0e.gif";

alt12 = new Image();
alt12.src = "images/pgtl0f.gif";

graphic1= new Image();
graphic1.src = "images/_meet_.gif";
graphic1on = new Image();
graphic1on.src = "images/_meet_on.gif";

graphic2= new Image();
graphic2.src = "images/_products_.gif";
graphic2on = new Image();
graphic2on.src = "images/_products_on.gif";

graphic3= new Image();
graphic3.src = "images/_idea_.gif";
graphic3on = new Image();
graphic3on.src = "images/_idea_on.gif";

graphic4= new Image();
graphic4.src = "images/_contact_.gif";
graphic4on = new Image();
graphic4on.src = "images/_contact_on.gif";

graphic5= new Image();
graphic5.src = "images/_home_.gif";
graphic5on = new Image();
graphic5on.src = "images/_home_on.gif";

graphic6= new Image();
graphic6.src = "images/pg06off.jpg";
graphic6on = new Image();
graphic6on.src = "images/pg06on.jpg";

graphic7= new Image();
graphic7.src = "images/pg0aoff.jpg";
graphic7on = new Image();
graphic7on.src = "images/pg0aon.jpg";

graphic8= new Image();
graphic8.src = "images/pg0boff.jpg";
graphic8on = new Image();
graphic8on.src = "images/pg0bon.jpg";

graphic9= new Image();
graphic9.src = "images/pg0coff.jpg";
graphic9on = new Image();
graphic9on.src = "images/pg0con.jpg";

graphic10= new Image();
graphic10.src = "images/pg0doff.jpg";
graphic10on = new Image();
graphic10on.src = "images/pg0don.jpg";

graphic11= new Image();
graphic11.src = "images/pg0eoff.jpg";
graphic11on = new Image();
graphic11on.src = "images/pg0eon.jpg";

graphic12= new Image();
graphic12.src = "images/pg0foff.jpg";
graphic12on = new Image();
graphic12on.src = "images/pg0fon.jpg";
}
function imageChange(imageID,imageName,imageID2,imageName2) {

{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}
// End -->

<!--
	defaultStatus="123 Axis";
// End -->


<!-- Begin
function openWin1() {
msg=window.open("flash_usa.html","1","height=400,width=350,left=50,top=50,status=no,menubar=no,resizable=no,scrollbars=no,location=no");
}

function openWin2() {
msg=window.open("flash_foshan.html","2","height=400,width=350,left=50,top=50,status=no,menubar=no,resizable=no,scrollbars=no,location=no");
}

function openWin3() {
msg=window.open("flash_plastics.html","3","height=400,width=350,left=50,top=50,status=no,menubar=no,resizable=no,scrollbars=no,location=no");
}

function openWin4() {
msg=window.open("flash_metal.html","4","height=400,width=350,left=50,top=50,status=no,menubar=no,resizable=no,scrollbars=no,location=no");
}

function openWin5() {
msg=window.open("flash_wire.html","5","height=400,width=350,left=50,top=50,status=no,menubar=no,resizable=no,scrollbars=no,location=no");
}

function openWin6() {
msg=window.open("flash_wood.html","6","height=400,width=350,left=50,top=50,status=no,menubar=no,resizable=no,scrollbars=no,location=no");
}

function hide_all_sub(count)
{
 var i;
 NC = (document.layers);
 IE = (document.all);
 Opera = (document.getElementById);
 for(i=0;i<count;i++)
 {
  if(IE) eval('document.all["sub_"+i].style.visibility = "hidden"');
  if(NC) eval('document.layers["sub_"+i].visibility = "hidden"');
  if(Opera) eval('document.getElementById("sub_"+i).style.visibility = "hidden"'); 
 };
};

function show_sub(id)
{
 NC = (document.layers);
 IE = (document.all);
 Opera = (document.getElementById);
 if(IE) eval('document.all["sub_"+id].style.visibility = "visible"');
 if(NC) eval('document.layers["sub_"+id].visibility = "visible"');
 if(Opera) eval('document.getElementById("sub_"+id).style.visibility = "visible"'); 
};
// End -->