    <!--
	
	bu01 = new Image();
	bu01.src="images/history.gif";
	bu01o = new Image();
	bu01o.src ="images/history_over.gif";
	
	bu02 = new Image();
	bu02.src="images/music.gif";
	bu02o = new Image();
	bu02o.src ="images/music_over.gif";

	bu03 = new Image();
	bu03.src="images/label.gif";
	bu03o = new Image();
	bu03o.src ="images/label_over.gif";

	bu04 = new Image();
	bu04.src="images/contact.gif";
	bu04o = new Image();
	bu04o.src ="images/contact_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(); 

        }


    //-->
