String.prototype.printAddr =
function (_hamper,_prefix,_postfix,_face)
{
 _hamper=
 _prefix+
 "@"+
 this+
 (_postfix || '')
 document.write((_face||_hamper).link("mailto:"+_hamper));
}

/*$(document).ready(function(){
   $('.menu_drop').hover(
   function() {
    if ($.browser.version == '6.0'){
      $('.menu_drop ul').css('display', 'block');
      $('.content').css('margin-top', '-37px');
      $('#top_content').css('margin-top', '-56px');
      $('.menu_drop ul li').css('padding-right', '0px');
    }
   },
   function() {
    if ($.browser.version == '6.0'){
      $('.menu_drop ul').css('display', 'none');
      $('.content').css('margin-top', '0px');
      $('#top_content').css('margin-top', '0px');
    }
   }
   );

   $('.menu_drop ul').hover(
   function() {
    if ($.browser.version == '6.0'){
      $('.menu_drop ul').css('display', 'block');
      $('.content').css('margin-top', '-37px');
      $('#top_content').css('margin-top', '-56px');
      $('.menu_drop ul li').css('padding-right', '0px');
    }
   },
   function() {}
   );
}
);*/
