

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



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

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


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

	this.rel_icon_image0 = "../images/mos.gif"
	this.rel_icon_rollover0 = "../images/mos_h.gif"
	this.rel_icon_image_wh0 = "23,23"

	this.rel_icon_image1 = "../images/jus.gif"
	this.rel_icon_rollover1 = "../images/jus_h.gif"
	this.rel_icon_image_wh1 = "23,23"

	this.rel_icon_image2 = "../images/sas.gif"
	this.rel_icon_rollover2 = "../images/sas_h.gif"
	this.rel_icon_image_wh2 = "23,23"

	this.rel_icon_image3 = "../images/mas.gif"
	this.rel_icon_rollover3 = "../images/mas_h.gif"
	this.rel_icon_image_wh3 = "23,23"

	this.rel_icon_image4 = "../images/ves.gif"
	this.rel_icon_rollover4 = "../images/ves_h.gif"
	this.rel_icon_image_wh4 = "23,23"

	//this.rel_icon_rollover0 = "sample_images/bullet_hl.gif"
	//this.rel_icon_image_wh0 = "50%"
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "../images/sample5_bullet.gif"
	this.abs_icon_rollover0 = "../images/sample5_bullet_hl.gif"
	this.abs_icon_image_wh0 = "18,22"
	this.abs_icon_image_xy0 = "-25,12"





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


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


    //available specific settings

	this.use_divider_capsX = 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			//applies to all menu groups
	this.is_horizontal_main = false			//applies to main group only

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



   //Padding Values


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

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



   //Border Sizing


	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 1
	this.item_border_sub = 1



   //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 section 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')"


	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.

	this.clickX = "alert('Sample Click Code - Exposed Menu Event')"



/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/
var root="../.."

   //Main Menu Group 0
	this.item0 = "Home<br>"
	this.url0=root+'/index.php'
        //this.icon_rel0 = 0

	this.item1 = "Netzwerk<br>"
	this.icon_rel1 = 0
	this.url1=root+'/index.php?section=networking'
	//this.icon_abs0 = 0
	//this.url0 = "myurl.html"

	this.item2 = "Programmierung<br>"
	this.icon_rel2 = 1
	this.url2=root+'/index.php?section=programing'
	//this.icon_abs1 = 0
	//this.url1 = "myurl.html"

	this.item3 = "Security"
	this.icon_rel3 = 2
	this.url3=root+'/index.php?section=security'
	//this.icon_abs2 = 0
	//this.url2 = "myurl.html"

	this.item4 = "Hardware"
	this.icon_rel4 = 3
	this.url4=root+'/index.php?section=hardware'
	//this.icon_abs3 = 0
	//this.url3 = "myurl.html"

	this.item5 = "Kontakt"
	this.icon_rel5 = 4
	this.icon_abs5 = 0
	//this.url4 = "myurl.html"




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

//Sub Menu 0

        this.menu_xy0 = "-15,2"
        this.menu_width0 = 130

//        this.item0_0 = "coming soon"

   //Sub Menu 1

	this.menu_xy1 = "-15,2"
	this.menu_width1 = 130

//	this.item0_0 = "coming soon"
/*	this.item0_1 = "Cross Browser"
	this.item0_2 = "Implementations"
	this.item0_3 = "Unlimited Levels"
	this.item0_4 = "Support"

	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0
	this.icon_rel0_3 = 0
	this.icon_rel0_4 = 0
*/
	//Sample url link using new window target with specific sizing features added.
	this.url0_0 = '#'
	//this.url_target0_0 = "_new"
	//this.url_features0_0 = "height=325,width=550,status=yes,toolbar=no,menubar=no,location=no";

	this.url0_1 = '#'
/*	this.url0_2 = 'documents/sample_link.htm'
	this.url0_3 = 'documents/sample_link.htm'
	this.url0_4 = 'documents/sample_link.htm'
*/


   //Sub Menu 2

	this.menu_xy2 = "-15,2"
	this.menu_width2 = 130

//	this.item1_0 = "coming soon"
/*	this.item1_1 = "Harmonie<br>deines Bauches"
	this.item1_2 = "Alles zur<br> rechten Zeit"
	this.item1_3 = "DHTML Effects"
	this.item1_4 = "CSS Drop Down Menu"
	this.item1_5 = "Applet Effects"

	this.icon_rel1_0 = 1
	this.icon_rel1_1 = 1
	this.icon_rel1_3 = 1
	this.icon_rel1_2 = 1
	this.icon_rel1_4 = 1
	this.icon_rel1_5 = 1
	//this.icon_abs1_0 = 1
	//this.icon_abs1_1 = 1
*/
//	this.url1_0 = root+'/index.php?section=book1'
//	this.url1_1 = root+'/index.php?section=book2'
//	this.url1_2 = root+'/index.php?section=book3'


    //Sub Menu 3 

	this.menu_xy3 = "-15,2"
	this.menu_width3 = 130

//	this.item2_0 = "coming soon"
/*	this.item2_1 = "Web Effects"
	this.item2_2 = "CSS Menu"
	this.item2_3 = "Web Effects Java"

	this.icon_rel2_0 = 2
	this.icon_rel2_1 = 2
	this.icon_rel2_2 = 2
	this.icon_rel2_3 = 2
*/
	this.url2_0 = '#'
/*	this.url2_1 = 'documents/sample_link.htm'
	this.url2_2 = 'documents/sample_link.htm'
	this.url2_3 = 'documents/sample_link.htm'
*/


    //Sub Menu 4 

	this.menu_xy4 = "-15,2"
	this.menu_width4 = 130

//	this.item3_0 = "coming soon"
/*	this.item3_1 = "Tech. Support"
	this.item3_2 = "Product Sales"

	this.icon_rel3_0 = 3
	this.icon_rel3_1 = 3
	this.icon_rel3_2 = 3
*/
	this.url3_0 = '#'
/*	this.url3_1 = 'documents/sample_link.htm'
	this.url3_2 = 'documents/sample_link.htm'
*/


    //Sub Menu 5 

	this.menu_xy5 = "-15,2"
	this.menu_width5 = 130

	this.item5_0 = "Anschrift"
	this.item5_1 = "Kontaktformular"

	this.url5_0 = root+'/index.php?section=adresse'
	this.url5_1 = root+'/index.php?section=kform'




}///////////////////////// END Menu Data /////////////////////////////////////////


