function moveFooter(){	copyPad = 290	copyBottom = document.getElementById("copy").offsetHeight;	if(copyBottom<300){		copyBottom=300;	}	document.getElementById("footer").style.top = (copyBottom+copyPad)+"px";	document.getElementById("footer_bg").style.top = (copyBottom+copyPad)+"px";	document.getElementById("footer_bg").style.visibility = "visible";	document.getElementById("line_red").style.height = (copyBottom+copyPad+40)+"px";	document.getElementById("footer").style.visibility = "visible";}function buttonPush(state){	document.getElementById("button").src = "images/logo_button_"+state+".jpg";}image1 = new image();image1.src = "../images/logo_button_dn.jpg";