function toggle(b){var a=document.getElementById(b);if(a.style.display=="none"){a.style.display="block"}else{a.style.display="none"}};
// if(self!=top){if(top.location){top.location.replace(self.location.href)}else{top.document.location.replace(self.document.location.href)}};
