/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 100      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#D6DBDE"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#738A94"

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 300	//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#313031"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 12			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic'


    //Rollover font settings

	dqm__hl_textcolor = "#ffffff"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'
	dqm__hl_fontweight = "bold" 		//set to: 'normal', or 'bold'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 5
	dqm__margin_bottom = 5
	dqm__margin_left = 5
	dqm__margin_right = 5

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


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

	dqm__icon_image0 = "sample_images/bullet.gif"
	dqm__icon_rollover0 = "sample_images/bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "sample_images/arrow.gif"
	dqm__2nd_icon_rollover0 = "sample_images/arrow.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"

	//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//dqm__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

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .1
	dqm__sub_item_effect_duration = .1


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.

	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = 50


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Opera 5 & 6, set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	dqm__onload_code = "randomImage()"


    //The 'X' indicates the index number of the sub menu group or item.
    //The 'X_X' indicates the index number of the sub menu item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_width0_3 = 1;
	dqm__divider_height0_3 = 0;
	dqm__border_color0_3 = "#d9d9d9";
	dqm__menu_bgcolor0_3 = "#7698bb"
	dqm__hl_bgcolor0_3 = "#336699"
	dqm__hl_textcolor0_3 = "#ffffff"
	dqm__text_alignment0_3 = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"




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

                           Main Menu Rollover Images and Links  

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





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

                              Sub Menu Structure and Text  

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


    //Sub Menu 0

	dqm__sub_xy0 = "-97,19"
	dqm__sub_menu_width0 = 130


	dqm__subdesc0_0 = "albums"
	dqm__subdesc0_1 = "singles"
	dqm__subdesc0_2 = "compilations"
	dqm__subdesc0_3 = "live releases"
	dqm__subdesc0_4 = "other works"


	dqm__url0_0 = "/en-disca.html"
    dqm__url0_1 = "/en-discs.html"
    dqm__url0_2 = "/en-discc.html"
	dqm__url0_3 = "/en-discl.html"
    dqm__url0_4 = "/en-disco.html"



    //Sub Menu 0_0

	dqm__sub_xy0_0 = "-11,10"
	dqm__sub_menu_width0_1 = 130

	dqm__subdesc0_0_0 = "Kollaps"
	dqm__subdesc0_0_1 = "OT"
	dqm__subdesc0_0_2 = "Halber Mensch"
	dqm__subdesc0_0_3 = "Richterskala"
	dqm__subdesc0_0_4 = "Haus der L&uuml;ge"
    dqm__subdesc0_0_5 = "Tabula Rasa"
    dqm__subdesc0_0_6 = "Ende Neu"
    dqm__subdesc0_0_7 = "Silence is Sexy"
    dqm__subdesc0_0_8 = "Supporter's Album #1"
    dqm__subdesc0_0_9 = "Perpetuum Mobile"
    dqm__subdesc0_0_10 = "Grundstueck"
    dqm__subdesc0_0_11 = "Anarchitektur"
    dqm__subdesc0_0_12 = "Unglaublicher L&auml;rm"
    
	dqm__url0_0_0 = "/en-disca-01.html"
	dqm__url0_0_1 = "/en-disca-02.html"
	dqm__url0_0_2 = "/en-disca-03.html"
	dqm__url0_0_3 = "/en-disca-04.html"
	dqm__url0_0_4 = "/en-disca-05.html"
    dqm__url0_0_5 = "/en-disca-06.html"
    dqm__url0_0_6 = "/en-disca-07.html"
    dqm__url0_0_7 = "/en-disca-08.html"
    dqm__url0_0_8 = "/en-disca-09.html"
    dqm__url0_0_9 = "/en-disca-10.html"
	dqm__url0_0_10 = "/en-disca-11.html"
    dqm__url0_0_11 = "/en-disca-12.html"
    dqm__url0_0_12 = "/en-disca-13.html"
    
    //Sub Menu 0_1

	dqm__sub_xy0_1 = "-11,10"
	dqm__sub_menu_width0_1 = 130

	dqm__subdesc0_1_0 = "F&uuml;r den Untergang"
	dqm__subdesc0_1_1 = "Kalte Sterne"
	dqm__subdesc0_1_2 = "Thirsty Animal"
	dqm__subdesc0_1_3 = "Y&uuml;-Gung"
	dqm__subdesc0_1_4 = "Feurio!"
    dqm__subdesc0_1_5 = "Interim"
    dqm__subdesc0_1_6 = "Malediction"
    dqm__subdesc0_1_7 = "Stella Maris"
    dqm__subdesc0_1_8 = "Total Eclipse of the Sun"

	dqm__url0_1_0 = "/en-discs-01.html"
	dqm__url0_1_1 = "/en-discs-02.html"
	dqm__url0_1_2 = "/en-discs-03.html"
	dqm__url0_1_3 = "/en-discs-04.html"
	dqm__url0_1_4 = "/en-discs-05.html"
	dqm__url0_1_5 = "/en-discs-06.html"
	dqm__url0_1_6 = "/en-discs-07.html"
	dqm__url0_1_7 = "/en-discs-08.html"
	dqm__url0_1_8 = "/en-discs-09.html"
	
    //Sub Menu 0_2

	dqm__sub_xy0_2 = "-11,10"
	dqm__sub_menu_width0_2 = 130

	dqm__subdesc0_2_0 = "Strategies against Architecture"
	dqm__subdesc0_2_1 = "SAA II"
	dqm__subdesc0_2_2 = "SAA III"
	dqm__subdesc0_2_3 = "Kalte Sterne"

	dqm__url0_2_0 = "/en-discc-01.html"
	dqm__url0_2_1 = "/en-discc-02.html"
	dqm__url0_2_2 = "/en-discc-03.html"
	dqm__url0_2_3 = "/en-discc-04.html"

    //Sub Menu 0_3

	dqm__sub_xy0_3 = "-11,10"
	dqm__sub_menu_width0_3 = 130

	dqm__subdesc0_3_0 = "2x4"
	dqm__subdesc0_3_1 = "Brussels 2000"
	dqm__subdesc0_3_2 = "Perpetuum Mobile tour"
    dqm__subdesc0_3_3 = "25th Anniversary Tour"
    
	dqm__url0_3_0 = "/en-discl-01.html"
	dqm__url0_3_1 = "/en-discl-02.html"
	dqm__url0_3_2 = "/en-discl-03.html"
    dqm__url0_3_3 = "/en-discl-04.html"
	
    //Sub Menu 0_4

	dqm__sub_xy0_4 = "-11,10"
	dqm__sub_menu_width0_4 = 130

	dqm__subdesc0_4_0 = "Die Hamletmaschine"
	dqm__subdesc0_4_1 = "Faustmusik"
	dqm__subdesc0_4_2 = "Berlin Babylon Soundtrack"
    dqm__subdesc0_4_3 = "Related"

	dqm__url0_4_0 = "/en-disco-01.html"
	dqm__url0_4_1 = "/en-disco-02.html"
	dqm__url0_4_2 = "/en-disco-03.html"
    dqm__url0_4_3 = "/en-disco-04.html"
	
  //Sub Menu 1

	dqm__sub_xy1 = "-97,19"
	dqm__sub_menu_width1 = 130

	dqm__subdesc1_0 = "photos"
	dqm__subdesc1_1 = "audio"
	dqm__subdesc1_2 = "video"

    dqm__url1_0 = "/en-listen.html"
    dqm__url1_1 = "/en-audio.html"
    dqm__url1_2 = "/en-video.html"


    //Sub Menu 1_0

	dqm__sub_xy1_0 = "-11,10"
	dqm__sub_menu_width1_0 = 130

	dqm__subdesc1_0_0 = "band"
	dqm__subdesc1_0_1 = "live"
	dqm__subdesc1_0_2 = "studio"
	dqm__subdesc1_0_3 = "instruments"
	dqm__subdesc1_0_4 = "links"

	dqm__url1_0_0 = "/en-photos-band.html"
	dqm__url1_0_1 = "/en-photos-live.html"
	dqm__url1_0_2 = "/en-photos-studio.html"
	dqm__url1_0_3 = "/en-photos-instr.html"
	dqm__url1_0_4 = "/en-photos-links.html"


      //Sub Menu 2

	dqm__sub_xy2 = "-50,19"
	dqm__sub_menu_width2 = 130

	dqm__subdesc2_0 = "band bio"
	dqm__subdesc2_1 = "press kit"
	dqm__subdesc2_2 = "reviews"
	dqm__subdesc2_3 = "other links"

	dqm__url2_0 = "/en-bio.html"
    dqm__url2_1 = "http://www.alles-wieder-offen.com/press/"
    dqm__url2_2 = "http://www.alles-wieder-offen.com/blog/presslinks/"
	dqm__url2_3 = "/en-links.html"
    
      //Sub Menu 3

	dqm__sub_xy3 = "-70,20"
	dqm__sub_menu_width3 = 130

	dqm__subdesc3_0 = "forum"
	dqm__subdesc3_1 = "chat"
	dqm__subdesc3_2 = "contact us"
	dqm__subdesc3_3 = "webmail"
	dqm__subdesc3_4 = "webmaster blog"

	dqm__url3_0 = "/forum/"
	dqm__url3_1 = "/en-chat.php"
	dqm__url3_2 = "/en-contact.html"
	dqm__url3_3 = "/webmail/"
	dqm__url3_4 = "/wmblog/"

// unlock code pasted in by Kelly

limit_multiple_users = true
restrict_access = true
sequence = '9x44_5'
