var content=new Array()
content[0]='&nbsp;'
content[1]='Leon'
content[2]='Victor'
content[3]='Charles'
content[4]='Alexandre'

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='<h1>'+whichcontent+'</h1>'}
else if (document.layers){document.d1.document.d2.document.write('<h1>'+whichcontent+'</h1>')
document.d1.document.d2.document.close()}}
function appear(){document.d1.visibility='show'}
window.onload=regenerate2
