function noenter(){
return !(window.event && window.event.keyCode==13);}


function noBack(){
 history.go(1);
}
noBack();


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openIt(url)
   {
       chrome = "width=550,"
         + "height=275,"
         + "location=0,"
         + "menubar=no,"
         + "resizable=yes,"
         + "scrollbars=no,"
         + "status=no,"
         + "titlebar=yes,"
         + "toolbar=no,"
         + "hotkeys=no,"
         + "left=250,"
         + "top=200";
         window.open('http://pacer.flmb.uscourts.gov/cmecf/attorney-yes.htm','mywin',chrome)
       }

