window.onload = function(){
			if(location.href.indexOf('layer=') != -1)
				if(document.getElementById(location.href.split('layer=')[1]))
					document.getElementById(location.href.split('layer=')[1]).style.display = 'block';
		}
	
