/* Global Menu */
/* Shield Page From Older browsers -- try to get them to upgrade */
if (document.layers) {top.location.href="http://www.mozilla.org/";}
dom = document.getElementById; // browser uses DOM ??
if (document.all && !dom) {
    top.location.href="http://www.microsoft.com/windows/ie/";}

/* Begin Drop Down Menu */
function show(elmnt) {
   document.getElementById(elmnt).style.visibility="visible";}
function hide(elmnt) {
   document.getElementById(elmnt).style.visibility="hidden";}
/* End Drop DOwn Menu */


