var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<img src="../images/capa_rollover_waterjet.jpg" width="250" height="169" border="0">'
content[1]='<img src="../images/capa_rollover_pressbrake.jpg" width="250" height="169" border="0">'
content[2]='<img src="../images/capa_rollover_shearing.jpg" width="250" height="169" alt="" border="0">'
content[3]='<img src="../images/capa_rollover_auto_saw.jpg" width="250" height="169" alt="" border="0">'
content[4]='<img src="../images/capa_rollover_spotweld.jpg" width="250" height="169" alt="" border="0">'
content[5]='<img src="../images/capa_rollover_welding.jpg" width="250" height="169" alt="" border="0">'
content[6]='<img src="../images/capa_rollover_machining.jpg" width="250" height="169" alt="" border="0">'
content[7]='<img src="../images/capa_rollover_cad.jpg" width="250" height="169" alt="" border="0">'
content[8]='<img src="../images/capa_rollover_precision.jpg" width="250" height="169" alt="" border="0">'
content[9]='<img src="../images/capa_rollover_certified_weld.jpg" width="250" height="169" alt="" border="0">'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2