var m_oCurrentPopup=null;function OpenPopup(b){if(typeof(b.getElementsByTagName("div").length)!=undefined&&b.getElementsByTagName("div").length>0){var a=b.getElementsByTagName("div")[0];if(a.style!=null){a.style.display="block"}if(m_oCurrentPopup!=null&&m_oCurrentPopup!=a){m_oCurrentPopup.style.display="none";m_oCurrentPopup=null}m_oCurrentPopup=a}}function HideMenuPopup(b){var a=b.getElementsByTagName("div");if(a.length>0){a=a[0]}if(a.style!=null){a.style.display="none"}if(m_oCurrentPopup==a){m_oCurrentPopup=null}}function HidePopup(a){if(a.style!=null){a.style.display="none"}if(m_oCurrentPopup==a){m_oCurrentPopup=null}}function SecondLevelOver(a){a.style.backgroundColor="#eaeff5"}function SecondLevelOut(a){a.style.backgroundColor="#f9fafc"};
