/*
	--------------------------------------------------------------------------
	Leerer Raum für eigene Scripts
	--------------------------------------------------------------------------


$("input.buttonDhide").click(function(){ 
$("div.contentToChange").find("p.thirdparagraph").hide("slow"); });
//show code example D
$("a.codeButtonD").click(function(){$("pre.codeD").toggle(); return false;});

$(document).ready(function(){

	$("#produktliste .edit-submit").click(function(){ 
		$("produktliste").find("h3").hide("slow"); 
		});
	
});



*/
