	 
function openwarenkorb(artikel){
warenkorb=window.open("","WK","Toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=0,width=350,height=170,screenX=0,screenY=0,left=0,top=0")
warenkorb.document.open()
warenkorb.document.write("<html><head><title>Warenkorb</title><link rel=stylesheet type='text/css' href='http://stadtshirts.ibh-server.de/stadtshirts/shop/style2.css'></head>")
warenkorb.document.write("<body><center><table BORDER=0 WIDTH=100%>")
warenkorb.document.write("<tr><td ALIGN=CENTER BGCOLOR=#62819D><b><font color=#FFFFFF>Artikel</font></b></td></tr>")
warenkorb.document.write("<tr><td align=center BGCOLOR=#A1C5DD><font size=-1><font color=#000000>",artikel,"</font></font></td></tr></table>")
warenkorb.document.write("<BR><b>wurde in den Warenkorb gelegt.</b>")
warenkorb.document.write("<BR><BR><table BORDER=0 WIDTH=50%><tr><td ALIGN=CENTER BGCOLOR=#A1C5DD><a href='javascript:window.close()'>weiter einkaufen</a></td></tr></table>")
warenkorb.document.write("</CENTER></body></html>")
warenkorb.document.close()
warenkorb.focus();
clearID=warenkorb.setTimeout("self.close()",5000)
}


function openfenster(bild,breite,hoehe){

breite2 = breite+50;
hoehe2 = hoehe+70;

var fenster_property = "width=" + breite2 + ",height=" + hoehe2 + ",resizable=0,screenX=0,screenY=0,left=0,top=0";

defwin=window.open("",hoehe,fenster_property)
defwin.document.open()
defwin.document.write("<html><head><title>Produktdetails</title></head><body text=#000000 bgcolor=#FFFFFF link=#000000 vlink=#000000 alink=#0000EE onMouseDown='javascript:window.close()' onKeyDown='javascript:window.close()'>")
defwin.document.writeln("<CENTER><a href=javascript:window.close()><img SRC=schliessen.gif border=0></a><p>");
defwin.document.write("<img SRC='",bild,"' height='",hoehe,"' width='",breite,"' galleryimg='no' onMouseDown='javascript:window.close()'>")
defwin.document.write("</CENTER></body></html>")
defwin.document.close()
defwin.focus();
clearID=defwin.setTimeout("self.close()",20000)
}

function agb(datei)
 {
  BildFenster =
  window.open(datei, "AGBs", "width=600,height=570,screenX=10,screenX=10,scrollbars=yes,resizable=yes");
  BildFenster.focus();
 }

function index() {
if(!parent.main)
location.href="http://hof.ibh-server.de/hof/shop/shopping.php?" + location.href;
}

window.onload=index;

