
//  QuickMenu Pro is Compatible With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      IE4 & up (other platforms)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      NS7 (All Platforms)
//      Opera 5,6,7 (All Platforms)
//      Mozilla 0.6 & up (All Platforms)
//      Konqueror 2.2 & up (Linux)
//      Espial Escape 4.x & up (All Platforms)
//      Ice Browser 5.x & up (All Platforms)
//      Safari 1.0 (Mac only browser)
//      Degrades gracefully in older browsers 
//
//  
//  To customize QuickMenu Pro open this file in a simple text 
//  editor (Notepad or similar). Modify and add parameters (all 
//  customizable parameters start with 'dqm__'), save this file,
//  and open 'sample.htm' in a browser to view your menu. View
//  the source for sample.htm for information on connecting 
//  sub menus to HTML images or build your page around the
//  included sample.htm file.
//
//  QuickMenu conditionally loads the necessary JavaScript
//  files (.js) depending on the browser and platform the user
//  is viewing the menu on. The total file size for each
//  browser / platform scenario is no larger than 12K.
//
//  This sample data file contains comments and help information
//  to assist in the initial customization of your drop down 
//  menu. If you base your implementation on this documented template
//  we recommend the removal of the comments before using on the web, as 
//  to optimize the overall file size and load time of the menu for 
//  the end user.  With the comments removed this sample data files
//  size may be reduced by as much as 50%. Note: To simplify comment 
//  removal there is a uncommented version of this sample template
//  offered in the 'samples' folder.
//
//
//  NOTE: Parameters prefixed with '//' are commented out,
//        delete the '//' to activate the parameter. 
//
//        Commenting out required parameters will cause errors.
//
//        Text values, except TRUE and FALSE statements, must be
//        enclosed by double quotes (").
//  
//        Each parameter value should appear on its own line.
//
//        This data file may also be placed within your HTML page
//        by enclosing between JavaScript tags.
//
//        Due to browser limitations, DHTML menus will not appear
//        on top of Flash objects (unless the flash objects 'wmode'
//        parameter is set to transparent, however this may be buggy), 
//        across frames, or over certain form field elements. A hide 
//        and show workaround for form fields is included with this menu
//        (see the FAQ for additional information).         



