//<html><head><meta http-equiv=refresh content="0;url=http://www.dokimos.org/index.aspx"></head><body bgcolor="#000033" text="#000000"></body><!--
function showMenu() {
   whichDiv=event.srcElement;
   menu1.style.posLeft=event.clientX+document.body.scrollLeft;
   menu1.style.posTop=event.clientY+document.body.scrollTop;
   menu1.style.display="";
   menu1.setCapture();
}

function toggleMenu() {   
   el=event.srcElement;
   if (el.className=="menuItem") {
      el.className="highlightItem";
   } else if (el.className=="highlightItem") {
      el.className="menuItem";
   }
}

function clickMenu() {
   menu1.style.display="none";
   el=event.srcElement;
   if (el.id=="IntrPage") {
      top.location = "index.aspx";
   } else if (el.id=="HomePage") {
      top.location = "home.html";
   } else if (el.id=="MainPage") {
      top.location = "main.html";
   } else if (el.id=="MenuPage") {
      top.location = "catholic/index.html";
   } else if (el.id=="LinkPage") {
      top.location = "links/index.html";
   } else if (el.id=="LinkSwap") {
      top.location = "links/form.aspx";
   } else if (el.id=="LinkCode") {
      top.location = "links/code.html";
   } else if (el.id=="AwardsPg") {
      top.location = "awards/index.aspx";
   } else if (el.id=="BannerPg") {
      top.location = "banners/index.html";
   } else if (el.id=="MemberPg") {
      top.location = "memberships/index.html";
   } else if (el.id=="RingPage") {
      top.location = "rings/index.html";
   } else if (el.id=="SendMail") {
      top.location = "mailto:contact@dokimos.org?subject=" + document.title;
   } else if (el.id=="PrintWin") {
      top.location = "javascript:window.print()";
   } else if (el.id=="CloseWin") {
      top.location = "javascript:window.close(self)";
   }
   menu1.releaseCapture();
}
// --></html>