$(document).ready(function(){
	$("#alteProd").click(function () { 
      $("#submenu").toggle("slow");
    });
});


