
//--- SiteMenu v3.0, Copyright (c) 2002, FieldZero Inc., All Rights Reserved.
//--- Visit www.fieldzero.com for current SiteMenu downloads and information.

   

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	SM_sub_menu_width = 145    		//default sub menu widths
	SM_sub_xy = "-7,5"            		//default sub x,y coordinates 
   
   
	SM_urltarget = "_self"			//default URL target: _self, _parent, _new, or "my frame name"

	SM_border_width = 0
	SM_divider_height = 0

	SM_border_color = "#666666"		//Hex color or 'transparent'
	SM_menu_bgcolor = "#F0F2F7"		//Hex color or 'transparent'
	SM_hl_bgcolor = "#5A678D"		

	SM_mouse_off_delay = 350



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	SM_textcolor = "#172F4F"
	SM_fontfamily = "Arial"		//Any available system font     
	SM_fontsize = 12			//Defined with pixel sizing  	
	SM_fontsize_ie4 = 9			//Defined with point sizing
	SM_textdecoration = "normal"		//set to: 'normal', or 'underline'
	SM_fontweight = "normal"		//set to: 'normal', or 'bold'
	SM_fontstyle = "normal"			//set to: 'normal', or 'italic' 	


    //Rollover font settings

	SM_hl_textcolor = "#ffffff"
	SM_hl_textdecoration = "normal"		//set to: 'normal', or 'underline'



    //Margins and text alignment

	SM_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	SM_margin_top = 2
	SM_margin_bottom = 2
	SM_margin_left = 2
	SM_margin_right = 0

   


/*-------------------------------------------
Bullet and Icon image library - Each bullet or icon
image to be used may be defined once below, then
referenced for use within the sub menu settings
--------------------------------------------*/


    //Relative positioned icon images

	SM_icon_image0 = "menu_images/flagge_kl.gif"
	SM_icon_image1 = "menu_images/flagge_fill.gif"
	SM_icon_rollover0 = "menu_images/flagge_kl.gif"
	SM_icon_rollover1 = "menu_images/flagge_fill.gif"
	SM_icon_image_wh0 = "25,10"
	SM_icon_image_wh1 = "25,10"

	

    //Absolute positioned icon images

	SM_2nd_icon_image0 = "menu_images/bullet_arrow.gif"
	SM_2nd_icon_rollover0 = "menu_images/bullet_arrow_hl.gif"
	SM_2nd_icon_image_wh0 = "10,10"
	SM_2nd_icon_image_xy0 = "1,5"




/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	SM_show_urls_statusbar = false
   
	//SM_status_text0 = "Sample text - Main Menu Item 0"
	//SM_status_text1 = "Sample text - Main Menu Item 1"

	//SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	SM_sub_menu_effect = "fade"
	SM_sub_item_effect = "fade"


    //Define the effect duration in seconds below
   
	SM_sub_menu_effect_duration = .4
	SM_sub_item_effect_duration = .4


    //Specific settings for various transitions

	SM_effect_pixelate_maxsqare = 25
	SM_effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	SM_effect_checkerboard_squaresx = 14
	SM_effect_checkerboard_squaresY = 14
	SM_effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows

	SM_sub_menu_opacity = 100			//1 to 100
	SM_dropshadow_color = "none"			//Hex color value or 'none'
	SM_dropshadow_offx = 3				//drop shadow width
	SM_dropshadow_offy = 3				//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly 
   
	SM_os9_ie5mac_offset_X = 10
	SM_os9_ie5mac_offset_Y = 15

	SM_osx_ie5mac_offset_X = 0
	SM_osx_ie5mac_offset_Y = 0

	SM_ie4mac_offset_X = -8
	SM_ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround

	SM_nn4_reaload_after_resize = true
	SM_nn4_resize_prompt_user = false
	SM_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Set to true if the menu is the only item on the html page

	SM_use_opera_div_detect_fix = true



