if (document.images)
{
  pic1= new Image(138,31);
  pic1.src="/imagesgd/buttons/grey/home.jpg";

  pic2= new Image(89,31);
  pic2.src="/imagesgd/buttons/grey/aboutus.jpg";

  pic3= new Image(109,31);
  pic3.src="/imagesgd/buttons/grey/methodology.jpg";

  pic4= new Image(155,31);
  pic4.src="/imagesgd/buttons/grey/products.jpg";

  pic5= new Image(98,31);
  pic5.src="/imagesgd/buttons/grey/newitems.jpg";

  pic6= new Image(183,31);
  pic6.src="/imagesgd/buttons/grey/country.jpg";

  pic7= new Image(128,31);
  pic7.src="/imagesgd/buttons/grey/contact.jpg";

  pic8= new Image(138,31);
  pic8.src="/imagesgd/buttons/red/home.jpg";

  pic9= new Image(89,31);
  pic9.src="/imagesgd/buttons/red/aboutus.jpg";

  pic10= new Image(109,31);
  pic10.src="/imagesgd/buttons/red/methodology.jpg";

  pic11= new Image(155,31);
  pic11.src="/imagesgd/buttons/red/products.jpg";

  pic12= new Image(98,31);
  pic12.src="/imagesgd/buttons/red/newitems.jpg";

  pic13= new Image(183,31);
  pic13.src="/imagesgd/buttons/red/country.jpg";

  pic14= new Image(128,31);
  pic14.src="/imagesgd/buttons/red/contact.jpg";
}

function On_Red(buttont,id)
{
    buttont.src="/imagesgd/buttons/red/"+id;
}

function On_Grey(buttont,id)
{
    buttont.src="/imagesgd/buttons/grey/"+id;
}

function Search_Func()
{
    window.open('/eShopnew/home.php?searchstring='+document.getElementById('advicedbox').value,'_self');
}

function noAdvice(box)
{
    box.value="";
    box.style.color="black";
}

function closeWin()
{
    window.close();
}

