function chSTYLE_(n){
	document.getElementById("mn"+n).style.backgroundColor="#6A6A6A";
	document.getElementById("a"+n).className="mn_";
}
function chSTYLE(n){
	document.getElementById("mn"+n).style.backgroundColor="";
	document.getElementById("a"+n).className="mn";
}
function chLOC(n){
	document.location.href=n;
}
function pgINIT(){
	x=document.body.clientWidth;
	if(x>1024){
		document.getElementById("content").style.width="750px";
	}else{
		document.getElementById("content").style.width="100%";
	}
}
