function lightWindow()
{
	
	document.getElementById("divLightWindow").className="lightWindow";
	
}

function hideLightWindow()
{
	document.getElementById("divLightWindow").className="hide";
}
