function cdd_menu1()
{

/*---------------------------------------------
Icon Images
---------------------------------------------*/

    //Relative positioned icon images (flow with main menu or sub item text)

    this.rel_icon_image0 = ""
    this.rel_icon_rollover0 = ""
    this.rel_icon_image_wh0 = "0,0"




    //Absolute positioned icon images (coordinate positioned)

    this.abs_icon_image0 = "../images/arrow.gif"
    this.abs_icon_rollover0 = "../images/arrow.gif"
    this.abs_icon_image_wh0 = "0,0"
    this.abs_icon_image_xy0 = "-20,8"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


    this.use_divider_caps = false       //cap the top and bottom of each menu group
    this.divider_width = 1          //applies to horizontal menus only
    this.divider_height = 0         //applies to vertical menus only


    //available specific settings

    this.use_divider_capsX_X = true





/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the
   //width of items and menu groups may be defined, heights
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


    this.is_horizontal = false      //false = vertical menus, true = horizontal menus


    this.menu_width = 140           //applies to vertical menus
    this.menu_width_items = 100     //applies to items in a horizontal menu
  //  this.menu_width_item0_4 = 100       //applies to items in a horizontal menu


   //Padding Values


    this.menu_padding_main = "0,0,0,0"      //top, right, bottom, left
    this.menu_padding_sub = "0,0,0,0"

    this.item_padding_main = "5,5,5,5"
    this.item_padding_sub = "5,5,5,5"



   //Border Sizing


    this.menu_border_main = 1
    this.menu_border_sub = 1

    this.item_border_main = 0
    this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)


    this.is_horizontalX = true

    this.menu_widthX = 200
    this.menu_width_itemsX = 100
    this.menu_width_itemX_X = 100

    this.menu_padding_subX = "10,5,10,5"
    this.item_padding_mainX = "10,5,10,5"
    this.item_padding_subX_X = "10,5,10,5"

    this.menu_border_subX = 1
    this.item_border_mainX = 1
    this.item_border_subX_X = 1






/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups
//and menu items with existing CSS classes from your site.



   //global class names

    //this.main_menu_class = "myclassname"
    //this.main_items_class = "myclassname"
    //this.main_items_rollover_class = "myclassname"

    //this.sub_menu_class = "myclassname"
    //this.sub_items_class = "myclassname"
    //this.sub_items_rollover_class = "myclassname"


   //specific menu items

    //this.item_classX_X = "myclassname"
    //this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


    this.show_menu = "hideAnimation()";
    this.hide_menu = "showAnimation()";


 //available specific settings


    //this.show_menuX = "alert('show id')";
    //this.hide_menuX = "alert('hide id')";
    //this.clickX = "alert('execute custom click item code')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0


    this.item0 = "NOLEGGI"
    this.icon_rel0 = 0
    this.icon_abs0 = 0


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 1

    this.menu_xy1 = "-6,2"
    this.menu_width1 = 200

    this.item0_0 = "Containers Scarrabili"
    this.item0_1 = "WC chimici"
   

    this.icon_rel0_0 = 0
    this.icon_rel0_1 = 0
  
    this.url0_0 = '../index.php?top_selected=14'
    this.url0_1 = '../index.php?top_selected=15'
   
}

function cdd_menu2()
{

/*---------------------------------------------
Icon Images
---------------------------------------------*/

    //Relative positioned icon images (flow with main menu or sub item text)

    this.rel_icon_image0 = ""
    this.rel_icon_rollover0 = ""
    this.rel_icon_image_wh0 = "0,0"




    //Absolute positioned icon images (coordinate positioned)

    this.abs_icon_image0 = "../images/arrow.gif"
    this.abs_icon_rollover0 = "../images/arrow.gif"
    this.abs_icon_image_wh0 = "0,0"
    this.abs_icon_image_xy0 = "-20,8"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


    this.use_divider_caps = false       //cap the top and bottom of each menu group
    this.divider_width = 1          //applies to horizontal menus only
    this.divider_height = 0         //applies to vertical menus only


    //available specific settings

    this.use_divider_capsX_X = true





/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the
   //width of items and menu groups may be defined, heights
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


    this.is_horizontal = false      //false = vertical menus, true = horizontal menus


    this.menu_width = 140           //applies to vertical menus
    this.menu_width_items = 100     //applies to items in a horizontal menu
  //  this.menu_width_item0_4 = 100       //applies to items in a horizontal menu


   //Padding Values


    this.menu_padding_main = "0,0,0,0"      //top, right, bottom, left
    this.menu_padding_sub = "0,0,0,0"

    this.item_padding_main = "5,5,5,5"
    this.item_padding_sub = "5,5,5,5"



   //Border Sizing


    this.menu_border_main = 1
    this.menu_border_sub = 1

    this.item_border_main = 0
    this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)


    this.is_horizontalX = true

    this.menu_widthX = 200
    this.menu_width_itemsX = 100
    this.menu_width_itemX_X = 100

    this.menu_padding_subX = "10,5,10,5"
    this.item_padding_mainX = "10,5,10,5"
    this.item_padding_subX_X = "10,5,10,5"

    this.menu_border_subX = 1
    this.item_border_mainX = 1
    this.item_border_subX_X = 1






