// JavaScript Document
function pic(a,b){
document.all[a].src = b;
if(b == 'images/a2.jpg'){
document.all["t3"].value = "Factory"
}
if(b == 'images/a1.jpg'){
document.all["t3"].value = "DIP Line"
}
if(b == 'images/a3.jpg'){
document.all["t3"].value = "I.C.T Test Area"
}
if(b == 'images/a4.jpg'){
document.all["t3"].value = "SMT Line"
}
}
function cc(j){
document.all[j].style.color = "#ff0000";
}
function non(j){
document.all[j].style.color ="";
}