/*-------------------------------------------
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 = "#47C331"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#2b2b2b"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#47C331"		

	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 = "#FFFFFF"
	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 = "normal"	//set to: 'normal', or 'underline'


    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 3
	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 = "../images/bullet_r.gif"
	dqm__icon_rollover0 = "../images/bullet_w.gif"
	dqm__icon_image_wh0 = "9,5"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "../images/arrow.gif"
	//dqm__2nd_icon_rollover0 = "../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 = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CROSS"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "LEFT"	//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 = "alert('custom function - onload')"


    //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_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#000000"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "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  

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


    //Main Menu Item 0

	dqm__rollover_image0 = "../new_design/menu/computers_on.jpg"
	dqm__rollover_wh0 = "105,30"
	dqm__url0 = "#";  


    //Main Menu Item 1

	dqm__rollover_image1 = "../new_design/menu/audio_on.jpg"
	dqm__rollover_wh1 = "105,30"
	dqm__url1 = "#";


    //Main Menu Item 2

	dqm__rollover_image2 = "../new_design/menu/components_on.jpg" 
	dqm__rollover_wh2 = "105,30"
	dqm__url2 = "http://www.jbosolutions.co.uk/computercomponents-c-50.html";   


    //Main Menu Item 3

	dqm__rollover_image3 = "../new_design/menu/consumables_on.jpg" 
	dqm__rollover_wh3 = "105,30"
	dqm__url3 = "#";  


   //Main Menu Item 4

	dqm__rollover_image4 = "../new_design/menu/software_on.jpg" 
	dqm__rollover_wh4 = "105,30"
	dqm__url4 = "http://www.jbosolutions.co.uk/software-c-56.html";   


   //Main Menu Item 5

	dqm__rollover_image5 = "../new_design/menu/networking_on.jpg" 
	dqm__rollover_wh5 = "105,30"
	dqm__url5 = "#"; 


   //Main Menu Item 6

	dqm__rollover_image6 = "../new_design/menu/accessories_on.jpg" 
	dqm__rollover_wh6 = "105,30"
	dqm__url6 = "#"; 
   

   //Left Menu Item 7

	dqm__rollover_image7 = "../new_design/menu/help_on.jpg" 
	dqm__rollover_wh7 = "105,30"
	dqm__url7 = "#";

//Main Menu Item 0

	dqm__rollover_image8 = "../new_design/menu/home.jpg"
	dqm__rollover_wh8 = "66,30"
	dqm__url8 = "http://www.jbosolutions.co.uk";

	


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

                              Sub Menu Structure and Text  

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

    //Sub Menu 0

	dqm__sub_xy0 = "-105,31"
	dqm__sub_menu_width0 = 105

	dqm__subdesc0_0 = "Computer Systems"
	dqm__subdesc0_1 = "Laptops"
	dqm__subdesc0_2 = "Servers"
	dqm__subdesc0_3 = "PDA / Sat Nav"
	dqm__subdesc0_4 = "Accessories"
	
		
	dqm__icon_index0_0 = 0
			
	dqm__url0_0 = "http://www.jbosolutions.co.uk/computer-systems-c-22.html"
	dqm__url0_1 = "http://www.jbosolutions.co.uk/laptopsnotebooks-c-36.html"
	dqm__url0_2 = "http://www.jbosolutions.co.uk/servers-c-90.html";
	dqm__url0_3 = "http://www.jbosolutions.co.uk/pdas-sat-nav-c-58.html";
	dqm__url0_4 = "http://www.jbosolutions.co.uk/laptopsnotebooks-accessories-c-36_85.html";

	//Sub Menu 1

	dqm__sub_xy1 = "-105,31"
	dqm__sub_menu_width1 = 105

	dqm__subdesc1_0 = "Monitors"
	dqm__subdesc1_1 = "Digital Photo Frames"
	dqm__subdesc1_2 = "Televisions"
	dqm__subdesc1_3 = "Projectors"
	dqm__subdesc1_4 = "Digital Cameras"
	dqm__subdesc1_5 = "Digital Camcorders"
	dqm__subdesc1_6 = "Webcams"
	dqm__subdesc1_7 = "MP3 and Audio"
	dqm__subdesc1_8 = "VoIP Phones"
	
		
	dqm__icon_index1_0 = 0
			
	dqm__url1_0 = "http://www.jbosolutions.co.uk/monitors-displays-tft-monitors-c-77_24.html"
	dqm__url1_1 = "http://www.jbosolutions.co.uk/monitors-displays-digital-photo-frames-c-77_83.html"
	dqm__url1_2 = "http://www.jbosolutions.co.uk/monitors-displays-televisions-c-77_40.html"
	dqm__url1_3 = "http://www.jbosolutions.co.uk/projectors-c-39.html"
	dqm__url1_4 = "http://www.jbosolutions.co.uk/digital-cameras-c-49.html"
	dqm__url1_5 = "http://www.jbosolutions.co.uk/digital-cameras-c-49.html"
	dqm__url1_6 = "http://www.jbosolutions.co.uk/webcams-c-57.html"
	dqm__url1_7 = "http://www.jbosolutions.co.uk/mp3-and-audio-c-38.html"
	dqm__url1_8 = "http://www.jbosolutions.co.uk/voip-phones-c-89.html"
	



	//Sub Menu 2

	dqm__sub_xy2 = "-105,31"
	dqm__sub_menu_width2 = 105

	dqm__subdesc2_0 = "Memory"
	dqm__subdesc2_1 = "Graphics Cards"
	dqm__subdesc2_2 = "TV Cards"
	dqm__subdesc2_3 = "Keyboard/Mouse"
	dqm__subdesc2_4 = "CD/DVD/Floppy Drives"
	dqm__subdesc2_5 = "Cooling Fans"
	dqm__subdesc2_6 = "Gaming"
	dqm__subdesc2_7 = "Webcams"
	dqm__subdesc2_8 = "Motherboards"
	dqm__subdesc2_9 = "PSU"
	dqm__subdesc2_10 = "Server Storage and Backup"
	dqm__subdesc2_11 = "Sound Cards"
	dqm__subdesc2_12 = "USB Hubs"
	dqm__subdesc2_13 = "CPU"
	dqm__subdesc2_14 = "Hard Drives"
	dqm__subdesc2_15 = "Cases"
	dqm__subdesc2_16 = "Cables"
	dqm__subdesc2_17 = "I/O Cards"

			
	dqm__icon_index2_0 = 0
			
	dqm__url2_0 = "http://www.jbosolutions.co.uk/memory-c-33.html"
	dqm__url2_1 = "http://www.jbosolutions.co.uk/computer-components-graphics-cards-c-50_46.html"
	dqm__url2_2 = "http://www.jbosolutions.co.uk/tv-cards-c-60.html"
	dqm__url2_3 = "http://www.jbosolutions.co.uk/keyboardmouse-c-52.html"
	dqm__url2_4 = "http://www.jbosolutions.co.uk/computer-components-cddvdfloppy-drives-c-50_67.html"
	dqm__url2_5 = "http://www.jbosolutions.co.uk/computer-components-cooling-fans-c-50_51.html"
	dqm__url2_6 = "http://www.jbosolutions.co.uk/computer-components-gaming-c-50_75.html"
	dqm__url2_7 = "http://www.jbosolutions.co.uk/webcams-c-57.html"
	dqm__url2_8 = "http://www.jbosolutions.co.uk/computer-components-motherboards-c-50_68.html"
	dqm__url2_9 = "http://www.jbosolutions.co.uk/computer-components-psu-power-supplies-c-50_69.html"
	dqm__url2_10 = "http://www.jbosolutions.co.uk/computer-components-server-storage-and-backup-c-50_87.html"
	dqm__url2_11 = "http://www.jbosolutions.co.uk/computer-components-sound-cards-c-50_66.html"
	dqm__url2_12 = "http://www.jbosolutions.co.uk/computer-components-usb-hubs-c-50_73.html"
	dqm__url2_13 = "http://www.jbosolutions.co.uk/computer-components-cpu-processors-c-50_47.html"
	dqm__url2_14 = "http://www.jbosolutions.co.uk/computer-components-hard-drives-c-50_45.html"
	dqm__url2_15 = "http://www.jbosolutions.co.uk/computer-components-cases-c-50_48.html"
	dqm__url2_16 = "http://www.jbosolutions.co.uk/cables-c-71.html"
	dqm__url2_17 = "http://www.jbosolutions.co.uk/computer-components-cards-c-50_107.html"


	//Sub Menu 3

	dqm__sub_xy3 = "-105,31"
	dqm__sub_menu_width3 = 105

	dqm__subdesc3_0 = "Inkjet Printer Cartridges"
	dqm__subdesc3_1 = "DAT Tapes"
	dqm__subdesc3_2 = "CDR/CDRW/DVD Media"
	dqm__subdesc3_3 = "Laser Toners"
	dqm__subdesc3_4 = "Dot Matrix Ribbons"
			
	dqm__icon_index3_0 = 0
			
	dqm__url3_0 = "http://www.jbosolutions.co.uk/consumables-inkjet-printer-cartridges-c-26_27.html"
	dqm__url3_1 = "http://www.jbosolutions.co.uk/consumables-dat-tapes-c-26_53.html"
	dqm__url3_2 = "http://www.jbosolutions.co.uk/consumables-cdrcdrwdvd-media-c-26_28.html"
	dqm__url3_3 = "http://www.jbosolutions.co.uk/consumables-laser-toners-and-drums-c-26_55.html"
	dqm__url3_4 = "http://www.jbosolutions.co.uk/consumables-dot-matrix-ribbons-c-26_54.html"


	//Sub Menu 4

	dqm__sub_xy4 = "-105,31"
	dqm__sub_menu_width4 = 105

	dqm__subdesc4_0 = "Anti-Virus / Firewall"
	dqm__subdesc4_1 = "Operating Systems"
	dqm__subdesc4_2 = "Office Applications"
	dqm__subdesc4_3 = "Design"
	dqm__subdesc4_4 = "Applications"
	dqm__subdesc4_5 = "Backup Software"

	
			
	dqm__icon_index4_0 = 0
			
	dqm__url4_0 = "http://www.jbosolutions.co.uk/software-antivirus-firewall-c-56_106.html"
	dqm__url4_1 = "http://www.jbosolutions.co.uk/software-operating-systems-c-56_102.html"
	dqm__url4_2 = "http://www.jbosolutions.co.uk/software-office-applications-c-56_104.html"
	dqm__url4_3 = "http://www.jbosolutions.co.uk/software-design-c-56_105.html"
	dqm__url4_4 = "http://www.jbosolutions.co.uk/software-applications-c-56_101.html"
	dqm__url4_5 = "http://www.jbosolutions.co.uk/software-backup-software-c-56_103.html"
	


	//Sub Menu 5

	dqm__sub_xy5 = "-105,31"
	dqm__sub_menu_width5 = 105

	dqm__subdesc5_0 = "Wireless Networking"
	dqm__subdesc5_1 = "Bluetooth"
	dqm__subdesc5_2 = "Hubs / Switches"
	dqm__subdesc5_3 = "Routers"
	dqm__subdesc5_4 = "Security"
	dqm__subdesc5_5 = "Network Cards / Modems"
	
				
	dqm__icon_index5_0 = 0
			
	dqm__url5_0 = "http://www.jbosolutions.co.uk/networking-wireless-networking-c-37_61.html"
	dqm__url5_1 = "http://www.jbosolutions.co.uk/networking-bluetooth-c-37_62.html"
	dqm__url5_2 = "http://www.jbosolutions.co.uk/networking-hubs-switches-c-37_63.html"
	dqm__url5_3 = "http://www.jbosolutions.co.uk/networking-routers-c-37_88.html"
	dqm__url5_4 = "http://www.jbosolutions.co.uk/networking-security-c-37_65.html"
	dqm__url5_5 = "http://www.jbosolutions.co.uk/networking-network-cards-modems-c-37_64.html"
	


	//Sub Menu 6

	dqm__sub_xy6 = "-105,31"
	dqm__sub_menu_width6 = 105

	dqm__subdesc6_0 = "Printers"
	dqm__subdesc6_1 = "Scanners"
	dqm__subdesc6_2 = "Fax/Office"
	dqm__subdesc6_3 = "Laptop Accessories"
	dqm__subdesc6_4 = "Memory Cards/Flash Drives"
	dqm__subdesc6_5 = "Webcams"
	dqm__subdesc6_6 = "VoIP Phones"
	dqm__subdesc6_7 = "Misc"
				
	dqm__icon_index6_0 = 0
			
	dqm__url6_0 = "http://www.jbosolutions.co.uk/printers-c-34.html"
	dqm__url6_1 = "http://www.jbosolutions.co.uk/scanners-c-79.html"
	dqm__url6_2 = "http://www.jbosolutions.co.uk/faxoffice-c-41.html"
	dqm__url6_3 = "http://www.jbosolutions.co.uk/laptopsnotebooks-accessories-c-36_85.html"
	dqm__url6_4 = "http://www.jbosolutions.co.uk/memory-cardsflash-drives-c-35.html"
	dqm__url6_5 = "http://www.jbosolutions.co.uk/webcams-c-57.html"
	dqm__url6_6 = "http://www.jbosolutions.co.uk/voip-phones-c-89.html"
	dqm__url6_7 = "http://www.jbosolutions.co.uk/misc-c-96.html"
	


	//Sub Menu 7

	dqm__sub_xy7 = "-105,31"
	dqm__sub_menu_width7 = 105

	dqm__subdesc7_0 = "Contact Us"
	dqm__subdesc7_1 = "Live Support"
	dqm__subdesc7_2 = "Shipping"
	dqm__subdesc7_3 = "About Us"
	dqm__subdesc7_4 = "Privacy Notice"
	dqm__subdesc7_5 = "Conditions of Use"
	dqm__subdesc7_6 = "Affiliates"
	dqm__subdesc7_7 = "Links"
	dqm__subdesc7_8 = "Sitemap"
	dqm__subdesc7_9 = "Articles"
	
						
	dqm__icon_index6_0 = 0
			
	dqm__url7_0 = "http://www.jbosolutions.co.uk/contact_us.php"
	dqm__url7_1 = "http://messenger.providesupport.com/messenger/ollyno1uk.html"
	dqm__url7_2 = "http://www.jbosolutions.co.uk/shipping.php"
	dqm__url7_3 = "http://www.jbosolutions.co.uk/about_us.php"
	dqm__url7_4 = "http://www.jbosolutions.co.uk/privacy.php"
	dqm__url7_5 = "http://www.jbosolutions.co.uk/conditions.php"
	dqm__url7_6 = "http://www.jbosolutions.co.uk/affiliates.php"
	dqm__url7_7 = "http://www.jbosolutions.co.uk/links.php"
	dqm__url7_8 = "http://www.jbosolutions.co.uk/sitemap.php"
	dqm__url7_9 = "http://www.jbosolutions.co.uk/article1.php"


	



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

                              Sub Menu Sub Menu Structure and Text  

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

//Sub Menu 9 Sub Menu 0

	dqm__sub_xy0_4 = "-10,1"
	dqm__sub_menu_width0_4 = 105

	dqm__subdesc0_4_0 = "Accessories"
	dqm__subdesc0_4_1 = "Batteries"
	dqm__subdesc0_4_2 = "Carry Cases"
	dqm__subdesc0_4_3 = "Power Supplies"
	
	dqm__icon_index0_0 = 0
			
	dqm__url0_4_0 = "http://www.jbosolutions.co.uk/laptopsnotebooks-accessories-c-36_85.html"
	dqm__url0_4_1 = "http://www.jbosolutions.co.uk/laptopsnotebooks-batteries-c-36_72.html"
	dqm__url0_4_2 = "http://www.jbosolutions.co.uk/laptopsnotebooks-carry-cases-c-36_59.html"
	dqm__url0_4_3 = "http://www.jbosolutions.co.uk/laptopsnotebooks-power-supplies-c-36_86.html"


	//Sub Menu 9 Sub Menu 1

	dqm__sub_xy1_0 = "-10,1"
	dqm__sub_menu_width1_0 = 105

	dqm__subdesc1_0_0 = "TFT Monitors"
	dqm__subdesc1_0_1 = "CRT Monitors"
	dqm__subdesc1_0_2 = "Digital Photo Frames"
	dqm__subdesc1_0_3 = "Accessories"
	
	
	dqm__icon_index9_1 = 0
			
	dqm__url1_0_0 = "http://www.jbosolutions.co.uk/monitors-displays-tft-monitors-c-77_24.html"
	dqm__url1_0_1 = "http://www.jbosolutions.co.uk/monitors-displays-crt-monitors-c-77_70.html"
	dqm__url1_0_2 = "http://www.jbosolutions.co.uk/monitors-displays-digital-photo-frames-c-77_83.html"
	dqm__url1_0_3 = "http://www.jbosolutions.co.uk/monitors-displays-accessories-c-77_78.html"
	


//Sub Menu 9 Sub Menu 2

	dqm__sub_xy6_3 = "-10,1"
	dqm__sub_menu_width6_6 = 105

	dqm__subdesc6_3_0 = "Accessories"
	dqm__subdesc6_3_1 = "Batteries"
	dqm__subdesc6_3_2 = "Carry Cases"
	dqm__subdesc6_3_3 = "Power Supplies"
	
	
	
	dqm__icon_index9_2 = 0
			
	dqm__url6_3_0 = "http://www.jbosolutions.co.uk/laptopsnotebooks-accessories-c-36_85.html"
	dqm__url6_3_1 = "http://www.jbosolutions.co.uk/laptopsnotebooks-batteries-c-36_72.html"
	dqm__url6_3_2 = "http://www.jbosolutions.co.uk/laptopsnotebooks-carry-cases-c-36_59.html"
	dqm__url6_3_3 = "http://www.jbosolutions.co.uk/laptopsnotebooks-power-supplies-c-36_86.html"
	

//Sub Menu 9 Sub Menu 3

	dqm__sub_xy7_9 = "-240,10"
	dqm__sub_menu_width7_9 = 105

	dqm__subdesc7_9_0 = "Setting Up Your Wireless Network"
	dqm__subdesc7_9_1 = "Buying a New Computer"
	dqm__subdesc7_9_2 = "Buying a Laptop"
	dqm__subdesc7_9_3 = "Choosing Components to Build a PC"
	
	
	
	
	dqm__icon_index7_8 = 0
			
	dqm__url7_8_0 = "http://www.jbosolutions.co.uk/article1.php"
	dqm__url7_8_1 = "http://www.jbosolutions.co.uk/article2.php"
	dqm__url7_8_2 = "http://www.jbosolutions.co.uk/article3.php"
	dqm__url7_8_3 = "http://www.jbosolutions.co.uk/article4.php"
	
	
//Sub Menu 9 Sub Menu 3

	dqm__sub_xy2_0 = "-10,1"
	dqm__sub_menu_width2_0 = 105

	dqm__subdesc2_0_0 = "RAM"
	dqm__subdesc2_0_1 = "USB Flash Memory"
	dqm__subdesc2_0_2 = "Flash Memory Cards"
	dqm__subdesc2_0_3 = "Memory Card Readers"
	
	
	
	
	dqm__icon_index2_0 = 0
			
	dqm__url2_0_0 = "http://www.jbosolutions.co.uk/memory-c-33.html"
	dqm__url2_0_1 = "http://www.jbosolutions.co.uk/memory-cardsflash-drives-usb-flash-drives-c-35_95.html"
	dqm__url2_0_2 = "http://www.jbosolutions.co.uk/memory-cardsflash-drives-c-35.html"
	dqm__url2_0_3 = "http://www.jbosolutions.co.uk/memory-cardsflash-drives-card-readers-c-35_76.html"<!-- 

 -->

