// JavaScript Document

window.onload = function hideText(){   
	Element.hide("Compact");   
	}
	function toggleBox(){
	Element.toggle("Compact");
	}