//	Change text details

function changetext(newcontent){

if (document.all||document.getElementById){
	cross_el=document.getElementById? document.getElementById("changecontent"):document.all.changecontent
	cross_el.innerHTML=newcontent
}
else if (document.layers){
	document.d1.document.d2.document.write(newcontent)
	document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}


//	Preload images for slideshow

var myimages=new Array()
var gotolink="#"
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

