// JavaScript Document
function scrollcon(){
	document.getElementById("scrollcon").style.top = "0px";
	document.getElementById("scrollcon").style.left = "0px";
}

function changeState0(){
	document.getElementById("toindex").firstChild.style.color = "#000000";
}
function changeState1(){
	if(actDoc !== "index"){
		document.getElementById("toindex").firstChild.style.color = "#ffffff";
	}
}