/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statement here

	//SM_onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.

	SM_showmenu_codeX = "status = 'custom show menu function call - menu0'"
	SM_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	SM_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group

	SM_border_widthX = 10;
	SM_divider_heightX = 5;		
	SM_border_colorX = "#0000ff";     
	SM_menu_bgcolor3 = "#DBE0EB"
	SM_hl_bgcolorX = "#5A678D"
	SM_hl_textcolorX = "#ff0000"
	SM_text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	SM_hl_subdescX = "custom highlight text"
	SM_urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	SM_rollover_image0 = "menu_images/alpha.gif"
	SM_rollover_wh0 = "125,14"
	//SM_url0 = "my_url.html";   


    //Main Menu Item 1 Concierto

	SM_rollover_image1 = "menu_images/concierto_mo.gif"
	SM_rollover_wh1 = "90,16"
	//SM_url1 = "my_url.html";


    //Main Menu Item 2 Familienkonzerte

	SM_rollover_image2 = "menu_images/kinder_mo.gif" 
	SM_rollover_wh2 = "150,16"
	//SM_url2 = "my_url.html";   


    //Main Menu Item 3 Karten

	SM_rollover_image3 = "menu_images/karten_hl.gif" 
	SM_rollover_wh3 = "90,16"
	//SM_url3 = "my_url.html";   
  


      //Main Menu Item 4 Weihnachtsakademie

	SM_rollover_image4 = "menu_images/akademie_mo.gif" 
	SM_rollover_wh4 = "170,16"
	//SM_url3 = "my_url.html";   

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


     //Sub Menu 0

	//SM_sub_xy0 = "-115,24"
	//SM_sub_menu_width0 = 125

	//SM_subtext0_0 = "da gibts"
	//SM_subtext0_1 = "noch nix,"
	//SM_subtext0_2 = "leider!"

	//SM_icon_index3_0 = 0
	//SM_icon_index3_1 = 0
	//SM_icon_index3_2 = 0

	//SM_url0_0 = "http://www.fieldzero.com/sample_link.html"
	//SM_url0_1 = "http://www.fieldzero.com/sample_link.html"
	///SM_url0_2 = "http://www.fieldzero.com/sample_link.html"




    //Sub Menu 1 Concierto

	SM_sub_xy1 = "-86,24"
	SM_sub_menu_width1 = 133

	SM_subtext1_0 = "Der Verein"
	SM_subtext1_1 = "Das Kammerorchester"
	SM_subtext1_2 = "Das Sinfonieorchester"
	SM_subtext1_3 = "Das Puzzletheater"
	SM_subtext1_4 = "Der Dirigent"
	SM_subtext1_5 = "Kontakt-Formular"
	SM_subtext1_6 = "Freundeskreis"
	//SM_subtext1_7 = "Links"


	//SM_subtext1_0_0 = "Don Quichotte"
	//SM_subtext1_0_1 = "Peter und der Wolf"

	
		

	//SM_icon_index1_0 = 0
	//SM_icon_index1_1 = 0
	//SM_icon_index1_2 = 0
	//SM_icon_index1_3 = 0
	//SM_icon_index1_4 = 0	
	//SM_2nd_icon_index1_0 = 0

	SM_url1_0 = "verein.htm"
	SM_url1_1 = "kammer.htm"
	SM_url1_2 = "sinfonie.htm"
	SM_url1_3 = "puzzle.htm"
	SM_url1_4 = "dirigent.htm"
	SM_url1_5 = "kontakt_form.htm"
	SM_url1_6 = "freundeskreis.htm"
	//SM_url1_7 = "links.htm"




   


    

    //Sub Menu 2 Familienkonzerte

	SM_sub_xy2 = "-148,24"
	SM_sub_menu_width2 = 150

	SM_subtext2_0 = "Peter und der Wolf"
	SM_subtext2_1 = "Don Quichotte"
	SM_subtext2_2 = "Karneval der Tiere"
	SM_subtext2_3 = "An Bachs Ufern"
	SM_subtext2_4 = "Die Spielzeugschachtel"
	SM_subtext2_5 = "Bastien und Bastienne"
	SM_subtext2_6 = "Till Eulenspiegel"
	SM_subtext2_7 = "Die Kakaokantate"
	SM_subtext2_8 = "Mein Name ist Wolferl"
	SM_subtext2_9 = "Der Nussknacker"
	SM_subtext2_10 = "Die Geschichte von Babar"
	SM_subtext2_11 = "Pinocchio"
	
	
	

	//SM_icon_index2_0 = 0
	//SM_icon_index2_1 = 0
	//SM_icon_index2_2 = 0
	//SM_icon_index2_3 = 0
	//SM_2nd_icon_index1_0 = 0
	//SM_2nd_icon_index1_1 = 0
	
	SM_url2_0 = "puw.htm"
	SM_url2_1 = "quichotte.htm"
	SM_url2_2 = "kdt.htm"
	SM_url2_3 = "bach.htm"
	SM_url2_4 = "spielzeug.htm"
	SM_url2_5 = "bastien.htm"
	SM_url2_6 = "till.htm"
	SM_url2_7 = "kakao.htm"
	SM_url2_8 = "wolferl.htm"
	SM_url2_9 = "nuss.htm"
	SM_url2_10 = "babar.htm"	
	SM_url2_11 = "pino.htm"


   




    //Sub Menu 3 Karten

	SM_sub_xy3 = "-86,24"
	SM_sub_menu_width3 = 125

	
	//SM_subtext3_0 = "Bastien"
	SM_subtext3_2 = "Wolferl"
	//SM_subtext3_0 = "Papageno"
	//SM_subtext3_1 = "Geschichte von Babar" 
	//SM_subtext3_0 = "Peter und der Wolf" 
	SM_subtext3_0 = "Karneval der Tiere"	
	SM_subtext3_1 = "Till Eulenspiegel"
	//SM_subtext3_1 = "Kakaokantate"
	
	//SM_icon_index3_0 = 0
	//SM_icon_index3_1 = 0
	//SM_icon_index3_2 = 0
	//SM_icon_index3_3 = 0
	
	
	//SM_url3_0 = "bestellung_bastien.htm"
	SM_url3_2 = "bestellung_wolferl.htm"
	//SM_url3_0 = "bestellung_abo.htm"
	//SM_url3_0 = "bestellung_papageno.htm"
	//SM_url3_0 = "bestellung_puw.htm"
	//SM_url3_2 = "bestellung_puw.htm"
	SM_url3_0 = "bestellung_kdt.htm"
	SM_url3_1 = "bestellung_till.htm"
	//SM_url3_1 = "bestellung_pin.htm"
	//SM_url3_1 = "bestellung_kakao.htm"




    //Sub Menu 4 Weihnachtsakademie

	SM_sub_xy4 = "-166,24"
	SM_sub_menu_width4 = 160

	SM_subtext4_0 = "Sinfoniekonzerte"
	SM_subtext4_1 = "Kammerkonzerte"
	//SM_subtext4_2 = "2002 / 2003"
	//SM_subtext4_3 = "2004 / 2005"
	//SM_subtext4_4 = "2004 / 2005"

	SM_subtext4_0_0 = "1. Weihnachtsakademie"
	SM_subtext4_0_1 = "2. Weihnachtsakademie"
	SM_subtext4_0_2 = "3. Weihnachtsakademie"
	SM_subtext4_0_3 = "4. Weihnachtsakademie"
	SM_subtext4_0_4 = "1. Nacht der Pianisten"
	SM_subtext4_0_5 = "2. Nacht der Pianisten"
	SM_subtext4_0_6 = "3. Nacht der Pianisten"
	SM_subtext4_0_7 = "4. Nacht der Pianisten"	



	SM_icon_index4_0 = 1
	SM_icon_index4_1 = 1
	SM_icon_index4_2 = 1
	SM_icon_index4_3 = 1
	SM_icon_index4_4 = 0
	//SM_icon_index3_2 = 0

	SM_url4_0_0 = "wa1.htm"
	SM_url4_0_1 = "wa2.htm"
	SM_url4_0_2 = "wa3.htm"
	SM_url4_0_3 = "wa4.htm"
	SM_url4_0_4 = "nacht_der_p.htm"
	SM_url4_0_5 = "nacht_der_p2.htm"
	SM_url4_0_6 = "nacht_der_p3.htm"
	SM_url4_0_7 = "nacht_der_p4.htm"

	SM_url4_1 = "kk.htm"

	//SM_url4_3 = "wa4.htm"
	//SM_url4_4 = "wa4_espagnol.htm"



       
