function openfenster(bild){
defwin=window.open("","Produktdetails","Toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=1,width=620,height=420,screenX=0,screenY=0,left=0,top=0")
defwin.document.open()
defwin.document.write("<html><head><title>Produktdetails</title></head><body bgcolor=#FFFFFF>")
defwin.document.writeln("<CENTER><b><a href=javascript:window.close()><img SRC=schliessen.gif border=0></a></b>");
defwin.document.write("<BR><BR><img SRC=",bild," galleryimg=no onMouseDown='javascript:window.close()'>")
defwin.document.write("</CENTER><BR>&copy; Piercing Versand</body></html>")
defwin.document.close()
defwin.focus();
clearID=defwin.setTimeout("self.close()",20000)
}

