<!--Ativa menu principal -->
$(document).ready(function(){
 var opts =
{ 
	// set the maximum minor axis (vertical) image dimension to 48px
	size: 38,
	duration : 20,
	source: function(i){ return this.src.replace(/gif$/,'png'); }
};
$('#dock').jqDock(opts);  
//draggables defenition  
});
<!---->

<!-- Ativando o jQuery  plugin  para menu produtos->

$(document).ready(function(){
 var opts2 =
{ 
// set the maximum minor axis (vertical) image dimension to 48px
	size: 100,
	duration : 20,
	align: 'left',
	source: function(i){ return this.src.replace(/gif$/,'png'); }
}; 
 $('#dock2').jqDock(opts2);  
//draggables defenition  
});

<!---->
