var content=new Array()

content[0]='<p class="txt_descri"><font color="#455057">Welcome to the CORREA shipping agency website...</font></p>'

content[1]='<p class="txt_descri">Since 1906: Past and present of a great company...</p>'

content[2]='<p class="txt_descri">Spanish leaders in maritime services...</p>'

content[3]='<p class="txt_descri">We have offices in all spanish ports...</p>'

content[4]='<p class="txt_descri">Information request - Head Offices...</p>'



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='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
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
