var arImages=new Array();
var la=new Array("pcb-product.htm","pcb-equipment.htm","pcb-capability.htm","pcb-price.htm","pcba-product.htm","pcba-equipment.htm","pcba-components.htm","pcba-procurement.htm");

function setStyle(la) {
   i=0;
   do
   {
	   document.getElementById(la[i]).style.color="#003876";
	   i=la.length;
	   i++;
   }
   while(i<la.length);
}


function flipImage(imgname,imgsrc) {
    	document.images[imgname].src=imgsrc;
		}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Preload() {
 var temp = Preload.arguments;
 for(x=0; x < temp.length; x++) {
  arImages[x]=new Image();
  arImages[x].src=Preload.arguments[x];
 }
}