function gotourl( mySelect, sStr ) {
      myIndex = mySelect.selectedIndex;
      myValue = mySelect.options[myIndex].value;
      if(myValue == "?action9=addMerchant")
      {
      window.location.href = myValue;
        }
      else
      {
         //Do Nothing
      }
      }
