


	function ChangeURL()


	{  var strURL

         var strBrand

         var strPG

	  strBrand = window.frmValues.txtBrand.value

	  strPG = window.frmValues.txtPG.value

	  strURL = "/stockist.cfm/brand." + strBrand + "/productgroup." + strPG

	  window.location = strURL  

	  return false

	}


    function GoToURL(destination){

        location.href = destination;

    }