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

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

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

                              Bullet and Icon Image Library  

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



/*-------------------------------------------
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 may also be associated
with any main menu item in the 'main menu items' section.
--------------------------------------------*/


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

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

	dqm__icon_image1 = "scripts/images/arrow.gif"
	dqm__icon_rollover1 = "scripts/images/arrow.gif"
	dqm__icon_image_wh1 = "13,10"

	

    //Absolute positioned icon images (coordinate positioned, sub menus only)

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


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

                              Main Menu Settings  

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



/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	dqm__main_width = 220			//default main item widths
	dqm__main_height = 24			//default main item heights
	
	//dqm__main_widthX			//specific main item widths
	//dqm__main_heightX			//specific main item heights




/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	dqm__main_horizontal = false		//align menu bar horizontally or vertically

	dqm__main_border_width = 2;		//the thickness of the border in pixels
	dqm__main_border_color = "#F5D462"	//HEX color or set width to 0 for no borders


	dqm__main_use_dividers = true		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	dqm__main_item_gap = 5			//the gap between main menu items in pixels
	

	dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	dqm__main_bgcolor = "#F6E199"		//default color for all items, HEX or 'transparent'
	dqm__main_bgcolorX = "#eeeeee"		//specific menu item color, HEX or 'transparent'
	
	dqm__main_hl_bgcolor = "#F5D462"	//HEX color value or set to 'transparent'
	dqm__main_hl_bgcolorX = "#eeeeee"

	dqm__main_textcolor = "#111111"
	dqm__main_textcolorX = "#111111"

	dqm__main_hl_textcolor = "#111111"
	dqm__main_hl_textcolorX = "#ff0000"



