function moveDesc()
{
	document.getElementById('maindesc').style.left = "-9999px";
}
moveDesc();
