// constants
var left_corner_x  = 10; // x-coordinate of top left corner of dropdown menu 
var left_corner_y  = 35; // y-coordinate of top left corner of dropdown menu 
var back_color     = '#E6E6E6'; // the background color of dropdown menu 
var border_color   = 'red'; // the color of dropdown menu border
var border_size    = '1'; // the width of dropdown menu border
var menu_width     = '120'; // the width of dropdown menu 
//


// Don't change these parameters
var delay           = 500; /////
var active_layer_id = -1;  /////
var on_layer_id     = -1;  /////
var buff_id         = -1;  /////
/// ----------------------------


// Attention! You have to change the first number in Array line to change the width of the particular column! 
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
// 

menu_content     = new Array ('120 | <a href=Copyright.htm target=Body class=subMenu>&copy; Copyright</a>',
			      '120 | <a href=Storia.htm target=Body class=subMenu>Storia</a> | <a href=Cariche.htm target=Body class=subMenu>Cariche</a>',
			      '120 | <a href=Iniziative.htm target=Body class=subMenu>Iniziative</a> | <a href=Programma.htm target=Body class=subMenu>Programma</a> | <a href=Pubblicazioni.htm target=Body class=subMenu>Pubblicazioni</a>',
			      '120 | <a href=Cerca.htm target=Body class=subMenu>Cerca</a> | <a href=Download.htm target=Body class=subMenu>Download</a> | <a href=Links.htm target=Body class=subMenu>Links</a>',
			      '120 | <a href=WebTeam.htm target=Body class=subMenu>Web team</a> | <a href=Indice.htm target=Body class=subMenu>Indice</a> | <a href=Grazie.htm target=Body class=subMenu>Grazie!</a>');
		