function makeAnchor(i){
	window.scrollBy(0,-9999);
	window.scrollBy(0,i);
}

function makeH(){
	if (screen.width<1000){
	document.getElementById('content').style.width="927px";
	document.getElementById('content').style.overflow="visible";
	}
}

function makeHidden2(i){
	tar=document.getElementById(i);
	tar.className="hid";
}
function makeAlert(){
	tar=document.getElementById("formAlert");
	tar.className="vis";
	window.setTimeout('makeHidden2("formAlert");',3000);
}