function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){



}

function appear(){
document.d1.visibility='show'
}


function regenerate1(){
window.location.reload()
}
function regenerate3(){
if (document.layers){
appear1()
setTimeout("window.onresize=regenerate1",450)
}
}

function changetext1(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptionsa"):document.all.descriptionsa
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d3.document.d4.document.write(''+whichcontent+'')
document.d3.document.d4.document.close()
}
}

function appear1(){
document.d3.visibility='show'
}

