document.writeln("<script>");
document.writeln(" function getPos(el,sProp) ");
document.writeln(" {");
document.writeln("  var iPos = 0;");
document.writeln("  while (el!=null)");
document.writeln("  {");
document.writeln("    iPos+=el[\"offset\" + sProp] ;");
document.writeln("	el = el.offsetParent;");
document.writeln("  }");
document.writeln("  return iPos;");
document.writeln(" }  ");
document.writeln("");
document.writeln(" function show_wldh(el,m)");
document.writeln(" {");
document.writeln("  if (m)");
document.writeln("   {");
document.writeln("    m.style.display=\'\'; ");
document.writeln("  ĦĦm.style.pixelLeft = getPos(el,\"Left\");");
document.writeln("  ĦĦm.style.pixelTop = getPos(el,\"Top\") + 21;");
document.writeln("   }  ");
document.writeln("   ");
document.writeln(" }  ");
document.writeln("");
document.writeln("  function hidemenu(m)");
document.writeln(" {");
document.writeln("  if(window.event.toElement.id!=m.id && window.event.toElement.id!=\"link\")");
document.writeln("    m.style.display=\'none\'; ");
document.writeln(" }");
document.writeln("</script>");
