//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

/* Colors, Borders, Dividers
----------------------------- */


	dqm__sub_menu_width = 130      		
	dqm__sub_xy = "-1,-1"          		
						
	dqm__urltarget = "_self"		

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#D07575"
	dqm__menu_bgcolor = "#B62525"
	dqm__hl_bgcolor = "#D25756"	

	dqm__mouse_off_delay = 150		
	dqm__nn4_mouse_off_delay = 500	


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

    //Font settings

	dqm__textcolor = "#ffffff"
	dqm__fontfamily = "Verdana, Tahoma, Arial"		 
	dqm__fontsize = 11		
	dqm__fontsize_ie4 = 9			
	dqm__textdecoration = "normal"		
	dqm__fontweight = "normal"		
	dqm__fontstyle = "normal"		


    //Rollover font settings

	dqm__hl_textcolor = "#ffffff"
	dqm__hl_textdecoration = "none"	



    //Margins and text alignment

	dqm__text_alignment = "left"		
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4


   


/*-------------------------------------------
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 = "http://www.kashi.org/images/sample1_bullet.gif"
	dqm__icon_rollover0 = "http://www.kashi.org/images/sample1_bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "http://www.kashi.org/images/menu/menu_arrow.gif"
	dqm__2nd_icon_rollover0 = "http://www.kashi.org/images/menu/menu_arrow.gif"
	dqm__2nd_icon_image_wh0 = "7,9"
	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 = "none"


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


    //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"	


    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 95			
	dqm__dropshadow_color = "none"			
	dqm__dropshadow_offx = 5			
	dqm__dropshadow_offy = 5	



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


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__os9_ie5mac_offset_x = 5
	dqm__os9_ie5mac_offset_Y = 10

	dqm__osx_ie5mac_offset_x = 5
	dqm__osx_ie5mac_offset_Y = 10

	dqm__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45


    //Mac offset fixes, adjust until main menu items line up correctly

	dqm__mainitems_os9_ie5mac_offset_x = 10
	dqm__mainitems_os9_ie5mac_offset_y = 15

	dqm__mainitems_osx_ie5mac_offset_x = 10
	dqm__mainitems_osx_ie5mac_offset_y = 15



    //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."
   

    //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 = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or 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_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__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.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltarget1_1 = "_new"
	dqm__urltarget1_6 = "_new"
	dqm__urltarget1_7 = "_new"



/* Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/


    //Main Menu Item 0

	dqm__rollover_image0 = "http://www.kashi.org/images/menu/home_on.jpg"
	dqm__rollover_wh0 = "74,24"
	dqm__url0 = "http://www.kashi.org/";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.kashi.org/images/menu/about_on.jpg"
	dqm__rollover_wh1 = "109,24"
	dqm__url1 = "http://www.kashi.org/about/";   


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.kashi.org/images/menu/ma_on.jpg"
	dqm__rollover_wh2 = "89,24"
	dqm__url2 = "http://www.kashi.org/majaya/";   


    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.kashi.org/images/menu/teaching_on.jpg"
	dqm__rollover_wh3 = "110,24"


    //Main Menu Item 4

	dqm__rollover_image4 = "http://www.kashi.org/images/menu/programs_on.jpg" 
	dqm__rollover_wh4 = "75,24"

    //Main Menu Item 5

	dqm__rollover_image5 = "http://www.kashi.org/images/menu/involved_on.jpg" 
	dqm__rollover_wh5 = "110,24" 


    //Main Menu Item 6

	dqm__rollover_image6 = "http://www.kashi.org/images/menu/yoga_on.jpg" 
	dqm__rollover_wh6 = "75,24"
	dqm__url6 = ""; 


    //Main Menu Item 7

	dqm__rollover_image7 = "http://www.kashi.org/images/menu/contact_on.jpg" 
	dqm__rollover_wh7 = "109,24"
	dqm__url7 = "http://www.kashi.org/contact/";   

  



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

    //Sub Menu 0


    //Sub Menu 1

	dqm__sub_xy1 = "-109,25"
	dqm__sub_menu_width1 = 200

	dqm__subdesc1_0 = "About Kashi"
	dqm__subdesc1_1 = "The River Fund"
	dqm__subdesc1_2 = "Land Development"
	dqm__subdesc1_3 = "Press Room"
	dqm__subdesc1_4 = "Kashi on The Web"
	dqm__subdesc1_5 = "Kashi Presentation"
	dqm__subdesc1_6 = "By the River"
	dqm__subdesc1_7 = "Ma's India Giftstore"


	dqm__2nd_icon_index1_8 = 0

	dqm__url1_0 = "http://www.kashi.org/about/"
	dqm__url1_1 = "http://www.riverfund.org"
	dqm__url1_2 = "http://www.kashi.org/about/land_development.shtml"
	dqm__url1_3 = "http://www.kashi.org/about/press/"
	dqm__url1_4 = ""
	dqm__url1_5 = "http://www.kashi.org/about/kashi_jan_06.pdf"
	dqm__url1_6 = "http://www.by-the-river.org"
	dqm__url1_7 = "http://store.yahoo.com/cgi-bin/clink?masindia+PBxYXx+index.html+"

	dqm__2nd_icon_index1_4 = 0

    //Sub Menu 1_4

	dqm__sub_xy1_4 = ""
	dqm__sub_menu_width1_4 = 145
	dqm__subdesc1_4_0 = "Facebook & Twitter"
	dqm__subdesc1_4_1= "Podcasts"
	dqm__subdesc1_4_2 = "Videos"

	dqm__url1_4_0 = "http://www.kashi.org/about/fb_twitter.shtml"
	dqm__url1_4_1 = "http://www.kashi.org/about/podcasts.shtml"
	dqm__url1_4_2 = "http://www.kashi.org/about/videos.shtml"


    //Sub Menu 2

	dqm__sub_xy2 = "-89,25"
	dqm__sub_menu_width2 = 115

	dqm__subdesc2_0 = "Who Is Ma Jaya"
	dqm__subdesc2_1 = "Lineage"

	dqm__2nd_icon_index2_1 = 0
	
	dqm__url2_0 = "http://www.kashi.org/majaya/"
    

    //Sub Menu 2_1

	dqm__sub_xy2_1 = ""
	dqm__sub_menu_width2_1 = 145
	dqm__subdesc2_1_0 = "Neem Karoli Baba"
	dqm__subdesc2_1_1 = "Swami Nityananda"
	dqm__subdesc2_1_2 = "Teachers"

	dqm__url2_1_0 = "http://www.kashi.org/majaya/lineage/baba.shtml"
	dqm__url2_1_1 = "http://www.kashi.org/majaya/lineage/nityananda.shtml"
	dqm__url2_1_2 = "http://www.kashi.org/majaya/lineage/teachers.shtml"


    //Sub Menu 3

	dqm__sub_xy3 = "-110,25"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "Interfaith" 
	dqm__subdesc3_1 = "Kali Natha Yoga"
	dqm__subdesc3_2 = "Ma's Daily Prayer Blog"
	dqm__subdesc3_3 = "Sannyas"
	dqm__subdesc3_4 = "Ma's Teachings"	
	dqm__subdesc3_5 = "Ma's Stories"	

	dqm__url3_0 = "http://www.kashi.org/teaching/interfaith.shtml"
	dqm__url3_1 = "http://www.kashi.org/teaching/kali_yoga.shtml"
	dqm__url3_2 = "http://blog.kashiashram.org/ma-jaya/"
	dqm__url3_3 = "http://www.kashi.org/teaching/sannyas.shtml"
	dqm__url3_4 = "http://www.kashi.org/teaching/mas_teachings.shtml"
	dqm__url3_5 = "http://www.kashi.org/teaching/mas_stories.shtml"
	

    //Sub Menu 4

	dqm__sub_xy4 = "-75,25"
	dqm__sub_menu_width4 = 150

	dqm__subdesc4_0 = "Kali Natha Yoga"
	dqm__subdesc4_1 = "Weekly Classes"
	dqm__subdesc4_2 = "Intensive Workshops"
	
	dqm__url4_0 = "http://www.kashi.org/yoga/"
	dqm__url4_1 = "http://www.kashi.org/programs/weekly_classes.shtml"
	dqm__url4_2 = "http://www.kashi.org/programs/intensives.shtml"

    //Sub Menu 5

	dqm__sub_xy5 = "-110,25"
	dqm__sub_menu_width5 = 140

	dqm__subdesc5_0 = "Live Audio Darshan"
	dqm__subdesc5_1 = "Darshan Line"
	dqm__subdesc5_2 = "eNews"
	dqm__subdesc5_3 = "Visiting Kashi"
	dqm__subdesc5_4 = "Kashi Rainbow"
	dqm__subdesc5_5 = "Memorial Boardwalk"	
	dqm__subdesc5_6 = "Make A Donation"
	dqm__subdesc5_7 = "Studio Rentals"	

	dqm__url5_0 = "http://www.kashi.org/involved/audio.shtml"
	dqm__url5_1 = "http://www.kashi.org/involved/darshan_line.shtml"
	dqm__url5_2 = "http://www.kashi.org/involved/enews/index.shtml"
	dqm__url5_3 = "http://www.kashi.org/involved/visiting.shtml"
	dqm__url5_4 = "http://www.kashi.org/involved/kashi_rainbow.shtml"
	dqm__url5_5 = "http://www.kashi.org/involved/boardwalk.shtml"
	dqm__url5_6 = "http://www.kashi.org/involved/donations.shtml"
	dqm__url5_7 = "http://www.kashi.org/involved/rental.shtml"	


    //Sub Menu 6

	dqm__sub_xy6 = "-75,25"
	dqm__sub_menu_width6 = 165

	dqm__subdesc6_0 = "Kashi School of Yoga"
	dqm__subdesc6_1 = "Kali Natha Yoga"
	dqm__subdesc6_2 = "Yoga Teacher Training"
	dqm__subdesc6_3 = "Yoga Teachers"
	dqm__subdesc6_4 = "Find Yoga Teachers"
	dqm__subdesc6_5 = "Class Schedule"	
	dqm__subdesc6_6 = "Studio Rentals"	

	dqm__url6_0 = "http://www.kashi.org/yoga/"
	dqm__url6_1 = "http://www.kashi.org/yoga/kali_yoga.shtml"
	dqm__url6_2 = "http://www.kashi.org/yoga/teacher_training.shtml"
	dqm__url6_3 = "http://www.kashi.org/yoga/teachers.shtml"
	dqm__url6_4 = "http://www.kashi.org/yoga/outside_teachers.shtml"
	dqm__url6_5 = "http://www.kashi.org/yoga/schedule.shtml"
	dqm__url6_6 = "http://www.kashi.org/yoga/rental.shtml"	


    //Sub Menu 7

	dqm__sub_xy7 = "-165,25"
	dqm__sub_menu_width7 = 165

	dqm__subdesc7_0 = "Contact Information"
	dqm__subdesc7_1 = "Email Ma"
	dqm__subdesc7_2 = "Email Kashi Office"
	dqm__subdesc7_3 = "Make A Donation"
	dqm__subdesc7_4 = "Ashrams & Satsangs"
	
	dqm__url7_0 = "http://www.kashi.org/contact/"
	dqm__url7_1 = "mailto:ma@kashi.org"
	dqm__url7_2 = "mailto:kashiinfo@kashi.org"
	dqm__url7_3 = "http://www.kashi.org/involved/donations.shtml"
	dqm__url7_4 = "http://www.kashi.org/contact/ashrams.shtml"