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

limit_multiple_users = true

restrict_access = true

sequence = '9x44_5'



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


	dqm__sub_menu_width = 130      		//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 = "#F2AC00"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FBE3A8"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FE8001"		

	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 = "#755300"
	dqm__fontfamily = "Arial,Helvetica"		//Any available system font     
	dqm__fontsize = 12			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 12			//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 = "#FEF501"
	dqm__hl_textdecoration = "normal"	//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

   


/*-------------------------------------------
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 = ""
	//dqm__icon_rollover0 = ""
	//dqm__icon_image_wh0 = "10,9"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "images/sample1_arrow.gif"
	//dqm__2nd_icon_rollover0 = "images/sample1_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 = .2
	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"	//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."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //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 Rollover Images and Links  

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



    //Main Menu Item 0

	dqm__rollover_image0 = "http://www.freebears.com/store/images/fbears_butt_one_1x_76x24.gif"
	dqm__rollover_wh0 = "76,24"
	dqm__url0 = "http://www.freebears.com/store/manufacturers.htm";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.freebears.com/store/images/fbears_butt_two_1x_85x24.gif"
	dqm__rollover_wh1 = "85,24"
	dqm__url1 = "http://www.freebears.com/store/animal-species.htm";


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.freebears.com/store/images/fbears_butt_giftguide_1_66x24.gif" 
	dqm__rollover_wh2 = "66,24"
	dqm__url2 = "http://www.freebears.com/store/gift-guide.html";   




    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.freebears.com/store/images/fbears_butt_four_1x_59x24.gif" 
	dqm__rollover_wh3 = "59,24"
	dqm__url3 = "http://www.freebears.com/store/contact_us.htm";   




    //Main Menu Item 4

	dqm__rollover_image4 = "http://www.freebears.com/store/images/fbears_butt_five_1x_53x24.gif" 
	dqm__rollover_wh4 = "53,24"
	dqm__url4 = "http://www.freebears.com/store/about_us.htm";   




    //Main Menu Item 5

	dqm__rollover_image5 = "http://www.freebears.com/store/images/fbears_butt_six_1x_66x24.gif" 
	dqm__rollover_wh5 = "66,24"
	dqm__url5 = "http://www.freebears.com/store/testimonials.htm";   




    //Main Menu Item 6

	dqm__rollover_image6 = "http://www.freebears.com/store/images/fbears_butt_seven_1x_30x24.gif" 
	dqm__rollover_wh6 = "30,24"
	dqm__url6 = "http://www.freebears.com/store/faq.htm";   



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

                              Sub Menu Structure and Text  

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

 //Sub Menu 0

	dqm__sub_xy0 = "-74,24"
	dqm__sub_menu_width0 = 177

	dqm__sub_xy0_4 = "0,0"
	dqm__sub_menu_width0_4 = 166

	dqm__sub_xy0_8 = "0,0"
	dqm__sub_menu_width0_8 = 166


	dqm__subdesc0_0 = "Aurora World"
	dqm__subdesc0_1 = "Cabin Critters"
	dqm__subdesc0_2 = "Douglas"
	dqm__subdesc0_3= "Fisher Price"
    	dqm__subdesc0_4 = "Ganz Plush"
	dqm__subdesc0_5 = "Gund & Baby Gund"

	dqm__subdesc0_5_0 = "Baby Gund"
	dqm__subdesc0_5_1 = "Baby Dolls"
	dqm__subdesc0_5_2 = "Gund Bears"
	dqm__subdesc0_5_3 = "Gund Baby Blankets"
	dqm__subdesc0_5_4 = "Gund Sprinkles Baby Plush"
	dqm__subdesc0_5_5 = "Gund Easter Gifts"
	dqm__subdesc0_5_6 = "Dogs and Cats"
	dqm__subdesc0_5_7 = "Dottie Dots Baby Plush"
	dqm__subdesc0_5_8 = "Spunky Dog Collection"
	dqm__subdesc0_5_9 = "Musical Baby Toys"
	dqm__subdesc0_5_10 = "Oceans and Ponds"
	dqm__subdesc0_5_11 = "Jungle"
	dqm__subdesc0_5_12 = "Sesame Street"
	dqm__subdesc0_5_13 = "Gund Valentine's Day Gifts"
  	dqm__subdesc0_5_14 = "Holiday GIfts"

	dqm__subdesc0_6 = " Lamaze Baby Toys"

	dqm__subdesc0_7 = "Play Along Care Bears"
	dqm__subdesc0_8 = "Princess Plush Toys"
	dqm__subdesc0_9 = "Purr-fection by MJC"

	dqm__subdesc0_9_0 = "Bears"
	dqm__subdesc0_9_1 = "Jungle"
	dqm__subdesc0_9_2 = "Cats"
	dqm__subdesc0_9_3 = "Dogs"
	dqm__subdesc0_9_4 = "Bunnies"
	dqm__subdesc0_9_5 = "Aquatic"
	dqm__subdesc0_9_6 = "Country"
	dqm__subdesc0_9_7 = "Cushy Kids"
	dqm__subdesc0_9_8 = "Bouncy Buddies"

	dqm__subdesc0_10 = "Russ Berrie Company"
   	 dqm__subdesc0_10_0 = "Shining Stars" 
	dqm__subdesc0_11 = "Steiff"
	dqm__subdesc0_12 = "Unipak"
	dqm__subdesc0_13 = "Wild Republic"

	dqm__url0_0 = "http://www.freebears.com/store/aurora-world.htm"
	dqm__url0_1 = "http://www.freebears.com/store/cabin-critters.htm"
	dqm__url0_2 = "http://www.freebears.com/store/douglas.htm"
	dqm__url0_3 = "http://www.freebears.com/store/fisher-price.htm"
	dqm__url0_4 = "http://www.freebears.com/store/ganz.htm"
	dqm__url0_5 = "#"

	dqm__url0_5_0 = "http://www.freebears.com/store/baby-gund.htm"
	dqm__url0_5_1 = "http://www.freebears.com/store/baby-dolls.htm"
	dqm__url0_5_2 = "http://www.freebears.com/store/gund_bears.htm"
	dqm__url0_5_3 = "http://www.freebears.com/store/gund-comfy-cozy.htm"
	dqm__url0_5_4 = "http://www.freebears.com/store/gund-sprinkles.htm"
	dqm__url0_5_5 = "http://www.freebears.com/store/gund-easter.htm"
	dqm__url0_5_6 = "http://www.freebears.com/store/gund-dogs-cats.htm"
	dqm__url0_5_7 = "http://www.freebears.com/store/gund-dottie-dots.htm"
	dqm__url0_5_8 = "http://www.freebears.com/store/gund-spunky-dog-collection.htm"
	dqm__url0_5_9 = "http://www.freebears.com/store/gund-musical-baby-toys.htm"
	dqm__url0_5_10 = "http://www.freebears.com/store/gund-oceans-ponds.htm"
	dqm__url0_5_11 = "http://www.freebears.com/store/gund-jungle.htm"
	dqm__url0_5_12 = "http://www.freebears.com/store/sesame_street.htm"
	dqm__url0_5_13 = "http://www.freebears.com/store/gund-valentine-day-gifts.htm"
	dqm__url0_5_14 = "http://www.freebears.com/store/gund-holiday-gifts.htm"
	
	dqm__url0_6 = "http://www.freebears.com/store/lamaze.htm"

	dqm__url0_7 = "http://www.freebears.com/store/play-along.htm"
	dqm__url0_8 = "http://www.freebears.com/store/princess-plush.htm"
	dqm__url0_9 = "http://www.freebears.com/store/purr-fection-bears.htm"

	dqm__url0_9_0 = "http://www.freebears.com/store/purr-fection-bears.htm"
	dqm__url0_9_1 = "http://www.freebears.com/store/purr-fection-jungle.htm"
	dqm__url0_9_2 = "http://www.freebears.com/store/purr-fection-cats.htm"
	dqm__url0_9_3 = "http://www.freebears.com/store/purr-fection-dogs.htm"
	dqm__url0_9_4 = "http://www.freebears.com/store/purr-fection-bunnies.htm"
	dqm__url0_9_5 = "http://www.freebears.com/store/purr-fection-aquatic.htm"
	dqm__url0_9_6 = "http://www.freebears.com/store/purr-fection-country-animals.htm"
	dqm__url0_9_7 = "http://www.freebears.com/store/cushy_kids.htm"
	dqm__url0_9_8 = "http://www.freebears.com/store/bouncy_buddies.htm"

	dqm__url0_10 = "http://www.freebears.com/store/russ-berrie.htm"
   	dqm__url0_10_0 = "http://www.freebears.com/store/russ-shining-stars.htm"
	dqm__url0_11 = "http://www.freebears.com/store/steiff-stuffed.htm"
	dqm__url0_12 = "http://www.freebears.com/store/unipak-stuffed.htm"
	dqm__url0_13 = "http://www.freebears.com/store/wild-republic.htm"




    //Sub Menu 1

	dqm__sub_xy1 = "-84,24"
	dqm__sub_menu_width1 = 101


	dqm__icon_index1_0 = 0

	dqm__subdesc1_0 = "Bears"
	dqm__subdesc1_1 = "Dogs"
	dqm__subdesc1_2 = "Monkeys"
	dqm__subdesc1_3 = "Cats"
	dqm__subdesc1_4 = "Horses"
	dqm__subdesc1_5 = "Penguins"
	dqm__subdesc1_6 = "Bunnies"
	dqm__subdesc1_7 = "Lions"
	dqm__subdesc1_8 = "Elephants"
	dqm__subdesc1_9 = "Giraffes"
	dqm__subdesc1_10 = "Mooses"
	dqm__subdesc1_11 = "Panda Bears"
	dqm__subdesc1_12 = "Tigers"
	dqm__subdesc1_13 = "Pigs"
	dqm__subdesc1_14 = "Polar Bears"
	dqm__subdesc1_15 = "Turtles"
	dqm__subdesc1_16 = "Hippos"
	dqm__subdesc1_17 = "Foxes"
	dqm__subdesc1_18 = "Dragons"
	dqm__subdesc1_19 = "Frogs"
	dqm__subdesc1_20 = "Dinosaurs"
	dqm__subdesc1_21 = "Gorillas"
	dqm__subdesc1_22 = "<I>More Species...</I>"


	dqm__url1_0 = "http://www.freebears.com/store/teddy_bears.htm"
	dqm__url1_1 = "http://www.freebears.com/store/dogs.htm"
	dqm__url1_2 = "http://www.freebears.com/store/monkeys.htm"
	dqm__url1_3 = "http://www.freebears.com/store/cats.htm"
	dqm__url1_4 = "http://www.freebears.com/store/stuffed-horses.htm"
	dqm__url1_5 = "http://www.freebears.com/store/stuffed-penguins.htm"
	dqm__url1_6 = "http://www.freebears.com/store/bunnies.htm"
	dqm__url1_7 = "http://www.freebears.com/store/stuffed-lions.htm"
	dqm__url1_8 = "http://www.freebears.com/store/stuffed-elephants.htm"
	dqm__url1_9 = "http://www.freebears.com/store/stuffed-giraffes.htm"
	dqm__url1_10 = "http://www.freebears.com/store/stuffed-moose.htm"
	dqm__url1_11 = "http://www.freebears.com/store/stuffed-pandas.htm"
	dqm__url1_12 = "http://www.freebears.com/store/stuffed-tigers.htm"
	dqm__url1_13 = "http://www.freebears.com/store/stuffed-pigs.htm"
	dqm__url1_14 = "http://www.freebears.com/store/stuffed-polar-bears.htm"
	dqm__url1_15 = "http://www.freebears.com/store/stuffed-turtles.htm"
	dqm__url1_16 = "http://www.freebears.com/store/stuffed-hippo.htm"
	dqm__url1_17 = "http://www.freebears.com/store/stuffed-fox.htm"
	dqm__url1_18 = "http://www.freebears.com/store/stuffed-dragons.htm"
	dqm__url1_19 = "http://www.freebears.com/store/stuffed-frogs.htm"
	dqm__url1_20 = "http://www.freebears.com/store/stuffed-dinosaurs.htm"
	dqm__url1_21 = "http://www.freebears.com/store/stuffed-gorillas.htm"
	dqm__url1_22 = "http://www.freebears.com/store/animal-species.htm"


	dqm__subdesc1_1_0 = "Bulldogs"
	dqm__subdesc1_1_1 = "Poodles"
	dqm__subdesc1_1_2 = "Pugs"
	dqm__subdesc1_1_3 = "Dalmatians"
	dqm__subdesc1_1_4 = "Huskies"
	dqm__subdesc1_1_5 = "German Shepherds"
	dqm__subdesc1_1_6 = "Dachshunds"
	dqm__subdesc1_1_7 = "Beagles"
	dqm__subdesc1_1_8 = "Shih Tzus"
	dqm__subdesc1_1_9 = "Mixed Breeds"
	dqm__subdesc1_1_10 = "<I>More Dog Breeds</I>"

	dqm__url1_1_0 = "http://www.freebears.com/store/stuffed-bulldog.htm"
	dqm__url1_1_1 = "http://www.freebears.com/store/stuffed-poodle.htm"
	dqm__url1_1_2 = "http://www.freebears.com/store/stuffed-pug.htm"
	dqm__url1_1_3 = "http://www.freebears.com/store/stuffed-dalmatian.htm"
	dqm__url1_1_4 = "http://www.freebears.com/store/stuffed-husky.htm"
	dqm__url1_1_5 = "http://www.freebears.com/store/stuffed-german-shepherd.htm"
	dqm__url1_1_6 = "http://www.freebears.com/store/stuffed-dachshund.htm"
	dqm__url1_1_7 = "http://www.freebears.com/store/stuffed-beagle.htm"
	dqm__url1_1_8 = "http://www.freebears.com/store/stuffed-shih-tzu.htm"
	dqm__url1_1_9 = "http://www.freebears.com/store/stuffed-mutts.htm"
	dqm__url1_1_10 = "http://www.freebears.com/store/dogs.htm"



    //Sub Menu 2

	dqm__sub_xy2 = "-65,24"
	dqm__sub_menu_width2 = 99
	dqm__sub_menu_width2_2 = 151

	dqm__subdesc2_0 = "By Price..."
	dqm__subdesc2_1 = "By Occasion..."
	dqm__subdesc2_2 = "By Recipient..."
	
	dqm__subdesc2_0_0 = "Under $10"
	dqm__subdesc2_0_1 = "$10 - $30"
	dqm__subdesc2_0_2 = "$30 - $50"
	dqm__subdesc2_0_3 = "$50 - $75"
	dqm__subdesc2_0_4 = "Over $75"
	
	dqm__subdesc2_1_0 = "Valentine's Day"
	dqm__subdesc2_1_1 = "Easter"
	dqm__subdesc2_1_2 = "Mother's Day"
	dqm__subdesc2_1_3 = "Graduation"
	dqm__subdesc2_1_4 = "Father's Day"
	dqm__subdesc2_1_5 = "Christmas, Hanukkah, Kwanzaa"
	dqm__subdesc2_1_6 = "Thank You"
	dqm__subdesc2_1_7 = "Get Well"
	dqm__subdesc2_1_8 = "Wedding"
	dqm__subdesc2_1_9 = "Baby Shower"
	dqm__subdesc2_1_10 = "New Baby"
	dqm__subdesc2_1_11 = "St. Patrick's Day"
    dqm__subdesc2_1_12 = "Autumn"

	dqm__subdesc2_2_0 = "Mom"
	dqm__subdesc2_2_1 = "Dad"
	dqm__subdesc2_2_2 = "Sweetheart"
	dqm__subdesc2_2_3 = "Grandparent"
	dqm__subdesc2_2_4 = "Business Associate"
	dqm__subdesc2_2_5 = "Sports Fan"
	dqm__subdesc2_2_6 = "The One With Everything"
	dqm__subdesc2_2_7 = "Host/Hostess"
	dqm__subdesc2_2_8 = "Teacher"


	dqm__url2_0_0 = "http://www.freebears.com/store/gifts-10.htm"
	dqm__url2_0_1 = "http://www.freebears.com/store/gifts-10-30.htm"
	dqm__url2_0_2 = "http://www.freebears.com/store/gifts-30-50.htm"
	dqm__url2_0_3 = "http://www.freebears.com/store/gifts-50-75.htm"
	dqm__url2_0_4 = "http://www.freebears.com/store/gifts-75.htm"

	dqm__url2_1_0 = "http://www.freebears.com/store/valentines_gifts.htm"
	dqm__url2_1_1 = "http://www.freebears.com/store/easter_gifts.htm"
	dqm__url2_1_2 = "http://www.freebears.com/store/mothers-day.htm"
	dqm__url2_1_3 = "http://www.freebears.com/store/graduation-gifts.htm"
	dqm__url2_1_4 = "http://www.freebears.com/store/fathers-day-gifts.htm"
	dqm__url2_1_5 = "http://www.freebears.com/store/holiday_gifts.htm"
	dqm__url2_1_6 = "http://www.freebears.com/store/thank-you-gifts.htm"
	dqm__url2_1_7 = "http://www.freebears.com/store/get-well-gifts.htm"
	dqm__url2_1_8 = "http://www.freebears.com/store/wedding-gifts.htm"
	dqm__url2_1_9 = "http://www.freebears.com/store/baby-shower-gifts.htm"
	dqm__url2_1_10 = "http://www.freebears.com/store/new-baby-gifts.htm"
	dqm__url2_1_11 = "http://www.freebears.com/store/st-patrick-day-gifts.htm"
    dqm__url2_1_12 = "http://www.freebears.com/store/autumn-gifts.html"

	dqm__url2_2_0 = "http://www.freebears.com/store/gifts-for-mom.htm"
	dqm__url2_2_1 = "http://www.freebears.com/store/gifts-for-dad.htm"
	dqm__url2_2_2 = "http://www.freebears.com/store/gifts-for-sweetheart.htm"
	dqm__url2_2_3 = "http://www.freebears.com/store/gifts-for-grandparents.htm"
	dqm__url2_2_4 = "http://www.freebears.com/store/gifts-associate.htm"
	dqm__url2_2_5 = "http://www.freebears.com/store/gifts-for-sports-fans.htm"
	dqm__url2_2_6 = "http://www.freebears.com/store/gifts-for-one-with-everything.htm"
	dqm__url2_2_7 = "http://www.freebears.com/store/host-hostess-gift.htm"
	dqm__url2_2_8 = "http://www.freebears.com/store/gifts-for-teacher.htm"


    //Sub Menu 3

	dqm__sub_xy3 = "-58,24"
	dqm__sub_menu_width3 = 177

	dqm__subdesc3_0 = "Contact Us"
	dqm__subdesc3_1 = "Track Your Order"
	dqm__subdesc3_2 = "Shipping Details"
	dqm__subdesc3_3 = "Privacy Policy"
	dqm__subdesc3_4 = "Call Toll-Free: 866-340-2327"
	
	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0

	
	dqm__url3_0 = "http://www.freebears.com/store/contact_us.htm"
	dqm__url3_1 = "http://www.freebears.com/orderstatus/"
	dqm__url3_2 = "http://www.freebears.com/store/shipping_details.htm"
	dqm__url3_3 = "http://www.freebears.com/store/privacy.htm"
	dqm__url3_4 = "#"






    //Sub Menu 5

	dqm__sub_xy5 = "-65,24"
	dqm__sub_menu_width5 = 255

	dqm__subdesc5_0 = "&quot;I was impressed with your pricing...&quot;"
	dqm__subdesc5_1 = "&quot;Thanks for personal and efficient service...&quot;"
	dqm__subdesc5_2 = "&quot;The bear arrived in great shape!...&quot;"
	dqm__subdesc5_3 = "&quot;I will recommend you for service & quality...&quot;"
	
	

	dqm__url5_0 = "http://www.freebears.com/store/testimonials.htm#impressed_pricing"
	dqm__url5_1 = "http://www.freebears.com/store/testimonials.htm#personal_efficient"
	dqm__url5_2 = "http://www.freebears.com/store/testimonials.htm#great_shape"
	dqm__url5_3 = "http://www.freebears.com/store/testimonials.htm#service_quality"



    //Sub Menu 6

	dqm__sub_xy6 = "-29,24"
	dqm__sub_menu_width6 = 202

	dqm__subdesc6_0 = "Why &quot;Freebears&quot;?"
	dqm__subdesc6_1 = "Are your products discounted?"
	dqm__subdesc6_2 = "Are your animals safe for babies?"
	dqm__subdesc6_3 = "Do you accept PayPal?"
	dqm__subdesc6_4 = "What are my shipping options?"
	dqm__subdesc6_5 = "Gift Wrapping"
	dqm__subdesc6_6 = "Freebears Guarantee"
	dqm__subdesc6_7 = "Complete list of FAQ's"
	
	

	dqm__url6_0 = "http://www.freebears.com/store/free_bears.htm"
	dqm__url6_1 = "http://www.freebears.com/store/faq.htm#c"
	dqm__url6_2 = "http://www.freebears.com/store/faq.htm#e"
	dqm__url6_3 = "http://www.freebears.com/store/faq.htm#z"
	dqm__url6_4 = "http://www.freebears.com/store/faq.htm#j"
	dqm__url6_5 = "http://www.freebears.com/store/gift_wrapping.htm"
	dqm__url6_6 = "http://www.freebears.com/store/our_guarantee.htm"
	dqm__url6_7 = "http://www.freebears.com/store/faq.htm"

