// JavaScript Document
window.onload = function(){
	document.getElementById("CCLLOOSSEE").onclick = DDIISS;
	function DDIISS(){
		document.getElementById("SHOWFIRST").style.display="none";
		}
	}
