<!-- 

	function open_thumb_bdw(PicID){
		var str = PicID;
		popwin = window.open("pop_up_bundweiten.html.php?todo="+str,"Detail","height=550,width=780,resizable=no,scrollbars=auto");
				}
				
	function open_thumb_agb(PicID){
		var str = PicID;
		popwin = window.open("pop_up_agb.html.php?todo="+str,"Detail","height=500,width=520,resizable=yes,scrollbars=yes");
				}
	function open_thumb(PicID, lang){
		var str = PicID;
		popwin = window.open("pop_up.html.php?lang="+lang+"&pic="+str,"Detail","height=540,width=500");
		  }
	function open_thumb_basket(PicID){
		var str = PicID;
		popwin = window.open("pop_up_basket.html.php?todo="+str,"Detail","height=500,width=580,resizable=no,scrollbars=auto");
				}

//-->
