
function MM_openBrWindow(theURL,winName,features) { //v2.0
  orderWin = window.open(theURL,winName,features);}

  function openbase(url)
   {
    opener.parent.location.href = url;
  }

