function gotoURL() {
var url = document.searchform.searchbox.value
// var select_category = "This manufacturer has more than 1 category listing. Please return and select the category you wish."
switch (url) {


case "Carolina Ceramics Brick" :
        document.location.href="products-brick-full-face-carolina-ceramics.html";
    break;
    
case "Interpace (Full Face Brick)" :
        document.location.href="products-brick-full-face-interpace.html";
    break;
    
case "Interpace (Thin Brick)" :
        document.location.href="products-brick-thin-interpace.html";
    break;
    
case "Mankato Stone" :
        document.location.href="products-stone-natural-thin-veneer-mankato.html";
    break;
    
case "Salaldo Stone" :
        document.location.href="products-stone-natural-thin-veneer-salado-quarry.html";
    break;
    
case "K2 Stone" :
        document.location.href="products-stone-natural-thin-veneer-k2.html";
    break;

case "Real Stone Source (Natural Thin Veneer)" :
      document.location.href="products-stone-natural-thin-veneer-real-stone-source.html";
    break;

case "Real Stone Source (Pavers)" :
      document.location.href="products-pavers-stone-real-stone-source.html";
    break;
    
case "Artistic Pavers" :
      document.location.href="products-pavers-concrete-artistic.html";
    break;
    
case "Eldorado Stone (Outdoor Living)" :
      document.location.href="products-outdoor-living-eldorado-stone.html";
    break;    

// Full Face Brick ----------------------------------------------------------

case "Belden (Full Face Brick)" :
        document.location.href="products-brick-full-face-belden.html";
    break;

case "Boral (Full Face Brick)" :
        document.location.href="products-brick-full-face-boral.html";
    break;
    
case "California Clay (Full Face Brick)" :
        document.location.href="products-brick-full-face-california-clay.html";
    break;
    
case "Endicott (Full Face Brick)" :
        document.location.href="products-brick-full-face-endicott.html";
    break;
    
case "H.C. Muddox (Full Face Brick)" :
        document.location.href="products-brick-full-face-hc-muddox.html";
    break;
    
case "H.C. Muddox" :
        document.location.href="products-brick-full-face-hc-muddox.html";
    break;

case "Hebbron (Full Face Brick)" :
        document.location.href="products-brick-full-face-hebron.html";
    break;
    
case "Higgins (Full Face Brick)" :
        document.location.href="products-brick-full-face-higgins.html";
    break;
    
case "Interstate (Full Face Brick)" :
        document.location.href="products-brick-full-face-interstate.html";
    break;
    
case "Interstate" :
        document.location.href="products-brick-full-face-interstate.html";
    break;

case "McNear (Full Face Brick)" :
        document.location.href="products-brick-full-face-mcnear.html";
    break;
    
case "Old Carolina (Full Face Brick)" :
        document.location.href="products-brick-full-face-old-carolina.html";
    break;
    
case "Old Carolina" :
        document.location.href="products-brick-full-face-old-carolina.html";
    break;

case "Pacific Clay (Full Face Brick)" :
        document.location.href="products-brick-full-face-pacific-clay.html";
    break;
    
case "Pine Hall (Full Face Brick)" :
        document.location.href="products-brick-full-face-pine-hall.html";
    break;
    
case "Sioux City (Full Face Brick)" :
        document.location.href="products-brick-full-face-sioux-city.html";
    break;
    
case "Summit (Full Face Brick)" :
        document.location.href="products-brick-full-face-summit.html";
    break;   

// Thin Brick ----------------------------------------------------------

case "Belden (Thin Brick)" :
        document.location.href="products-brick-thin-belden.html";
    break;
    
case "California Clay (Thin Brick)" :
        document.location.href="products-brick-thin-california-clay.html";
    break;
    
case "Endicott (Thin Brick)" :
        document.location.href="products-brick-thin-endicott.html";
    break;

case "Hebron (Thin Brick)" :
        document.location.href="products-brick-thin-hebron.html";
    break;
    
case "Higgins (Thin Brick)" :
        document.location.href="products-brick-thin-higgins.html";
    break;
    
case "Pacific Clay (Thin Brick)" :
        document.location.href="products-brick-thin-pacific-clay.html";
    break;
    
case "Sioux City (Thin Brick)" :
        document.location.href="products-brick-thin-sioux-city.html";
    break;
    
case "Summit (Thin Brick)" :
        document.location.href="products-brick-thin-summit.html";
    break;
    
// Thompson's Thin Brick ----------------------------------------------------------

case "Belden (Thompson's Thin Brick)" :
        document.location.href="products-brick-thompson-thin-brick-belden.html";
    break;

case "Boral (Thompson's Thin Brick)" :
        document.location.href="products-brick-thompson-thin-brick-boral.html";
    break;
    
case "McNear (Thompson's Thin Brick)" :
        document.location.href="products-brick-thompson-thin-brick-mcnear.html";
    break; 
    
case "Pine Hall (Thompson's Thin Brick)" :
        document.location.href="products-brick-thompson-thin-brick-pine-hall.html";
    break;
    
case "Summit (Thompson's Thin Brick)" :
        document.location.href="products-brick-thompson-thin-brick-summit.html";
    break;


// Manufactured Stone ----------------------------------------------------------

case "Eldorado Stone (Manufactured Stone)" :
        document.location.href="products-stone-manufactured-eldorado-stone.html";
    break;

case "Eldorado Stone" :
        document.location.href="products-stone-manufactured-eldorado-stone.html";
    break;
	
case "Cultured Stone (Manufactured Stone)" :
        document.location.href="products-stone-manufactured-cultured-stone.html";
    break;

case "Cultured Stone" :
        document.location.href="products-stone-manufactured-cultured-stone.html";
    break;

// Natural Thin Veneer ----------------------------------------------------------
    
    
case "Montana Rockworks (Natural Thin Veneer)" :
        document.location.href="products-stone-natural-thin-veneer-montana-rock-works.html";
    break;
    
case "Montana Rockworks" :
       document.location.href="products-stone-natural-thin-veneer-montana-rock-works.html";
   break;

case "NSVI (Natural Thin Veneer)" :
        document.location.href="products-stone-natural-thin-veneer-NSVI.html";
    break;
    
case "NSVI" :
       document.location.href="products-stone-natural-thin-veneer-NSVI.html";
   break;
	
case "Robinson (Natural Thin Veneer)" :
        document.location.href="products-stone-natural-thin-veneer-robinson.html";
    break;

case "Robinson" :
        document.location.href="products-stone-natural-thin-veneer-robinson.html";
    break;
   
    
case "Sparkstone (Natural Thin Veneer)" :
        document.location.href="products-stone-natural-thin-veneer-sparkstone.html";
    break;

case "Sparkstone" :
       document.location.href="products-stone-natural-thin-veneer-sparkstone.html";
   break;


// Pavers Clay  ----------------------------------------------------------

case "Belden (Clay Pavers)" :
        document.location.href="products-pavers-clay-belden.html";
    break;

case "Boral (Clay Pavers)" :
        document.location.href="products-pavers-clay-boral.html";
    break;
    
case "Endicott (Clay Pavers)" :
        document.location.href="products-pavers-clay-endicott.html";
    break;
    
case "Higgins (Clay Pavers)" :
        document.location.href="products-pavers-clay-higgins.html";
    break;
    
case "Gladding McBean (Clay Pavers)" :
        document.location.href="products-pavers-clay-gmcbean.html";
    break;

case "Gladding McBean" :
        document.location.href="products-pavers-clay-gmcbean.html";
    break;
        
case "Pacific Clay (Clay Pavers)" :
        document.location.href="products-pavers-clay-pacific-clay.html";
    break;
    
case "Pine Hall (Clay Pavers)" :
        document.location.href="products-pavers-clay-pine-hall.html";
    break;

// Pavers Stone  ----------------------------------------------------------

case "Olympic (Stone Pavers)" :
        document.location.href="products-pavers-stone-olympic.html";
    break;

case "Olympic" :
        document.location.href="products-pavers-stone-olympic.html";
    break;

// Concrete Stone  ----------------------------------------------------------

case "Angelus (Concrete Pavers)" :
        document.location.href="products-pavers-concrete-angelus.html";
    break;

case "Belgard (Concrete Pavers)" :
        document.location.href="products-pavers-concrete-belgard.html";
    break;

case "Angelus" :
       document.location.href="products-pavers-concrete-angelus.html";
   break;

case "Belgard" :
       document.location.href="products-pavers-concrete-belgard.html";
   break;

// Outdoor Grills  ----------------------------------------------------------


case "DCS (Outdoor Living)" :
        document.location.href="products-outdoor-living-dcs.html";
    break;

case "Fire Magic (Outdoor Living)" :
        document.location.href="products-outdoor-living-fire-magic.html";
    break;

case "Viking (Outdoor Grills)" :
        document.location.href="products-outdoor-living-viking.html";
    break;


case "DCS" :
        document.location.href="products-outdoor-living-dcs.html";
    break;

case "Fire Magic" :
        document.location.href="products-outdoor-living-fire-magic.html";
    break;

case "Viking" :
        document.location.href="products-outdoor-living-viking.html";
    break;


// single name input  ----------------------------------------------------------


case "Pine Hall" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Belden" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Pacific Clay" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Boral" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Endicott" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Sioux City" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "California Clay" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Hebron" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Summit" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

case "Higgins" :
        alert("This manufacturer has more than 1 category listing. Please return and select the category you wish.");
    break;

// default -----------------------------------------------------------

default :
   alert("Sorry, no match found.");
break;
	}
}








