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="img/text0.png">'
content[1]='<img src="img/textaus.png">'
content[2]='<img src="img/textweather.png">'
content[3]='<img src="img/textcars.png">'
content[4]='<img src="img/textphoto.png">'
content[5]='<img src="img/texttube.png">'
content[6]='<img src="img/textdruk.png">'
content[7]=''
content[8]=''
content[9]=''
content[10]=''
content[11]=''
content[12]=''

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 color="#ABABAB">'+whichcontent+'<font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font color="#ABABAB">'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2
