loadButtons("http://www.rhsheppard.com/");
//loadButtons("");

function loadButtons(baseURL) {
   ghome = new Image(); ghome.src = baseURL + "ghome.gif";
   ohome = new Image(); ohome.src = baseURL + "ohome.gif";
   gcompany = new Image(); gcompany.src = baseURL + "gcompany.gif";
   ocompany = new Image(); ocompany.src = baseURL + "ocompany.gif";
   gproducts = new Image(); gproducts.src = baseURL + "gproducts.gif";
   oproducts = new Image(); oproducts.src = baseURL + "oproducts.gif";
   gnews = new Image(); gnews.src = baseURL + "gnews.gif";
   onews = new Image(); onews.src = baseURL + "onews.gif";
   gjobs = new Image(); gjobs.src = baseURL + "gemployment.gif";
   ojobs = new Image(); ojobs.src = baseURL + "oemployment.gif";
   gcontact = new Image(); gcontact.src = baseURL + "gcontact.gif";
   ocontact = new Image(); ocontact.src = baseURL + "ocontact.gif";
   }

