//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****


function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/
/*---------------------------------------------
Unlock Code
---------------------------------------------*/

cdd__code0 = 1289
cdd__code1 = 886

/*---------------------------------------------
Icon Images
---------------------------------------------*/

//Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/Reggio-Produkte.gif"
	this.rel_icon_rollover0 = "../images/Reggio-Produkte-over.gif"
	this.rel_icon_image_wh0 = "90,20"
	
	this.rel_icon_image1 = "../images/Reggio-Referenzen.gif"
	this.rel_icon_rollover1 = "../images/Reggio-Referenzen-over.gif"
	this.rel_icon_image_wh1 = "90,20"

	this.rel_icon_image2 = "../images/Reggio-Preise.gif"
	this.rel_icon_rollover2 = "../images/Reggio-Preise-over.gif"
	this.rel_icon_image_wh2 = "90,20"

	this.rel_icon_image3 = "../images/Reggio-Pflege.gif"
	this.rel_icon_rollover3 = "../images/Reggio-Pflege-over.gif"
	this.rel_icon_image_wh3 = "90,20"
	 
	this.rel_icon_image4 = "../images/Reggio-Reggio.gif"
	this.rel_icon_rollover4 = "../images/Reggio-Reggio-over.gif"
	this.rel_icon_image_wh4 = "90,20"
 
 //Absolute positioned icon images (coordinate positioned)

	// this.abs_icon_image0 = "../images/sample5_arrow.gif"
	// this.abs_icon_rollover0 = "../images/sample5_arrow_hl.gif"
	// this.abs_icon_image_wh0 = "18,22"
	// this.abs_icon_image_xy0 = "0,0"


/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group

	if (document.layers)	
		this.divider_width = 1	  //applies to horizontal menus only
	else
		this.divider_width = 0		//applies to horizontal menus only


	this.divider_height = 2 	//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.

// Menu senkrecht oder waagrecht
	this.is_horizontal = false		  //applies to all menu groups
	this.is_horizontal_main = true	   //applies to main group only
	
	this.menu_width = 200			//applies to vertical menus
	this.menu_width_items = 91 	//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 = "0,0,0,0"		//top, right, bottom, left
	this.item_padding_sub = "3,4,3,4"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 1



//Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = false
	
	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 = "0,0,0,0"
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 0
	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 = "";
	this.hide_menu = "";


 //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 = " " 
	this.icon_rel0 = 0
	
	this.item1 = " "
	this.icon_rel1 = 1
	
	this.item2 = " "
	this.icon_rel2 = 2
	
	this.item3 = " "
	this.icon_rel3 = 3
	
	this.item4 = " "
	this.icon_rel4 = 4
	

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/


   //Sub Menu 0 Produkte

	this.menu_xy0 = "-80,26"
	this.menu_width0 = 150

	this.item0_0 = "Natursteine"
	this.item0_1 = "Kunststeine"
	this.item0_2 = "Schiefer"
	this.item0_3 = "CILING Decken"
	
	
	this.url0_0 = '../../Abfrage/Suche_Stein.asp'
	this.url0_1 = '../../Abfrage/Suche_Stein.asp'
	this.url0_2 = '../../Schiefer/Schiefer.html'
	this.url0_3 = '../../Ciling/Ciling_Intro.html'
	

   //Sub Menu 1 Referenzen
	
//	this.menu_xy1 = "-100,26"
//	this.menu_width1 = 150
        
//	this.item1_0 = "New Effects"
	

//	this.icon_rel1_0 = 0
	
	this.url1 = '../../Referenz/Referenz.html'
	
 

    //Sub Menu 2 Preise

	this.menu_xy2 = "-80,26"
	this.menu_width2 = 150
	
	this.item2_0 = "Küchen"
	this.item2_1 = "Cheminées"
	this.item2_2 = "Zubehör, Bearbeitung"
		

	this.url2_0 = '../../Preise_Granite/Preis_Granite.html'
	this.url2_1 = '../../Anfrage/Reggio_Anfrage.html'
	this.url2_2 = '../../Preise_Granite/Preis_Granite_Zubehoer.html'

    //Sub Menu 3 Pflege

	this.url3 = '../../Pflege/Pflege.html'

    //Sub Menu 4  REGGIO

	this.menu_xy4 = "-20,0"
	this.menu_width4 = 150

	this.item4_0 = "unsere Ausstellung"
	this.item4_1 = "Dienstleistungen"
	this.item4_2 = "Wo sind wir ?"
	this.item4_3 = "Firmengeschichte"
	this.item4_4 = "Link's"
	this.item4_5 = "Kontakte"

	this.url4_0 = '../../Ausstellung/Ausstellung.html'
	this.url4_1 = '../../Dienstleistung/Dienstleistung.html'
	this.url4_2 = '../../Wo_sind_wir/map-reggio.html'
	this.url4_3 = '../../Info/Info.html'
	this.url4_4 = '../../Link/Link_Reggio.html'
	this.url4_5 = '../../Kontakte/Kontakte.html'
	

}///////////////////////// END Menu Data /////////////////////////////////////////


