function shadow () {
	var containerHeight = document.getElementById("lay_container").offsetHeight;
	document.getElementById("shadow_left").style.height=containerHeight+"px";
	document.getElementById("shadow_right").style.height=containerHeight+"px";
}

