function removeHelpMenu2(){
 var x;
 x = new ActiveXObject("esriHelp.HelpCore");
 x.MenuDelete2();
}

function browser()
{
  var ua = navigator.userAgent;

  // Is it IE?
 bMSIE = (ua.indexOf("MSIE")!= -1);
  // Is it IE5.5?
 bMSIE55 = (ua.indexOf("MSIE 5.5") != -1);
}

function ShowFeedback()  
{
 // if (window.location.protocol != "mk:") {
 //   document.write("<A href='javascript:Feedback()'>");
 //   document.write("<img src='/arcobjects/8.3/panebar_files/feedback2.gif' alt='Feedback'border='0' height='16' width='16'/>");
 //   document.write("&nbsp;Send feedback on this page</A>");
 // }
}

function Feedback()  {
  if (top.fraTopic != null) {
    top.fraTopic.location = '/arcobjects/8.3/email.asp?Page=' + top.fraTopic.location;
  }  else {
  top.location = '/arcobjects/8.3/email.asp?Page=' + top.location;
  }
}