/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups
//and menu items with existing CSS classes from your site.



   //global class names

    //this.main_menu_class = "myclassname"
    //this.main_items_class = "myclassname"
    //this.main_items_rollover_class = "myclassname"

    //this.sub_menu_class = "myclassname"
    //this.sub_items_class = "myclassname"
    //this.sub_items_rollover_class = "myclassname"


   //specific menu items

    //this.item_classX_X = "myclassname"
    //this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


    this.show_menu = "hideAnimation()";
    this.hide_menu = "showAnimation()";


 //available specific settings


    //this.show_menuX = "alert('show id')";
    //this.hide_menuX = "alert('hide id')";
    //this.clickX = "alert('execute custom click item code')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0


    this.item0 = "SITI INQUINATI"
    this.icon_rel0 = 0
    this.icon_abs0 = 0


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 1

    this.menu_xy1 = "-6,2"
    this.menu_width1 = 200

    this.item0_0 = "Riferimenti Legislativi"
    this.item0_1 = "Esempi di Bonifiche"
 

    this.icon_rel0_0 = 0
    this.icon_rel0_1 = 0
    
  
    this.url0_0 = '../index.php?top_selected=16'
    this.url0_1 = '../index.php?top_selected=17'
    
   
}
function cdd_menu3()
{

/*---------------------------------------------
Icon Images
---------------------------------------------*/

    //Relative positioned icon images (flow with main menu or sub item text)

    this.rel_icon_image0 = ""
    this.rel_icon_rollover0 = ""
    this.rel_icon_image_wh0 = "0,0"




    //Absolute positioned icon images (coordinate positioned)

    this.abs_icon_image0 = "../images/arrow.gif"
    this.abs_icon_rollover0 = "../images/arrow.gif"
    this.abs_icon_image_wh0 = "0,0"
    this.abs_icon_image_xy0 = "-20,8"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


    this.use_divider_caps = false       //cap the top and bottom of each menu group
    this.divider_width = 1          //applies to horizontal menus only
    this.divider_height = 0         //applies to vertical menus only


    //available specific settings

    this.use_divider_capsX_X = true





/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the
   //width of items and menu groups may be defined, heights
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


    this.is_horizontal = false      //false = vertical menus, true = horizontal menus


    this.menu_width = 140           //applies to vertical menus
    this.menu_width_items = 100     //applies to items in a horizontal menu
  //  this.menu_width_item0_4 = 100       //applies to items in a horizontal menu


   //Padding Values


    this.menu_padding_main = "0,0,0,0"      //top, right, bottom, left
    this.menu_padding_sub = "0,0,0,0"

    this.item_padding_main = "5,5,5,5"
    this.item_padding_sub = "5,5,5,5"



   //Border Sizing


    this.menu_border_main = 1
    this.menu_border_sub = 1

    this.item_border_main = 0
    this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)


    this.is_horizontalX = true

    this.menu_widthX = 200
    this.menu_width_itemsX = 100
    this.menu_width_itemX_X = 100

    this.menu_padding_subX = "10,5,10,5"
    this.item_padding_mainX = "10,5,10,5"
    this.item_padding_subX_X = "10,5,10,5"

    this.menu_border_subX = 1
    this.item_border_mainX = 1
    this.item_border_subX_X = 1






/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups
//and menu items with existing CSS classes from your site.



   //global class names

    //this.main_menu_class = "myclassname"
    //this.main_items_class = "myclassname"
    //this.main_items_rollover_class = "myclassname"

    //this.sub_menu_class = "myclassname"
    //this.sub_items_class = "myclassname"
    //this.sub_items_rollover_class = "myclassname"


   //specific menu items

    //this.item_classX_X = "myclassname"
    //this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


    this.show_menu = "hideAnimation()";
    this.hide_menu = "showAnimation()";


 //available specific settings


    //this.show_menuX = "alert('show id')";
    //this.hide_menuX = "alert('hide id')";
    //this.clickX = "alert('execute custom click item code')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0


    this.item0 = "RIMOZIONE AMIANTO"
    this.icon_rel0 = 0
    this.icon_abs0 = 0


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 1

    this.menu_xy1 = "-6,2"
    this.menu_width1 = 200

    this.item0_0 = "Conosciamo l'amianto e i suoi riferimenti legislativi"
    this.item0_1 = "I nostri servizi"
   

    this.icon_rel0_0 = 0
    this.icon_rel0_1 = 0
  
    this.url0_0 = '../index.php?top_selected=18'
    this.url0_1 = '../index.php?top_selected=19'
   
}



