
function start()
 {
   location.replace("http://www.go-medizin.de/shop/index.php");
 }


var Ziel_URL="";

function Artikel(Ziel_URL)
 {
   location.replace("http://www.go-medizin.de/shop/index.php?artikelname=" + Ziel_URL);
 }


function Hersteller(Ziel_URL)
 {
   location.replace("http://www.go-medizin.de/shop/index.php?hersteller=" + Ziel_URL);
 }


function Kategorie(Ziel_URL)
 {
   location.replace("http://www.go-medizin.de/shop/index.php?artikelgruppe=" + Ziel_URL);
 }