/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	dqm__main_fontfamily = "Verdana"	//Any available system font     
	dqm__main_fontsize = 12			//Defined with pixel sizing  	
	dqm__main_textdecoration = "normal"	//set to: 'normal', or 'underline'
	dqm__main_fontweight = "bold"		//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


	//rollover effect
	
	dqm__main_hl_textdecoration = "underline"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	dqm__main_text_alignment = "right"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_top = 3
	dqm__main_margin_bottom = 3
	dqm__main_margin_left = 5
	dqm__main_margin_right = 4



	//specific settings

	dqm__main_text_alignmentX = "right"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_topX = 4
	dqm__main_margin_bottomX = 4



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

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




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

                              Sub Menu Settings

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


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


	dqm__sub_menu_width = 150      		//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 = 0

	dqm__border_color = "#666666"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#F6E199"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#F5D462"		

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



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

    //Font settings

	dqm__textcolor = "#333333"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 11			//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 = "#000000"
	dqm__hl_textdecoration = "underline"	//set to: 'normal', or 'underline'



    //Margins and text alignment

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



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


	dqm__show_urls_statusbar = false

	//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 = .4
	dqm__sub_item_effect_duration = .4


    //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 = -10
	dqm__ie4mac_offset_Y = -45


    //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__urltargetX = "_new"


		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc0 = "NEW! Photo Mats "
		dqm__micon_index0 = 0
		dqm__url0 = "photomats.php"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc1 = "Holy Land Gifts "
		dqm__micon_index1 = 0
		dqm__url1 = "products.php?scriptid=holylandgifts"
		
			/// start a new submenu
			
			dqm__sub_xy1 = "-4,-9"
			///dqm__sub_menu_width1 = 170
			
		dqm__subdesc1_0 = "Hand crafted Cross from pure olive wood 16 inches tall. "
		dqm__icon_index1_0 = 0
		dqm__url1_0 = "products.php?scriptid=holylandgifts"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc2 = "Inspirational "
		dqm__micon_index2 = 0
		dqm__url2 = "products.php?scriptid=acovenantmarriage"
		
			/// start a new submenu
			
			dqm__sub_xy2 = "-4,-90"
			///dqm__sub_menu_width2 = 170
			
		dqm__subdesc2_0 = "A Covenant Marriage "
		dqm__icon_index2_0 = 0
		dqm__url2_0 = "products.php?scriptid=acovenantmarriage"
		
		dqm__subdesc2_1 = "A Prayer for Husband and Wife "
		dqm__icon_index2_1 = 0
		dqm__url2_1 = "products.php?scriptid=Prayerforhusbandwife"
		
		dqm__subdesc2_2 = "A Wedding Day Prayer "
		dqm__icon_index2_2 = 0
		dqm__url2_2 = "products.php?scriptid=aweddingdayprayer"
		
		dqm__subdesc2_3 = "An Irish Blessing (May the road rise up...) "
		dqm__icon_index2_3 = 0
		dqm__url2_3 = "products.php?scriptid=anirishblessing"
		
		dqm__subdesc2_4 = "Begin A New Day "
		dqm__icon_index2_4 = 0
		dqm__url2_4 = "products.php?scriptid=beginanewday"
		
		dqm__subdesc2_5 = "Bread of Life/Pan de Vida "
		dqm__icon_index2_5 = 0
		dqm__url2_5 = "products.php?scriptid=pandevida"
		
		dqm__subdesc2_6 = "Breathe "
		dqm__icon_index2_6 = 0
		dqm__url2_6 = "products.php?scriptid=breathe"
		
		dqm__subdesc2_7 = "Daughter--From both parents "
		dqm__icon_index2_7 = 0
		dqm__url2_7 = "products.php?scriptid=Daughtboth"
		
		dqm__subdesc2_8 = "Daughter--From Single Parent "
		dqm__icon_index2_8 = 0
		dqm__url2_8 = "products.php?scriptid=Daughtsing"
		
		dqm__subdesc2_9 = "Head of House "
		dqm__icon_index2_9 = 0
		dqm__url2_9 = "products.php?scriptid=headofhouse"
		
		dqm__subdesc2_10 = "Hugs "
		dqm__icon_index2_10 = 0
		dqm__url2_10 = "products.php?scriptid=hugs"
		
		dqm__subdesc2_11 = "In the moment - St. Francis "
		dqm__icon_index2_11 = 0
		dqm__url2_11 = "products.php?scriptid=inthemoment"
		
		dqm__subdesc2_12 = "Mom Blessing "
		dqm__icon_index2_12 = 0
		dqm__url2_12 = "products.php?scriptid=momblessing"
		
		dqm__subdesc2_13 = "Mother Teresa "
		dqm__icon_index2_13 = 0
		dqm__url2_13 = "products.php?scriptid=motherteresa"
		
		dqm__subdesc2_14 = "Nurses Prayer "
		dqm__icon_index2_14 = 0
		dqm__url2_14 = "products.php?scriptid=nursesprayer"
		
		dqm__subdesc2_15 = "Peace Prayer by St. Francis "
		dqm__icon_index2_15 = 0
		dqm__url2_15 = "products.php?scriptid=peaceprayer"
		
		dqm__subdesc2_16 = "Prayer of Husband and Wife "
		dqm__icon_index2_16 = 0
		dqm__url2_16 = "products.php?scriptid=Prayerofhusbandwife"
		
		dqm__subdesc2_17 = "Prayer of Protection "
		dqm__icon_index2_17 = 0
		dqm__url2_17 = "products.php?scriptid=prayerprotection"
		
		dqm__subdesc2_18 = "Remember Me "
		dqm__icon_index2_18 = 0
		dqm__url2_18 = "products.php?scriptid=rememberme"
		
		dqm__subdesc2_19 = "Serenity Prayer "
		dqm__icon_index2_19 = 0
		dqm__url2_19 = "products.php?scriptid=serenityprayer"
		
		dqm__subdesc2_20 = "Son--From Single Parent "
		dqm__icon_index2_20 = 0
		dqm__url2_20 = "products.php?scriptid=sonsingleparent"
		
		dqm__subdesc2_21 = "Son-From both parents "
		dqm__icon_index2_21 = 0
		dqm__url2_21 = "products.php?scriptid=sonfrombothparents"
		
		dqm__subdesc2_22 = "St. Michael the Archangel "
		dqm__icon_index2_22 = 0
		dqm__url2_22 = "products.php?scriptid=Stmike"
		
		dqm__subdesc2_23 = "Thank you Jesus "
		dqm__icon_index2_23 = 0
		dqm__url2_23 = "products.php?scriptid=thankyoujesus"
		
		dqm__subdesc2_24 = "The Nicene Creed "
		dqm__icon_index2_24 = 0
		dqm__url2_24 = "products.php?scriptid=thenicenecreed"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc3 = "Scriptural "
		dqm__micon_index3 = 0
		dqm__url3 = "products.php?scriptid=2corinthians4"
		
			/// start a new submenu
			
			dqm__sub_xy3 = "-4,-140"
			///dqm__sub_menu_width3 = 170
			
		dqm__subdesc3_0 = "2 Corinthians 4 (For troubled times, situations and testing of faith) "
		dqm__icon_index3_0 = 0
		dqm__url3_0 = "products.php?scriptid=2corinthians4"
		
		dqm__subdesc3_1 = "2 Timothy 4:1-2 (For Pastors, Preachers, Ministers and Evangelists) "
		dqm__icon_index3_1 = 0
		dqm__url3_1 = "products.php?scriptid=2timothy412"
		
		dqm__subdesc3_2 = "Angels (Psalm 91:11) "
		dqm__icon_index3_2 = 0
		dqm__url3_2 = "products.php?scriptid=angels"
		
		dqm__subdesc3_3 = "As for Me and My House "
		dqm__icon_index3_3 = 0
		dqm__url3_3 = "products.php?scriptid=asforme"
		
		dqm__subdesc3_4 = "Be Still "
		dqm__icon_index3_4 = 0
		dqm__url3_4 = "products.php?scriptid=Bestill"
		
		dqm__subdesc3_5 = "Be Strong-Flag "
		dqm__icon_index3_5 = 0
		dqm__url3_5 = "products.php?scriptid=bestrongflag"
		
		dqm__subdesc3_6 = "Be Strong-Rose "
		dqm__icon_index3_6 = 0
		dqm__url3_6 = "products.php?scriptid=bestrongrose"
		
		dqm__subdesc3_7 = "Bless the Lord, O my soul--Psalm 103 "
		dqm__icon_index3_7 = 0
		dqm__url3_7 = "products.php?scriptid=blessthelord"
		
		dqm__subdesc3_8 = "Children\'s Ten Commandments "
		dqm__icon_index3_8 = 0
		dqm__url3_8 = "products.php?scriptid=childrensten"
		
		dqm__subdesc3_9 = "Ecclesiastes 4:9-12 A threefold cord is not quickly broken. "
		dqm__icon_index3_9 = 0
		dqm__url3_9 = "products.php?scriptid=ecclesiastes4"
		
		dqm__subdesc3_10 = "Ephesians 2:8-10 "
		dqm__icon_index3_10 = 0
		dqm__url3_10 = "products.php?scriptid=Ephesians2:8-10"
		
		dqm__subdesc3_11 = "Ephesians 2:8-9 (For by grace you have been saved) "
		dqm__icon_index3_11 = 0
		dqm__url3_11 = "products.php?scriptid=Ephesians289"
		
		dqm__subdesc3_12 = "Fruit of the Spirit (Cherries) "
		dqm__icon_index3_12 = 0
		dqm__url3_12 = "products.php?scriptid=fruitsofthespirit"
		
		dqm__subdesc3_13 = "Fruit of the Spirit (Mauve bowl) "
		dqm__icon_index3_13 = 0
		dqm__url3_13 = "products.php?scriptid=fruitofthespirit"
		
		dqm__subdesc3_14 = "I can do all things(Barbell)....Phillipians 4:13 "
		dqm__icon_index3_14 = 0
		dqm__url3_14 = "products.php?scriptid=Icandoallbarbell"
		
		dqm__subdesc3_15 = "I can do all things(Tree)....Phillipians 4:13 "
		dqm__icon_index3_15 = 0
		dqm__url3_15 = "products.php?scriptid=Icandoallthingstree"
		
		dqm__subdesc3_16 = "I have no greater joy... 3John1-4 "
		dqm__icon_index3_16 = 0
		dqm__url3_16 = "products.php?scriptid=Ihavenogreaterjoy"
		
		dqm__subdesc3_17 = "Jeremiah 29 "
		dqm__icon_index3_17 = 0
		dqm__url3_17 = "products.php?scriptid=jeremiah29"
		
		dqm__subdesc3_18 = "Love is Patient "
		dqm__icon_index3_18 = 0
		dqm__url3_18 = "products.php?scriptid=loveispatient"
		
		dqm__subdesc3_19 = "Matthew 28:19-20  The Great Commission "
		dqm__icon_index3_19 = 0
		dqm__url3_19 = "products.php?scriptid=Matthew28"
		
		dqm__subdesc3_20 = "Micah 6 "
		dqm__icon_index3_20 = 0
		dqm__url3_20 = "products.php?scriptid=micah6"
		
		dqm__subdesc3_21 = "Photography--Carmel "
		dqm__icon_index3_21 = 0
		dqm__url3_21 = "products.php?scriptid=carmelpoint"
		
		dqm__subdesc3_22 = "Photography--Emerald Bay "
		dqm__icon_index3_22 = 0
		dqm__url3_22 = "products.php?scriptid=emeraldbay"
		
		dqm__subdesc3_23 = "Photography--Fall Aspens "
		dqm__icon_index3_23 = 0
		dqm__url3_23 = "products.php?scriptid=fallaspens"
		
		dqm__subdesc3_24 = "Photography--Genesis 1:31 "
		dqm__icon_index3_24 = 0
		dqm__url3_24 = "products.php?scriptid=genesis131"
		
		dqm__subdesc3_25 = "Photography--Grand Canyon "
		dqm__icon_index3_25 = 0
		dqm__url3_25 = "products.php?scriptid=grandcanyon"
		
		dqm__subdesc3_26 = "Photography--Mount Humphrey "
		dqm__icon_index3_26 = 0
		dqm__url3_26 = "products.php?scriptid=Mounthumphrey"
		
		dqm__subdesc3_27 = "Photography--Natural Bridge "
		dqm__icon_index3_27 = 0
		dqm__url3_27 = "products.php?scriptid=naturalbridge"
		
		dqm__subdesc3_28 = "Photography--Pfeiffer Beach "
		dqm__icon_index3_28 = 0
		dqm__url3_28 = "products.php?scriptid=footprints"
		
		dqm__subdesc3_29 = "Photography--Spider Rock "
		dqm__icon_index3_29 = 0
		dqm__url3_29 = "products.php?scriptid=spiderrock"
		
		dqm__subdesc3_30 = "Prayer of Jabez "
		dqm__icon_index3_30 = 0
		dqm__url3_30 = "products.php?scriptid=prayerofjabez"
		
		dqm__subdesc3_31 = "Psalm 119 :105 (Thy word is a lamp unto my feet....) "
		dqm__icon_index3_31 = 0
		dqm__url3_31 = "products.php?scriptid=thyword"
		
		dqm__subdesc3_32 = "Psalm 46:1  God is our refuge and strength... "
		dqm__icon_index3_32 = 0
		dqm__url3_32 = "products.php?scriptid=Psalm 46:1"
		
		dqm__subdesc3_33 = "Psalm 91:4 "
		dqm__icon_index3_33 = 0
		dqm__url3_33 = "products.php?scriptid=Psalm 91:4"
		
		dqm__subdesc3_34 = "Rejoice Always "
		dqm__icon_index3_34 = 0
		dqm__url3_34 = "products.php?scriptid=rejoice"
		
		dqm__subdesc3_35 = "Scriptural Names for Jesus "
		dqm__icon_index3_35 = 0
		dqm__url3_35 = "products.php?scriptid=thescriptural"
		
		dqm__subdesc3_36 = "Smiling Christ with Scripture "
		dqm__icon_index3_36 = 0
		dqm__url3_36 = "products.php?scriptid=smilingjesus"
		
		dqm__subdesc3_37 = "Sparrows "
		dqm__icon_index3_37 = 0
		dqm__url3_37 = "products.php?scriptid=sparrows"
		
		dqm__subdesc3_38 = "Ten Commandments "
		dqm__icon_index3_38 = 0
		dqm__url3_38 = "products.php?scriptid=tencommandments"
		
		dqm__subdesc3_39 = "The Greatest Commandment "
		dqm__icon_index3_39 = 0
		dqm__url3_39 = "products.php?scriptid=greatestcommandment"
		
		dqm__subdesc3_40 = "The Lord is my light....Psalm 27:1 "
		dqm__icon_index3_40 = 0
		dqm__url3_40 = "products.php?scriptid=psalm27"
		
		dqm__subdesc3_41 = "The Lord is my shepherd (Psalm 23) "
		dqm__icon_index3_41 = 0
		dqm__url3_41 = "products.php?scriptid=thelordismyshepherd"
		
		dqm__subdesc3_42 = "The Lord\'s Prayer "
		dqm__icon_index3_42 = 0
		dqm__url3_42 = "products.php?scriptid=thelordsprayer"
		
		dqm__subdesc3_43 = "The Lord\'s Prayer for Children "
		dqm__icon_index3_43 = 0
		dqm__url3_43 = "products.php?scriptid=lordsprayerchild"
		
		dqm__subdesc3_44 = "The Lord\'s Prayer for Children (Spanish Version) "
		dqm__icon_index3_44 = 0
		dqm__url3_44 = "products.php?scriptid=Spanishlordsprayer"
		
		dqm__subdesc3_45 = "This is the Day "
		dqm__icon_index3_45 = 0
		dqm__url3_45 = "products.php?scriptid=thisistheday"
		
		dqm__subdesc3_46 = "Trust in the Lord "
		dqm__icon_index3_46 = 0
		dqm__url3_46 = "products.php?scriptid=trustinthelord"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc4 = "Personalized-Inspirational "
		dqm__micon_index4 = 0
		dqm__url4 = "products.php?scriptid=acovenantmarriage&category=Personalized"
		
			/// start a new submenu
			
			dqm__sub_xy4 = "-4,-24"
			///dqm__sub_menu_width4 = 170
			
		dqm__subdesc4_0 = "A Covenant Marriage "
		dqm__icon_index4_0 = 0
		dqm__url4_0 = "products.php?scriptid=acovenantmarriage&category=Personalized"
		
		dqm__subdesc4_1 = "A Prayer for Husband and Wife "
		dqm__icon_index4_1 = 0
		dqm__url4_1 = "products.php?scriptid=Prayerforhusbandwife&category=Personalized"
		
		dqm__subdesc4_2 = "A Wedding Day Prayer "
		dqm__icon_index4_2 = 0
		dqm__url4_2 = "products.php?scriptid=aweddingdayprayer&category=Personalized"
		
		dqm__subdesc4_3 = "An Irish Blessing (May the road rise up...) "
		dqm__icon_index4_3 = 0
		dqm__url4_3 = "products.php?scriptid=anirishblessing&category=Personalized"
		
		dqm__subdesc4_4 = "Begin A New Day "
		dqm__icon_index4_4 = 0
		dqm__url4_4 = "products.php?scriptid=beginanewday&category=Personalized"
		
		dqm__subdesc4_5 = "Bread of Life/Pan de Vida "
		dqm__icon_index4_5 = 0
		dqm__url4_5 = "products.php?scriptid=pandevida&category=Personalized"
		
		dqm__subdesc4_6 = "Breathe "
		dqm__icon_index4_6 = 0
		dqm__url4_6 = "products.php?scriptid=breathe&category=Personalized"
		
		dqm__subdesc4_7 = "Daughter--From both parents "
		dqm__icon_index4_7 = 0
		dqm__url4_7 = "products.php?scriptid=Daughtboth&category=Personalized"
		
		dqm__subdesc4_8 = "Daughter--From Single Parent "
		dqm__icon_index4_8 = 0
		dqm__url4_8 = "products.php?scriptid=Daughtsing&category=Personalized"
		
		dqm__subdesc4_9 = "Hugs "
		dqm__icon_index4_9 = 0
		dqm__url4_9 = "products.php?scriptid=hugs&category=Personalized"
		
		dqm__subdesc4_10 = "In the moment - St. Francis "
		dqm__icon_index4_10 = 0
		dqm__url4_10 = "products.php?scriptid=inthemoment&category=Personalized"
		
		dqm__subdesc4_11 = "Mom Blessing "
		dqm__icon_index4_11 = 0
		dqm__url4_11 = "products.php?scriptid=momblessing&category=Personalized"
		
		dqm__subdesc4_12 = "Mother Teresa "
		dqm__icon_index4_12 = 0
		dqm__url4_12 = "products.php?scriptid=motherteresa&category=Personalized"
		
		dqm__subdesc4_13 = "Nurses Prayer "
		dqm__icon_index4_13 = 0
		dqm__url4_13 = "products.php?scriptid=nursesprayer&category=Personalized"
		
		dqm__subdesc4_14 = "Peace Prayer by St. Francis "
		dqm__icon_index4_14 = 0
		dqm__url4_14 = "products.php?scriptid=peaceprayer&category=Personalized"
		
		dqm__subdesc4_15 = "Prayer of Husband and Wife "
		dqm__icon_index4_15 = 0
		dqm__url4_15 = "products.php?scriptid=Prayerofhusbandwife&category=Personalized"
		
		dqm__subdesc4_16 = "Prayer of Protection "
		dqm__icon_index4_16 = 0
		dqm__url4_16 = "products.php?scriptid=prayerprotection&category=Personalized"
		
		dqm__subdesc4_17 = "Remember Me "
		dqm__icon_index4_17 = 0
		dqm__url4_17 = "products.php?scriptid=rememberme&category=Personalized"
		
		dqm__subdesc4_18 = "Serenity Prayer "
		dqm__icon_index4_18 = 0
		dqm__url4_18 = "products.php?scriptid=serenityprayer&category=Personalized"
		
		dqm__subdesc4_19 = "Son--From Single Parent "
		dqm__icon_index4_19 = 0
		dqm__url4_19 = "products.php?scriptid=sonsingleparent&category=Personalized"
		
		dqm__subdesc4_20 = "Son-From both parents "
		dqm__icon_index4_20 = 0
		dqm__url4_20 = "products.php?scriptid=sonfrombothparents&category=Personalized"
		
		dqm__subdesc4_21 = "St. Michael the Archangel "
		dqm__icon_index4_21 = 0
		dqm__url4_21 = "products.php?scriptid=Stmike&category=Personalized"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc5 = "Personalized-Scriptual "
		dqm__micon_index5 = 0
		dqm__url5 = "products.php?scriptid=2corinthians4&category=Personalized"
		
			/// start a new submenu
			
			dqm__sub_xy5 = "-4,-29"
			///dqm__sub_menu_width5 = 170
			
		dqm__subdesc5_0 = "2 Corinthians 4 (For troubled times, situations and testing of faith) "
		dqm__icon_index5_0 = 0
		dqm__url5_0 = "products.php?scriptid=2corinthians4&category=Personalized"
		
		dqm__subdesc5_1 = "2 Timothy 4:1-2 (For Pastors, Preachers, Ministers and Evangelists) "
		dqm__icon_index5_1 = 0
		dqm__url5_1 = "products.php?scriptid=2timothy412&category=Personalized"
		
		dqm__subdesc5_2 = "Angels (Psalm 91:11) "
		dqm__icon_index5_2 = 0
		dqm__url5_2 = "products.php?scriptid=angels&category=Personalized"
		
		dqm__subdesc5_3 = "As for Me and My House "
		dqm__icon_index5_3 = 0
		dqm__url5_3 = "products.php?scriptid=asforme&category=Personalized"
		
		dqm__subdesc5_4 = "Be Still "
		dqm__icon_index5_4 = 0
		dqm__url5_4 = "products.php?scriptid=Bestill&category=Personalized"
		
		dqm__subdesc5_5 = "Be Strong-Flag "
		dqm__icon_index5_5 = 0
		dqm__url5_5 = "products.php?scriptid=bestrongflag&category=Personalized"
		
		dqm__subdesc5_6 = "Be Strong-Rose "
		dqm__icon_index5_6 = 0
		dqm__url5_6 = "products.php?scriptid=bestrongrose&category=Personalized"
		
		dqm__subdesc5_7 = "Bless the Lord, O my soul--Psalm 103 "
		dqm__icon_index5_7 = 0
		dqm__url5_7 = "products.php?scriptid=blessthelord&category=Personalized"
		
		dqm__subdesc5_8 = "Children\'s Ten Commandments "
		dqm__icon_index5_8 = 0
		dqm__url5_8 = "products.php?scriptid=childrensten&category=Personalized"
		
		dqm__subdesc5_9 = "Ecclesiastes 4:9-12 A threefold cord is not quickly broken. "
		dqm__icon_index5_9 = 0
		dqm__url5_9 = "products.php?scriptid=ecclesiastes4&category=Personalized"
		
		dqm__subdesc5_10 = "Ephesians 2:8-10 "
		dqm__icon_index5_10 = 0
		dqm__url5_10 = "products.php?scriptid=Ephesians2:8-10&category=Personalized"
		
		dqm__subdesc5_11 = "Ephesians 2:8-9 (For by grace you have been saved) "
		dqm__icon_index5_11 = 0
		dqm__url5_11 = "products.php?scriptid=Ephesians289&category=Personalized"
		
		dqm__subdesc5_12 = "I can do all things(Barbell)....Phillipians 4:13 "
		dqm__icon_index5_12 = 0
		dqm__url5_12 = "products.php?scriptid=Icandoallbarbell&category=Personalized"
		
		dqm__subdesc5_13 = "I can do all things(Tree)....Phillipians 4:13 "
		dqm__icon_index5_13 = 0
		dqm__url5_13 = "products.php?scriptid=Icandoallthingstree&category=Personalized"
		
		dqm__subdesc5_14 = "I have no greater joy... 3John1-4 "
		dqm__icon_index5_14 = 0
		dqm__url5_14 = "products.php?scriptid=Ihavenogreaterjoy&category=Personalized"
		
		dqm__subdesc5_15 = "Jeremiah 29 "
		dqm__icon_index5_15 = 0
		dqm__url5_15 = "products.php?scriptid=jeremiah29&category=Personalized"
		
		dqm__subdesc5_16 = "Love is Patient "
		dqm__icon_index5_16 = 0
		dqm__url5_16 = "products.php?scriptid=loveispatient&category=Personalized"
		
		dqm__subdesc5_17 = "Matthew 28:19-20  The Great Commission "
		dqm__icon_index5_17 = 0
		dqm__url5_17 = "products.php?scriptid=Matthew28&category=Personalized"
		
		dqm__subdesc5_18 = "Micah 6 "
		dqm__icon_index5_18 = 0
		dqm__url5_18 = "products.php?scriptid=micah6&category=Personalized"
		
		dqm__subdesc5_19 = "Prayer of Jabez "
		dqm__icon_index5_19 = 0
		dqm__url5_19 = "products.php?scriptid=prayerofjabez&category=Personalized"
		
		dqm__subdesc5_20 = "Psalm 119 :105 (Thy word is a lamp unto my feet....) "
		dqm__icon_index5_20 = 0
		dqm__url5_20 = "products.php?scriptid=thyword&category=Personalized"
		
		dqm__subdesc5_21 = "Psalm 46:1  God is our refuge and strength... "
		dqm__icon_index5_21 = 0
		dqm__url5_21 = "products.php?scriptid=Psalm 46:1&category=Personalized"
		
		dqm__subdesc5_22 = "Psalm 91:4 "
		dqm__icon_index5_22 = 0
		dqm__url5_22 = "products.php?scriptid=Psalm 91:4&category=Personalized"
		
		dqm__subdesc5_23 = "Rejoice Always "
		dqm__icon_index5_23 = 0
		dqm__url5_23 = "products.php?scriptid=rejoice&category=Personalized"
		
		dqm__subdesc5_24 = "Ten Commandments "
		dqm__icon_index5_24 = 0
		dqm__url5_24 = "products.php?scriptid=tencommandments&category=Personalized"
		
		dqm__subdesc5_25 = "The Greatest Commandment "
		dqm__icon_index5_25 = 0
		dqm__url5_25 = "products.php?scriptid=greatestcommandment&category=Personalized"
		
		dqm__subdesc5_26 = "The Lord is my light....Psalm 27:1 "
		dqm__icon_index5_26 = 0
		dqm__url5_26 = "products.php?scriptid=psalm27&category=Personalized"
		
		dqm__subdesc5_27 = "The Lord is my shepherd (Psalm 23) "
		dqm__icon_index5_27 = 0
		dqm__url5_27 = "products.php?scriptid=thelordismyshepherd&category=Personalized"
		
		dqm__subdesc5_28 = "The Lord\'s Prayer for Children "
		dqm__icon_index5_28 = 0
		dqm__url5_28 = "products.php?scriptid=lordsprayerchild&category=Personalized"
		
		dqm__subdesc5_29 = "The Lord\'s Prayer for Children (Spanish Version) "
		dqm__icon_index5_29 = 0
		dqm__url5_29 = "products.php?scriptid=Spanishlordsprayer&category=Personalized"
		
		dqm__subdesc5_30 = "Trust in the Lord "
		dqm__icon_index5_30 = 0
		dqm__url5_30 = "products.php?scriptid=trustinthelord&category=Personalized"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc6 = "Note Cards "
		dqm__micon_index6 = 0
		dqm__url6 = "notecards.php"
		
			/// start a new submenu
			
			dqm__sub_xy6 = "-4,-34"
			///dqm__sub_menu_width6 = 170
			
		dqm__subdesc6_0 = "Notecards--Be Strong "
		dqm__icon_index6_0 = 0
		dqm__url6_0 = "notecards.php"
		
		dqm__subdesc6_1 = "Notecards--Breathe "
		dqm__icon_index6_1 = 0
		dqm__url6_1 = "notecards.php"
		
		dqm__subdesc6_2 = "Notecards--Fruit of the Spirit "
		dqm__icon_index6_2 = 0
		dqm__url6_2 = "notecards.php"
		
		dqm__subdesc6_3 = "Notecards--I can do all things "
		dqm__icon_index6_3 = 0
		dqm__url6_3 = "notecards.php"
		
		dqm__subdesc6_4 = "Notecards--Love is patient and kind "
		dqm__icon_index6_4 = 0
		dqm__url6_4 = "notecards.php"
		
		dqm__subdesc6_5 = "Notecards--Mother Teresa "
		dqm__icon_index6_5 = 0
		dqm__url6_5 = "notecards.php"
		
		dqm__subdesc6_6 = "Notecards--Pan De Vida "
		dqm__icon_index6_6 = 0
		dqm__url6_6 = "notecards.php"
		
		dqm__subdesc6_7 = "Notecards--Prayer husband and wife "
		dqm__icon_index6_7 = 0
		dqm__url6_7 = "notecards.php"
		
		dqm__subdesc6_8 = "Notecards--Prayer of Protection "
		dqm__icon_index6_8 = 0
		dqm__url6_8 = "notecards.php"
		
		dqm__subdesc6_9 = "Notecards--Rejoice Always "
		dqm__icon_index6_9 = 0
		dqm__url6_9 = "notecards.php"
		
		dqm__subdesc6_10 = "Notecards--Serenity Prayer "
		dqm__icon_index6_10 = 0
		dqm__url6_10 = "notecards.php"
		
		dqm__subdesc6_11 = "Notecards--The Lord is my Shepherd "
		dqm__icon_index6_11 = 0
		dqm__url6_11 = "notecards.php"
		
		dqm__subdesc6_12 = "Notecards--This is the Day "
		dqm__icon_index6_12 = 0
		dqm__url6_12 = "notecards.php"
		
		dqm__subdesc6_13 = "Notecards--Trust in the Lord "
		dqm__icon_index6_13 = 0
		dqm__url6_13 = "notecards.php"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc7 = "Decorative Certificates "
		dqm__micon_index7 = 0
		dqm__url7 = "certificates.php"
		
			/// start a new submenu
			
			dqm__sub_xy7 = "-4,-39"
			///dqm__sub_menu_width7 = 170
			
		dqm__subdesc7_0 = "Certificate (Baptism) Matted and Framed 018 "
		dqm__icon_index7_0 = 0
		dqm__url7_0 = "certificates.php"
		
		dqm__subdesc7_1 = "Certificate (Baptism) Matted Only 018 "
		dqm__icon_index7_1 = 0
		dqm__url7_1 = "certificates.php"
		
		dqm__subdesc7_2 = "Certificate (Birth) Matted and Framed 020 "
		dqm__icon_index7_2 = 0
		dqm__url7_2 = "certificates.php"
		
		dqm__subdesc7_3 = "Certificate (Birth) Matted and Framed 021 "
		dqm__icon_index7_3 = 0
		dqm__url7_3 = "certificates.php"
		
		dqm__subdesc7_4 = "Certificate (Birth) Matted Only 020 "
		dqm__icon_index7_4 = 0
		dqm__url7_4 = "certificates.php"
		
		dqm__subdesc7_5 = "Certificate (Birth) Matted Only 021 "
		dqm__icon_index7_5 = 0
		dqm__url7_5 = "certificates.php"
		
		dqm__subdesc7_6 = "Certificate (Christening) Matted and Framed 008 "
		dqm__icon_index7_6 = 0
		dqm__url7_6 = "certificates.php"
		
		dqm__subdesc7_7 = "Certificate (Christening) MATTED ONLY.  008 "
		dqm__icon_index7_7 = 0
		dqm__url7_7 = "certificates.php"
		
		dqm__subdesc7_8 = "Certificate (Marriage) Matted and Framed 005 "
		dqm__icon_index7_8 = 0
		dqm__url7_8 = "certificates.php"
		
		dqm__subdesc7_9 = "Certificate (Marriage) Matted and Framed 006 "
		dqm__icon_index7_9 = 0
		dqm__url7_9 = "certificates.php"
		
		dqm__subdesc7_10 = "Certificate (Marriage) Matted and Framed 007 "
		dqm__icon_index7_10 = 0
		dqm__url7_10 = "certificates.php"
		
		dqm__subdesc7_11 = "Certificate (Marriage) Matted only  M005 "
		dqm__icon_index7_11 = 0
		dqm__url7_11 = "certificates.php"
		
		dqm__subdesc7_12 = "Certificate (Marriage) Matted only 006 "
		dqm__icon_index7_12 = 0
		dqm__url7_12 = "certificates.php"
		
		dqm__subdesc7_13 = "Certificate (Marriage) Matted only 007 "
		dqm__icon_index7_13 = 0
		dqm__url7_13 = "certificates.php"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc8 = "Specials "
		dqm__micon_index8 = 0
		dqm__url8 = "specials.php"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc9 = "Shopping Cart "
		dqm__micon_index9 = 0
		dqm__url9 = "cart.php"
		
		
		//////////////////////////////// MAIN MENU PARENT - root
		
		dqm__maindesc10 = "Home "
		dqm__micon_index10 = 0
		dqm__url10 = "index.html"
		
dqm__sub_menu_width1 = 440

dqm__sub_menu_width2 = 344

dqm__sub_menu_width3 = 552

dqm__sub_menu_width4 = 344

dqm__sub_menu_width5 = 552

dqm__sub_menu_width6 = 280

dqm__sub_menu_width7 = 376
