    <!--
	
	bu01 = new Image();
	bu01.src="piercing/images/bu/professional_piercing.gif";
	bu01o = new Image();
	bu01o.src ="piercing/images/bu/professional_piercing_over.gif";
	
	bu02 = new Image();
	bu02.src="piercing/images/bu/piercing_pflege.gif";
	bu02o = new Image();
	bu02o.src ="piercing/images/bu/piercing_pflege_over.gif";

	bu03 = new Image();
	bu03.src="piercing/images/bu/piercing_unter18.gif";
	bu03o = new Image();
	bu03o.src ="piercing/images/bu/piercing_unter18_over.gif";

	bu04 = new Image();
	bu04.src="piercing/images/bu/piercing_faq.gif";
	bu04o = new Image();
	bu04o.src ="piercing/images/bu/piercing_faq_over.gif";

	bu05 = new Image();
	bu05.src="piercing/images/bu/intimpiercing.gif";
	bu05o = new Image();
	bu05o.src ="piercing/images/bu/intimpiercing_over.gif";

	bu06 = new Image();
	bu06.src="piercing/images/bu/piercing_kontakt.gif";
	bu06o = new Image();
	bu06o.src ="piercing/images/bu/piercing_kontakt_over.gif";

	function ViewImage(Picname,PicObj)
	{
	 (eval("document."+Picname)).src=PicObj.src;
	}


        function Gallery(Bild,Titel,Breite,Hoehe)
        {  
           var lookupWinOpts = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,left=100,top=100,height='+(Hoehe+20)+',width='+Breite;
           var lookupWindow = window.open("","",lookupWinOpts);
           var html ="";
           html+="<html>\n<head>\n<title>" + Titel + "</title>\n</head>\n";
           html+="<body onblur=\"self.close();\" topmargin=\"0\" leftmargin=\"0\">\n";
           html+="<img src=\"piercing/images/intimpiercings/"+Bild+".jpg\" width=\""+Breite+"\" height=\""+Hoehe+"\" border=\"0\" alt=\""+Titel+"\">\n";
           html+="</body>\n</html>\n";
           lookupWindow.document.open();
           lookupWindow.document.write(html);
           lookupWindow.document.close(); 

        }


    //-->

