function hideLayer(){var a=document.getElementById("ShaDoW");$("#ShaDoW").fadeOut();a=null}function showLayer(){setLayerPosition();var a=document.getElementById("ShaDoW");$("#ShaDoW").fadeIn();a=null}function setLayerPosition(){var a=document.getElementById("ShaDoW");var b=getBrowserHeight();a.style.width=b.width+"px";a.style.height=b.height+"200%";a=null}function getBrowserHeight(){var a=+10;var b=0;if(typeof window.innerWidth=="number"){a=window.innerHeight;b=window.innerWidth}else if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){a=document.documentElement.clientHeight;b=document.documentElement.clientWidth}else if(document.body&&(document.body.clientWidth||document.body.clientHeight)){a=document.body.clientHeight;b=document.body.clientWidth}return{width:parseInt(b),height:parseInt(a)}}window.onresize=setLayerPosition

