/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 136
  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#000000"
   
   DQM_menu_bgcolor = "#F7F7F7"
   DQM_hl_bgcolor = "#FEC75B"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#333333"
   DQM_fontfamily = "Arial"
   DQM_fontsize = 11
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 1
   DQM_margin_bottom = 1
   DQM_margin_left = 5
   DQM_margin_right = 4



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
    //Main Menu Item 0

	DQM_rollover_image0 = "images/prebuttona.gif"
	DQM_rollover_wh0 = "100,21"

    //Main Menu Item 1

	DQM_rollover_image1 = "images/leadsbuttona.gif"
	DQM_rollover_wh1 = "66,21"



/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/


	    //Sub Menu 0

	DQM_sub_xy0 = "-101,21"
	DQM_sub_menu_width0 = 170

	DQM_subdesc0_0 = "Basic Signups"
	DQM_subdesc0_1 = "Premium Signups"
	DQM_subdesc0_2 = "Exclusive Signups"
	DQM_subdesc0_3 = "RealTime Redirect Signups"
	DQM_subdesc0_4 = "Phone Interviewed Signups"
	DQM_subdesc0_5 = "How Do Signups Work - Read First"

	DQM_url0_0 = "basic-guaranteed-signups.html"
	DQM_url0_1 = "guaranteed-signups.html"
	DQM_url0_2 = "exclusive.htm"
	DQM_url0_3 = "realtime.htm"
	DQM_url0_4 = "phoneverified.htm"
	DQM_url0_5 = "gsdescription.htm"

    //Sub Menu 1

	DQM_sub_xy1 = "-67,21"
	DQM_sub_menu_width1 = 115
	

	DQM_subdesc1_0 = "Premium Pre-Screened"
	DQM_subdesc1_1 = "Fresh Optin MLM Leads"
	DQM_subdesc1_2 = "Premium Double Optin Leads"
	DQM_subdesc1_3 = "Premium Surveyed"
	DQM_subdesc1_4 = "Shortform Realtime Leads"
	DQM_subdesc1_5 = "Live Phone Leads"
	DQM_subdesc1_6 = "Premium Autoresponder Leads"
	DQM_subdesc1_7=  "By Area Code/State"
	DQM_subdesc1_8 =  "UK MLM/Bizop Leads"
	DQM_subdesc1_9 ="Custom Leads"
	

	DQM_url1_0 = "premiumphoneleads.htm"
	DQM_url1_1 = "opt-in-mlm-leads.html"
	DQM_url1_2 = "doubleoptinmlmleads.htm"
	DQM_url1_3 = "surveyed-leads.htm"
	DQM_url1_4 = "shortformrealtimeleads.html"
	DQM_url1_5 = "live-realtime-phoned-mlm-leads.html"
	DQM_url1_6 = "aleads.htm"
	DQM_url1_7 = "localleads.htm"
	DQM_url1_8 = "ukpremiumleads.htm"
	DQM_url1_9 = "customleadgeneration.htm"


