﻿// File JScript

//var options = {minWidth: 120};  
//var options = {minWidth: 150, offsetLeft: 10};  
/*
var options = {minWidth: 200, copyClassAttr: true, hideDelay: 2, hoverOpenDelay: 1, offsetLeft: 8, 
	onOpen: function( e , menuItem  ){  
		//alert( $(menuItem).text() );
		//$(this).css("background-color", "#E0E0E0");
	 }, 
	onClose: function(){  
		//alert( "ciao" );
		//$(this).css("background-color", "")
	 }};  
	 
$('#menufrattini').menu(options);  
*/