function showLegend(value,targ)
{
	document.getElementById(targ).innerHTML = value;
}

function showFoto(){
	
	$dark = document.createElement("DIV")
	with($dark)
	{
		setAttribute("ID","dark_layer");
		className = "dark_layer";
	}
	document.body.appendChild($dark);
}