function initialize()
{
	document.getElementById("footer").style.bottom="5px";
	document.getElementById("footer").style.visibility="visible";
}
function changepic(n)
{
	document.images[0].src="./images/img"+n+".jpg";
	
}
