﻿var handle;function showwin(){var obj=document.getElementById("shadow_logout");availWidth=parseInt(window.screen.availWidth);availHeight=parseInt(window.screen.availHeight);if (parseInt(window.screen.availHeight) < 900){obj.style.height=availHeight;}else{obj.style.height=window.screen.availHeight;}if(window.screen.height > document.body.scrollHeight){document.getElementById("shadow_logout").style.height=window.screen.height+"px";}else{document.getElementById("shadow_logout").style.height=document.body.scrollHeight+"px";}document.getElementById("shadow_logout").style.display="block";document.getElementById("detail").style.display="block"; }function recover(){document.getElementById("shadow_logout").style.display="none";document.getElementById("detail").style.display="none"; }function LogOut(){var object=$("HiddenCount");var LoadUserInfoObject=$("LoadUserInfo");var o = $("operationdiv");object.value=1;LoadUserInfoObject.value=0;o.style.display="none";}