// JavaScript Document
function Void(){
}

function moreInfo(info){
	if(document.getElementById){
		thisInfo = document.getElementById(info).style;
		thisInfo.display = "none";
	if(thisInfo.display == "block"){
			thisInfo.display = "none";
		}else{
			thisInfo.display = "block";
			thisInfo.parentNode.moveTo();
		}
		return false;
	}else {
		return true;	
	}
}

function mainPage(info){
	if(document.getElementById){
		thisInfo = document.getElementById(info).style;
	if(thisInfo.display == "block"){
			thisInfo.display = "none";
			thisInfo.parentNode.moveTo();
		}else{
			thisInfo.display = "block";
		}
		return false;
	}else {
		return true;	
	}
}