//--- SiteMenu v3.0, Copyright (c) 2002, FieldZero Inc., All Rights Reserved.
//--- Visit www.fieldzero.com for current SiteMenu downloads and information.

//--- THESE ARE THE MAGAZINE MENU SETTINGS

function popUp(URL) {day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,width=400,height=400');");//part of eval line
}


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

	SM_sub_menu_width = 130      		//default sub menu widths
	SM_sub_xy = "0,0"            		//default sub x,y coordinates
   
	SM_urltarget = "_self"			//default URL target: _self, _parent, _new, or "my frame name"

	SM_border_width = 2
	SM_divider_height = 1

	SM_border_color = "#003300"		//Hex color or 'transparent'
	SM_menu_bgcolor = "#006633"		//Hex color or 'transparent'
	SM_hl_bgcolor = "#003300"		

	SM_mouse_off_delay = 150


/*-Font and margins-*/

    //Font settings

	SM_textcolor = "#FFFFFF"
	SM_fontfamily = "Verdana"    
	SM_fontsize = 10 	
	SM_fontsize_ie4 = 8
	SM_textdecoration = "normal"
	SM_fontweight = "normal"
	SM_fontstyle = "normal"	

    //Rollover font settings

	SM_hl_textcolor = "#FFFF00"
	SM_hl_textdecoration = "normal"


    //Margins and text alignment

	SM_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	SM_margin_top = 2
	SM_margin_bottom = 3
	SM_margin_left = 5
	SM_margin_right = 4

   


/*-Bullet and Icons-*/


    //Relative positioned icon images

	SM_icon_image0 = "http://www.difflock.com/menujs/menu_images/bullet_blue.gif"
	SM_icon_rollover0 = "http://www.difflock.com/menujs/menu_images/bullet_blue_hl.gif"
	SM_icon_image_wh0 = "11,9"


    //Absolute positioned icon images

	SM_2nd_icon_image0 = "http://www.difflock.com/menujs/menu_images/bullet_arrow.gif"
	SM_2nd_icon_rollover0 = "http://www.difflock.com/menujs/menu_images/bullet_arrow_hl.gif"
	SM_2nd_icon_image_wh0 = "13,10"
	SM_2nd_icon_image_xy0 = "0,4"



/*-Optional Status Bar Text-*/

	SM_show_urls_statusbar = false
   
	//SM_status_text0 = "Sample text - Main Menu Item 0"
	//SM_status_text1 = "Sample text - Main Menu Item 1"

	//SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//SM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	


/*-IE Transition Effects-*/

    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	SM_sub_menu_effect = "none"
	SM_sub_item_effect = "none"


    //Define the effect duration in seconds below
   
	SM_sub_menu_effect_duration = .4
	SM_sub_item_effect_duration = .4


    //Specific settings for various transitions

	SM_effect_pixelate_maxsqare = 25
	SM_effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	SM_effect_checkerboard_squaresx = 14
	SM_effect_checkerboard_squaresY = 14
	SM_effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows

	SM_sub_menu_opacity = 100			//1 to 100
	SM_dropshadow_color = "none"			//Hex color value or 'none'
	SM_dropshadow_offx = 5				//drop shadow width
	SM_dropshadow_offy = 5				//drop shadow height



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

    //Mac offset fixes, adjust until sub menus position correctly 
   
	SM_os9_ie5mac_offset_X = 0
	SM_os9_ie5mac_offset_Y = 0

	SM_osx_ie5mac_offset_X = 0
	SM_osx_ie5mac_offset_Y = 0

	SM_ie4mac_offset_X = 0
	SM_ie4mac_offset_Y = 0


    //Netscape 4 resize bug workaround

	SM_nn4_reaload_after_resize = true
	SM_nn4_resize_prompt_user = false
	SM_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

	SM_use_opera_div_detect_fix = true


/*-Exposed menu events--*/

    //Reference additional onload statement here
	//SM_onload_code = "alert('custom function - onload')"
    //The 'X' indicates the index number of the sub menu group or item.

	SM_showmenu_codeX = "status = 'custom show menu function call - menu0'"
	SM_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	SM_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"

/*-Specific Settings-*/

    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group

	SM_border_widthX = 10;
	SM_divider_heightX = 5;		
	SM_border_colorX = "#0000ff";     
	SM_menu_bgcolorX = "#ff0000"
	SM_hl_bgcolorX = "#00ff00"
	SM_hl_textcolorX = "#ff0000"
	SM_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.

	SM_hl_subdescX = "custom highlight text"
	SM_urltargetX = "_new"



/*** Main Menu Rollover Images and Links ****/

    //Main Menu 0 Store
	SM_rollover_image0 = "http://www.difflock.com/images/MENU_store_roll.gif"
	SM_rollover_wh0 = "130,26"
	SM_url0 = "http://www.difflock.com/cgi-bin/wm10/wm10_02606/main/mallfront.cgi";   

    //Main Menu 1 Magazine
	SM_rollover_image1 = "http://www.difflock.com/images/MENU_magazine_roll.gif"
	SM_rollover_wh1 = "130,26"
	SM_url1 = "http://www.difflock.com/welcome.shtml";

    //Main Menu 2 Forum
	SM_rollover_image2 = "http://www.difflock.com/images/MENU_forum_roll.gif"
	SM_rollover_wh2 = "130,26"
	SM_url2 = "http://www.difflock.com/cgi-bin/discus/discus.cgi";   

    //Main Menu 3 classifieds
	SM_rollover_image3 = "http://www.difflock.com/images/MENU_classifieds_roll.gif"
	SM_rollover_wh3 = "130,26"
	SM_url3 = "http://www.difflock.com/cgi-bin/classifieds/classifieds.cgi";   

    //Main Menu 4 Buyersguide
	SM_rollover_image4 = "http://www.difflock.com/images/MENU_buyersguide_roll.gif"
	SM_rollover_wh4 = "130,26"
	SM_url4 = "http://www.difflock.com/buyersguide/index.shtml"; 

    //Main Menu 5 offroad
	SM_rollover_image5 = "http://www.difflock.com/images/MENU_offroad_roll.gif"
	SM_rollover_wh5 = "130,26"
	SM_url5 = "http://www.difflock.com/offroad/index.shtml"; 

    //Main Menu 6 clubs
	SM_rollover_image6 = "http://www.difflock.com/images/MENU_clubs_roll.gif"
	SM_rollover_wh6 = "130,26"
	SM_url6 = "http://www.difflock.com/clubs/index.shtml"; 

    //Main Menu 7 events
	SM_rollover_image7 = "http://www.difflock.com/images/MENU_events_roll.gif"
	SM_rollover_wh7 = "130,26"
	SM_url7 = "http://www.difflock.com/events/index.shtml"; 

    //Main Menu 8 juniors
	SM_rollover_image8 = "http://www.difflock.com/images/MENU_juniors_roll.gif"
	SM_rollover_wh8 = "130,26"
	SM_url8 = "http://www.difflock.com/family/index.shtml"; 

    //Main Menu 9 links
	SM_rollover_image9 = "http://www.difflock.com/images/MENU_links_roll.gif"
	SM_rollover_wh9 = "130,26"
	SM_url9 = "http://www.difflock.com/links/pages"; 

    //Main Menu 10 newsletter
	SM_rollover_image10 = "http://www.difflock.com/images/MENU_newsletter_roll.gif"
	SM_rollover_wh10 = "130,26"
	SM_url10 = "javascript:popUp('http://www.difflock.com/subscribe.shtml')"; 

    //Main Menu 11 tellafriend
	SM_rollover_image11 = "http://www.difflock.com/images/MENU_tellafriend_roll.gif"
	SM_rollover_wh11 = "130,26"
	SM_url11 = "javascript:popUp('http://www.difflock.com/cgi-bin/MTPRO/MTP-Pro.cgi?')"; 

    //Main Menu 12 contact
	SM_rollover_image12 = "http://www.difflock.com/images/MENU_contact_roll.gif"
	SM_rollover_wh12 = "130,26"
	SM_url12 = "http://www.difflock.com/contact.shtml"; 
	
    //Main Menu 13 technical
	SM_rollover_image13 = "http://www.difflock.com/images/MENU_technical_roll.gif"
	SM_rollover_wh13 = "130,26"
	SM_url13 = "http://www.difflock.com/servicing/index.shtml"; 
	
    //Main Menu 14 webmail
	SM_rollover_image14 = "http://www.difflock.com/images/MENU_webmail_roll.gif"
	SM_rollover_wh14 = "130,26"
	SM_url14 = "http://www.difflock4x4.com"; 
	
    //Main Menu 15 advertising
	SM_rollover_image15 = "http://www.difflock.com/images/MENU_advertising_roll.gif"
	SM_rollover_wh15 = "130,26"
	SM_url15 = "http://www.difflock.com/advertising/index.shtml"; 
	
    //Main Menu 16 downloads
	SM_rollover_image16 = "http://www.difflock.com/images/MENU_downloads_roll.gif"
	SM_rollover_wh16 = "130,26"
	SM_url16 = "http://www.difflock.com/downloads/index.shtml"; 
	
    //Main Menu 17 sitemap
	SM_rollover_image17 = "http://www.difflock.com/images/MENU_sitemap_roll.gif"
	SM_rollover_wh17 = "130,26"
	SM_url17 = "http://www.difflock.com/sitemap/index.shtml"; 




/*** Sub Menu Structure and Text ***/

    //Sub Menu 0 STORE

/////MAIN MENU 0 STORES

	SM_sub_xy0 = "0,0"
	SM_sub_menu_width0 = 310

	SM_subtext0_0 = "Difflock Tools, Servicing & Workshop Equipment"
	SM_subtext0_1 = "Land Rover Enthusiast Bookshop"
	SM_subtext0_2 = "Matt Savage Land Rover Parts & Accessories"	
	SM_subtext0_3 = "Motor Books Direct"	
	SM_subtext0_4 = "David Bowyer's Goodwinch"		
	SM_subtext0_5 = "Powerplus Fuel Conditioner"	
	SM_subtext0_6 = "MORE TO COME!"
	SM_subtext0_7 = "Sell YOUR products here!"	

	SM_icon_index0_0 = 0
	SM_icon_index0_1 = 0
	SM_icon_index0_2 = 0
	SM_icon_index0_3 = 0
	SM_icon_index0_4 = 0
	SM_icon_index0_5 = 0
	SM_icon_index0_6 = 0
	SM_icon_index0_7 = 0

	SM_2nd_icon_index0_0 = 0
	SM_2nd_icon_index0_1 = 0
	SM_2nd_icon_index0_2 = 0
	SM_2nd_icon_index0_3 = 0
	SM_2nd_icon_index0_4 = 0
	SM_2nd_icon_index0_5 = 0

	SM_url0_0 = storefront+"in_store=5001"
	SM_url0_1 = storefront+"in_store=5006"
	SM_url0_2 = storefront+"in_store=5007"
	SM_url0_3 = storefront+"in_store=5003"
	SM_url0_4 = storefront+"in_store=5005"
	SM_url0_5 = storefront+"in_store=5008"
	SM_url0_6 = "#"
	SM_url0_7 = "javascript:popUp3('http://www.difflock.com/store/sell-your-products.html')"



    //Sub Menu 0_0 DIFFLOCK TOOLS (5001)

	SM_sub_xy0_0 = "-3,2"
	SM_sub_menu_width0_0 = 230

	SM_subtext0_0_0 = "NEW PRODUCTS!"
	SM_subtext0_0_1 = "Land Rover Special Tools"
	SM_subtext0_0_2 = "DrainPlug"
	SM_subtext0_0_3 = "OilSafe"
	SM_subtext0_0_4 = "Air Compressors and Accessories"
	SM_subtext0_0_5 = "Battery and Electrical"	
	SM_subtext0_0_6 = "Brake and Clutch"	
	SM_subtext0_0_7 = "Chassis and Bodywork"	
	SM_subtext0_0_8 = "Cooling System"	
	SM_subtext0_0_9 = "Difflock Clothing and Accessories"	
	SM_subtext0_0_10 = "Engine Servicing and Repair"	
	SM_subtext0_0_11 = "Front and Rear Axles"	
	SM_subtext0_0_12 = "Fuel System and Engine Tuning"	
	SM_subtext0_0_13 = "Gearbox and Propellor Shafts"	
	SM_subtext0_0_14 = "Jacking Lifting and Support"	
	SM_subtext0_0_15 = "Oils and Fluids"	
	SM_subtext0_0_16 = "Power Tools"	
	SM_subtext0_0_17 = "Safety Equipment"	
	SM_subtext0_0_18 = "Socketry Wrenches and Hand Tools"	
	SM_subtext0_0_19 = "Steering and Suspension"	
	SM_subtext0_0_20 = "Test and Measurement"	
	SM_subtext0_0_21 = "Welding Equipment and Accessories"
	SM_subtext0_0_22 = "Wheels and Tyres"	
	SM_subtext0_0_23 = "Catalogues"	

	SM_icon_index0_0_0 = 0
	SM_icon_index0_0_1 = 0
	SM_icon_index0_0_2 = 0
	SM_icon_index0_0_3 = 0
	SM_icon_index0_0_4 = 0
	SM_icon_index0_0_5 = 0
	SM_icon_index0_0_6 = 0
	SM_icon_index0_0_7 = 0
	SM_icon_index0_0_8 = 0
	SM_icon_index0_0_9 = 0
	SM_icon_index0_0_10 = 0
	SM_icon_index0_0_11 = 0
	SM_icon_index0_0_12 = 0
	SM_icon_index0_0_13 = 0
	SM_icon_index0_0_14 = 0
	SM_icon_index0_0_15 = 0
	SM_icon_index0_0_16 = 0
	SM_icon_index0_0_17 = 0
	SM_icon_index0_0_18 = 0
	SM_icon_index0_0_19 = 0
	SM_icon_index0_0_20 = 0
	SM_icon_index0_0_21 = 0
	SM_icon_index0_0_22 = 0
	SM_icon_index0_0_23 = 0
	
	SM_url0_0_0 = storesearch+"in_store=5001&KEYWORDS=new+products&srch=all"
	SM_url0_0_1 = storesearch+"in_store=5001&KEYWORDS=special+tools&srch=all"
	SM_url0_0_2 = storesearch+"in_store=5001&KEYWORDS=Drainplug&srch=all"
	SM_url0_0_3 = storesearch+"in_store=5001&KEYWORDS=OilSafe&srch=all"
	SM_url0_0_4 = storesearch+"in_store=5001&KEYWORDS=Air+Compressors+Accessories&srch=all"
	SM_url0_0_5 = storesearch+"in_store=5001&KEYWORDS=Battery+Electrical&srch=all"
	SM_url0_0_6 = storesearch+"in_store=5001&KEYWORDS=Brake+Clutch&srch=all"
	SM_url0_0_7 = storesearch+"in_store=5001&KEYWORDS=Chassis+Bodywork&srch=all"
	SM_url0_0_8 = storesearch+"in_store=5001&KEYWORDS=Cooling+System&srch=all"
	SM_url0_0_9 = storesearch+"in_store=5001&KEYWORDS=Difflock+Clothing+Accessories&srch=all"
	SM_url0_0_10 = storesearch+"in_store=5001&KEYWORDS=Engine+Servicing+Repair&srch=all"
	SM_url0_0_11 = storesearch+"in_store=5001&KEYWORDS=Front+Rear+Axles&srch=all"
	SM_url0_0_12 = storesearch+"in_store=5001&KEYWORDS=Fuel+System+Engine+Tuning&srch=all"
	SM_url0_0_13 = storesearch+"in_store=5001&KEYWORDS=Gearbox+Propellor+Shafts&srch=all"
	SM_url0_0_14 = storesearch+"in_store=5001&KEYWORDS=Jacking+Lifting+Support&srch=all"
	SM_url0_0_15 = storesearch+"in_store=5001&KEYWORDS=Oils+Fluids&srch=all"
	SM_url0_0_16 = storesearch+"in_store=5001&KEYWORDS=Power+Tools&srch=all"
	SM_url0_0_17 = storesearch+"in_store=5001&KEYWORDS=Safety+Equipment&srch=all"
	SM_url0_0_18 = storesearch+"in_store=5001&KEYWORDS=Socketry+Wrenches+Hand+Tools&srch=all"
	SM_url0_0_19 = storesearch+"in_store=5001&KEYWORDS=Steering+Suspension&srch=all"
	SM_url0_0_20 = storesearch+"in_store=5001&KEYWORDS=Test+Measurement&srch=all"
	SM_url0_0_21 = storesearch+"in_store=5001&KEYWORDS=Welding+Equipment+Accessories&srch=all"
	SM_url0_0_22 = storesearch+"in_store=5001&KEYWORDS=Wheels+Tyres&srch=all"
	SM_url0_0_23 = storesearch+"in_store=5001&KEYWORDS=catalogues&srch=all"
    


    //Sub Menu 0_1 LAND ROVER ENTHUSIAST BOOKSHOP (5006)

	SM_sub_xy0_1 = "-3,2"
	SM_sub_menu_width0_1 = 150

	SM_subtext0_1_0 = "LRE Subscriptions"
	SM_subtext0_1_1 = "Workshop Manuals"
	SM_subtext0_1_2 = "Parts Catalogues"	
	SM_subtext0_1_3 = "Owners Handbooks"	
	SM_subtext0_1_4 = "Reference Books"	
	SM_subtext0_1_5 = "DVDs and Videos"	
	SM_subtext0_1_6 = "Land Rover Coffee"	
	SM_subtext0_1_7 = "Gift Cards"	
	SM_subtext0_1_8 = "LRE Merchandise"	

	SM_icon_index0_1_0 = 0
	SM_icon_index0_1_1 = 0
	SM_icon_index0_1_2 = 0
	SM_icon_index0_1_3 = 0
	SM_icon_index0_1_4 = 0
	SM_icon_index0_1_5 = 0
	SM_icon_index0_1_6 = 0
	SM_icon_index0_1_7 = 0
	SM_icon_index0_1_8 = 0

	
	SM_url0_1_0 = storecat+"cust_cat=Subscriptions&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_1 = storecat+"cust_cat=Workshop+Manuals&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_2 = storecat+"cust_cat=Parts+Catalogues&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_3 = storecat+"cust_cat=Owners+Handbooks&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_4 = storecat+"cust_cat=Reference+Books&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_5 = storecat+"cust_cat=DVDs+and+Videos&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_6 = storecat+"cust_cat=Land+Rover+Coffee&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_7 = storecat+"cust_cat=gift+cards&in_store=5006&setup_value=1&cust_cat_index=1"
	SM_url0_1_8 = storecat+"cust_cat=LRE+Merchandise&in_store=5006&setup_value=1&cust_cat_index=1"
	
	//Sub Menu 0_2 MATT SAVAGE LAND ROVER PARTS (5007)

	SM_sub_xy0_2 = "-3,2"
	SM_sub_menu_width0_2 = 170

	SM_subtext0_2_0 = "Chris Scott Books & DVDs"
	SM_subtext0_2_1 = "12 volt Compressors"
	SM_subtext0_2_2 = "Hi-Lift Jacks"
	SM_subtext0_2_3 = "Intercoolers"	
	SM_subtext0_2_4 = "Jerry Cans"	
	SM_subtext0_2_5 = "KC Hilites"	
	SM_subtext0_2_6 = "Off Road Equipment"	
	SM_subtext0_2_7 = "Raised Air Intakes"	
	SM_subtext0_2_8 = "Vehicle Equipment"	

	SM_icon_index0_2_0 = 0
	SM_icon_index0_2_1 = 0
	SM_icon_index0_2_2 = 0
	SM_icon_index0_2_3 = 0
	SM_icon_index0_2_4 = 0
	SM_icon_index0_2_5 = 0
	SM_icon_index0_2_6 = 0
	SM_icon_index0_2_7 = 0
	SM_icon_index0_2_8 = 0

	
	SM_url0_2_0 = storecat+"in_store=5007&cust_cat=Chris+Scott+Books+and+DVDs&setup_value=1"
	SM_url0_2_1 = storecat+"in_store=5007&cust_cat=Compressors+12volt&setup_value=1"
	SM_url0_2_2 = storecat+"in_store=5007&cust_cat=Hi-Lift+Jacks&setup_value=1"
	SM_url0_2_3 = storecat+"in_store=5007&cust_cat=Intercoolers&setup_value=1"
	SM_url0_2_4 = storecat+"in_store=5007&cust_cat=Jerry+Cans&setup_value=1"
	SM_url0_2_5 = storecat+"in_store=5007&cust_cat=KC+HiLites&setup_value=1"
	SM_url0_2_6 = storecat+"in_store=5007&cust_cat=Off+Road+Equipment&setup_value=1"
	SM_url0_2_7 = storecat+"in_store=5007&cust_cat=Raised+Air+Intakes&setup_value=1"
	SM_url0_2_8 = storecat+"in_store=5007&cust_cat=Vehicle+Equipment&setup_value=1"
	
	//Sub Menu 0_3 MOTOR BOOKS DIRECT (5003)

	SM_sub_xy0_3 = "-3,2"
	SM_sub_menu_width0_3 = 270

	SM_subtext0_3_0 = "Car Manuals - British"
	SM_subtext0_3_1 = "Car Manuals - American"
	SM_subtext0_3_2 = "Car Manuals - Australian"
	SM_subtext0_3_3 = "Car Manuals - Japanese"
	SM_subtext0_3_4 = "Car Manuals - French"
	SM_subtext0_3_5 = "Car Manuals - Spanish"
	SM_subtext0_3_6 = "Car Manuals - Swedish"	
	SM_subtext0_3_7 = "Motorbike Manuals"	
	SM_subtext0_3_8 = "Motoring Books"	
	SM_subtext0_3_9 = "Transport - Agricultural"
	SM_subtext0_3_10 = "Transport - Aviation"
	SM_subtext0_3_11 = "Transport - Commercial & Constriuction"
	SM_subtext0_3_12 = "Transport - Cycling"
	SM_subtext0_3_13 = "Transport - Boats & Maritime"
	SM_subtext0_3_14 = "Transport - Military"
	SM_subtext0_3_15 = "Transport - Railways"	
	SM_subtext0_3_16 = "General Interest - Caravans"
	SM_subtext0_3_17 = "General Interest - Computing"
	SM_subtext0_3_18 = "General Interest - Home & DIY"
	SM_subtext0_3_19 = "General Interest - Models & Model Making"
	SM_subtext0_3_20 = "General Interest - Miscellaneous"
	SM_subtext0_3_21 = "General Interest - Non-English"	
	SM_subtext0_3_22 = "Video, DVD & CD"	
	
	SM_icon_index0_3_0 = 0
	SM_icon_index0_3_1 = 0
	SM_icon_index0_3_2 = 0
	SM_icon_index0_3_3 = 0
	SM_icon_index0_3_4 = 0
	SM_icon_index0_3_5 = 0	
	SM_icon_index0_3_6 = 0	
	SM_icon_index0_3_7 = 0	
	SM_icon_index0_3_8 = 0	
	SM_icon_index0_3_9 = 0	
	SM_icon_index0_3_10 = 0	
	SM_icon_index0_3_11 = 0	
	SM_icon_index0_3_12 = 0	
	SM_icon_index0_3_13 = 0	
	SM_icon_index0_3_14 = 0	
	SM_icon_index0_3_15 = 0	
	SM_icon_index0_3_16 = 0	
	SM_icon_index0_3_17 = 0	
	SM_icon_index0_3_18 = 0	
	SM_icon_index0_3_19 = 0	
	SM_icon_index0_3_20 = 0	
	SM_icon_index0_3_21 = 0	
	SM_icon_index0_3_22 = 0	

	
	SM_url0_3_0 = storecat+"in_store=5003&cust_cat=CAR+MANUALS@@@BRITISH&setup_value=1"
	SM_url0_3_1 = storecat+"in_store=5003&cust_cat=CAR+MANUALS@@@AMERICAN&setup_value=1"
	SM_url0_3_2 = storecat+"in_store=5003&cust_cat=CAR+MANUALS@@@AUSTRALIAN&setup_value=1"
	SM_url0_3_3 = storecat+"in_store=5003&cust_cat=CAR+MANUALS@@@JAPANESE&setup_value=1"
	SM_url0_3_4 = storecat+"in_store=5003&cust_cat=CAR+MANUALS@@@FRENCH&setup_value=1"
	SM_url0_3_5 = storecat+"in_store=5003&cust_cat=CAR+MANUALS@@@SPANISH&setup_value=1"
	SM_url0_3_6 = storecat+"in_store=5003&cust_cat=CAR+MANUALS@@@SWEDISH&setup_value=1"
	SM_url0_3_7 = storecat+"in_store=5003&cust_cat=MOTORBIKE+MANUALS&setup_value=1"
	SM_url0_3_8 = storecat+"in_store=5003&cust_cat=MOTORING+BOOKS&setup_value=1"
	SM_url0_3_9 = storecat+"in_store=5003&cust_cat=OTHER+TRANSPORT@@@Agricultural&setup_value=1"
	SM_url0_3_10 = storecat+"in_store=5003&cust_cat=OTHER+TRANSPORT@@@Aviation&setup_value=1"
	SM_url0_3_11 = storecat+"in_store=5003&cust_cat=OTHER+TRANSPORT@@@Commercial+and+Construction&setup_value=1"
	SM_url0_3_12 = storecat+"in_store=5003&cust_cat=OTHER+TRANSPORT@@@Cycling&setup_value=1"
	SM_url0_3_13 = storecat+"in_store=5003&cust_cat=OTHER+TRANSPORT@@@Maritime&setup_value=1"
	SM_url0_3_14 = storecat+"in_store=5003&cust_cat=OTHER+TRANSPORT@@@Military&setup_value=1"
	SM_url0_3_15 = storecat+"in_store=5003&cust_cat=OTHER+TRANSPORT@@@Railways&setup_value=1"
	SM_url0_3_16 = storecat+"in_store=5003&cust_cat=GENERAL+INTEREST@@@Caravans+and+Camping&setup_value=1"
	SM_url0_3_17 = storecat+"in_store=5003&cust_cat=GENERAL+INTEREST@@@Computing&setup_value=1"
	SM_url0_3_18 = storecat+"in_store=5003&cust_cat=GENERAL+INTEREST@@@Home+and+DIY&setup_value=1"
	SM_url0_3_19 = storecat+"in_store=5003&cust_cat=GENERAL+INTEREST@@@Models+and+Model+Making&setup_value=1"
	SM_url0_3_20 = storecat+"in_store=5003&cust_cat=GENERAL+INTEREST@@@Miscellaneous&setup_value=1"
	SM_url0_3_21 = storecat+"in_store=5003&cust_cat=GENERAL+INTEREST@@@Non+English&setup_value=1"
	SM_url0_3_22 = storecat+"in_store=5003&cust_cat=VIDEO+DVD+and+CD&setup_value=1"


	//Sub Menu 0_4 DAVID BOWYER GOODWINCH

	SM_sub_xy0_4 = "-3,2"
	SM_sub_menu_width0_4 = 250

	SM_subtext0_4_0 = "WINCHES - Electrical Heavy Duty"
	SM_subtext0_4_1 = "WINCHES - Electrical Small"
	SM_subtext0_4_2 = "WINCHES - Hand Operated"
	SM_subtext0_4_3 = "WINCHES - Portable"	
	SM_subtext0_4_4 = "Winching Accessories"	
	SM_subtext0_4_5 = "Bowmotors and Winch Parts"	
	SM_subtext0_4_6 = "Bumpers and Bars"	
	SM_subtext0_4_7 = "Differentials - Locking"	
	SM_subtext0_4_8 = "Ropes - Towing, Recovery & Winching"	
	SM_subtext0_4_9 = "Waffles - Bridging Ladders"	

	SM_icon_index0_4_0 = 0
	SM_icon_index0_4_1 = 0
	SM_icon_index0_4_2 = 0
	SM_icon_index0_4_3 = 0
	SM_icon_index0_4_4 = 0
	SM_icon_index0_4_5 = 0
	SM_icon_index0_4_6 = 0
	SM_icon_index0_4_7 = 0
	SM_icon_index0_4_8 = 0
	SM_icon_index0_4_9 = 0

	
	SM_url0_4_0 = storecat+"cust_cat=WINCHES+-+Electric+Heavy+Duty&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_1 = storecat+"cust_cat=WINCHES+-+Electric+Small&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_2 = storecat+"cust_cat=WINCHES+-+Hand+Operated&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_3 = storecat+"cust_cat=WINCHES+-+Portable&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_4 = storecat+"cust_cat=WINCHING+ACCESSORIES&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_5 = storecat+"cust_cat=BOWMOTORS+and+Winch+Parts&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_6 = storecat+"cust_cat=BUMPERS+and+BARS&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_7 = storecat+"cust_cat=DIFFERENTIALS+-+Locking&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_8 = storecat+"cust_cat=ROPES+-+Towing+and+Recovery&in_store=5005&setup_value=1&cust_cat_index=1"
	SM_url0_4_9 = storecat+"cust_cat=WAFFLES+-+Sand+and+Bridging+Ladders&in_store=5005&setup_value=1&cust_cat_index=1"


	//Sub Menu 0_5 POWERPLUS (5008)

	SM_sub_xy0_5 = "-3,2"
	SM_sub_menu_width0_5 = 170

	SM_subtext0_5_0 = "D240 Fuel Conditioner"
	SM_subtext0_5_1 = "D340 Fuel Conditioner"
	SM_subtext0_5_2 = "LC440 Fuel Conditioner"

	SM_icon_index0_5_0 = 0
	SM_icon_index0_5_1 = 0
	SM_icon_index0_5_2 = 0

	SM_url0_5_0 = storecat+"in_store=5008&cust_cat=Powerplus&item_id=D240&final_pick=y&setup_value=1&pick_flag=y&clean_up=n"
	SM_url0_5_1 = storecat+"in_store=5008&cust_cat=Powerplus&item_id=D340&final_pick=y&setup_value=1&pick_flag=y&clean_up=n"
	SM_url0_5_2 = storecat+"in_store=5008&cust_cat=Powerplus&item_id=LC440&final_pick=y&setup_value=1&pick_flag=y&clean_up=n"




    //Sub Menu 1 MAGAZINE

	SM_sub_xy1 = "0,0"
	SM_sub_menu_width1 = 150

	SM_subtext1_0 = "Latest Issue and News"
	SM_subtext1_1 = "Archives"


	SM_icon_index1_0 = 0
	SM_icon_index1_1 = 0

	
	SM_url1_0 = "http://www.difflock.com/welcome.shtml"
	SM_url1_1 = "http://www.difflock.com/diffmag/archive1.shtml"


    //Sub Menu 2 FORUM

	SM_sub_xy2 = "0,0"
	SM_sub_menu_width2 = 150

	SM_subtext2_0 = "Visit the Forum" 
	SM_subtext2_1 = "Register"
	SM_subtext2_2 = "Search the Forum"
	
	SM_icon_index2_0 = 0
	SM_icon_index2_1 = 0
	SM_icon_index2_2 = 0
	
	SM_url2_0 = "http://www.difflock.com/cgi-bin/discus/discus.cgi"
	SM_url2_1 = "http://www.difflock.com/cgi-bin/discus/board-profile.cgi?action=register"
	SM_url2_2 = "http://www.difflock.com/cgi-bin/discus/search.cgi"


    //Sub Menu 3 CLASSIFIEDS

	SM_sub_xy3 = "0,0"
	SM_sub_menu_width3 = 170

	SM_subtext3_0 = "How to use the Classifieds"
	SM_subtext3_1 = "View Ads"
	SM_subtext3_2 = "Search Ads"
	SM_subtext3_3 = "Place an Ad"
	SM_subtext3_4 = "Update Your Ad"

	SM_icon_index3_0 = 0
	SM_icon_index3_1 = 0
	SM_icon_index3_2 = 0
	SM_icon_index3_3 = 0
	SM_icon_index3_4 = 0

	SM_url3_0 = "http://www.difflock.com/classifieds.shtml"
	SM_url3_1 = "http://www.difflock.com/cgi-bin/classifieds/classifieds.cgi"
	SM_url3_2 = "http://www.difflock.com/cgi-bin/classifieds/classifieds.cgi?session_key=&view_database_button=on"
	SM_url3_3 = "http://www.difflock.com/cgi-bin/classifieds/classifieds.cgi?session_key=&place_ad=on"
	SM_url3_4 = "http://www.difflock.com/cgi-bin/classifieds/classifieds.cgi?session_key=&edit_ad=on"


    //Sub Menu 4 BUYERS GUIDE

	SM_sub_xy4 = "0,0"
	SM_sub_menu_width4 = 150

	SM_subtext4_0 = "Tools & Workshop"
	SM_subtext4_1 = "New Products"
	SM_subtext4_2 = "New 4x4s"
	SM_subtext4_3 = "Past Masters"
	SM_subtext4_4 = "On The Horizon"
	SM_subtext4_5 = "Quad Bikes"
	SM_subtext4_6 = "LPG"
	SM_subtext4_7 = "4star Leaded Petrol"
	SM_subtext4_8 = "Insurance"
	SM_subtext4_9 = "Importing"
	SM_subtext4_10 = "Check The History"
	SM_subtext4_11 = "Finance"

	SM_icon_index4_0 = 0
	SM_icon_index4_1 = 0
	SM_icon_index4_2 = 0
	SM_icon_index4_3 = 0
	SM_icon_index4_4 = 0
	SM_icon_index4_5 = 0
	SM_icon_index4_6 = 0
	SM_icon_index4_7 = 0
	SM_icon_index4_8 = 0
	SM_icon_index4_9 = 0
	SM_icon_index4_10 = 0
	SM_icon_index4_11 = 0

	SM_url4_0 = "http://www.difflock.com/buyersguide/tools/index.shtml"
	SM_url4_1 = "http://www.difflock.com/buyersguide/newproducts/index.shtml"
	SM_url4_2 = "http://www.difflock.com/buyersguide/newcars/index.shtml"
	SM_url4_3 = "http://www.difflock.com/buyersguide/pastmasters/index.shtml"
	SM_url4_4 = "http://www.difflock.com/buyersguide/onthehorizon/index.shtml"
	SM_url4_5 = "http://www.difflock.com/buyersguide/quads/index.shtml"
	SM_url4_6 = "http://www.difflock.com/lpg/index.shtml"
	SM_url4_7 = "http://www.difflock.com/buyersguide/4star.shtml"
	SM_url4_8 = "http://www.difflock.com/buyersguide/insurance.shtml"
	SM_url4_9 = "http://www.difflock.com/buyersguide/importing.shtml"
	SM_url4_10 = "http://www.difflock.com/buyersguide/checkhistory.shtml"
	SM_url4_11 = "http://www.difflock.com/buyersguide/finance.shtml"



    //Sub Menu 5 OFF ROAD

	SM_sub_xy5 = "0,0"
	SM_sub_menu_width5 = 150

	SM_subtext5_0 = "4x4 Glossary"
	SM_subtext5_1 = "4x4 Explained"
	SM_subtext5_2 = "Driving Off-Road"
	SM_subtext5_3 = "Green Lanes"
	SM_subtext5_4 = "Expeditions"
	SM_subtext5_5 = "Maps"
	SM_subtext5_6 = "GPS"

	SM_icon_index5_0 = 0
	SM_icon_index5_1 = 0
	SM_icon_index5_2 = 0
	SM_icon_index5_3 = 0
	SM_icon_index5_4 = 0
	SM_icon_index5_5 = 0
	SM_icon_index5_6 = 0

	SM_url5_0 = "http://www.difflock.com/offroad/4x4glossary.shtml"
	SM_url5_1 = "http://www.difflock.com/offroad/4x4explained.shtml"
	SM_url5_2 = "http://www.difflock.com/offroad/drivingoffroad.shtml"
	SM_url5_3 = "http://www.difflock.com/offroad/greenlanes.shtml"
	SM_url5_4 = "http://www.difflock.com/offroad/expeditions/index.shtml"
	SM_url5_5 = "http://www.difflock.com/offroad/maps_gps.shtml"
	SM_url5_6 = "http://www.difflock.com/offroad/maps_gps.shtml"


    //Sub Menu 6 CLUBS

	SM_sub_xy6 = "0,0"
	SM_sub_menu_width6 = 150

	SM_subtext6_0 = "Clubs"

	SM_icon_index6_0 = 0

	SM_url6_0 = "http://www.difflock.com/clubs/index.shtml"



    //Sub Menu 7 EVENTS

	SM_sub_xy7 = "0,0"
	SM_sub_menu_width7 = 150

	SM_subtext7_0 = "Events Calendar"
	SM_subtext7_1 = "Add your Event"

	SM_icon_index7_0 = 0
	SM_icon_index7_1 = 0

	SM_url7_0 = "http://www.difflock.com/events/index.shtml"
	SM_url7_1 = "http://www.difflock.com/cgi-bin/4x4calendar/calendar.pl?calendar=default&template=login.html"


    //Sub Menu 8 JUNIORS

	SM_sub_xy8 = "0,0"
	SM_sub_menu_width8 = 150

	SM_subtext8_0 = "Family & Juniors"
	SM_subtext8_1 = "4x4 Video Games"
	SM_subtext8_2 = "Kid Pix Gallery"
	SM_subtext8_3 = "Rebel Replicas"

	SM_icon_index8_0 = 0
	SM_icon_index8_1 = 0
	SM_icon_index8_2 = 0
	SM_icon_index8_3 = 0

	SM_url8_0 = "http://www.difflock.com/family/index.shtml"
	SM_url8_1 = "http://www.difflock.com/family/videogames/index.shtml"
	SM_url8_2 = "http://www.difflock.com/family/kidsgallery/index.shtml"
	SM_url8_3 = "http://www.difflock.com/family/rebelreplicas/index.shtml"



    //Sub Menu 9 LINKS

	SM_sub_xy9 = "0,0"
	SM_sub_menu_width9 = 150

	SM_subtext9_0 = "4x4 Internet Links"
	SM_subtext9_1 = "Add Your Site"
	SM_subtext9_2 = "Search The Links"
	SM_subtext9_3 = "Link Your Site to Ours"

	SM_icon_index9_0 = 0
	SM_icon_index9_1 = 0
	SM_icon_index9_2 = 0
	SM_icon_index9_3 = 0

	SM_url9_0 = "http://www.difflock.com/links/pages"
	SM_url9_1 = "http://difflock.com/cgi-bin/links/add.cgi"
	SM_url9_2 = "http://difflock.com/cgi-bin/links/search.cgi"
	SM_url9_3 = "http://www.difflock.com/links/link_logos.shtml"



    //Sub Menu 10 NEWSLETTER

	SM_sub_xy10 = "0,0"
	SM_sub_menu_width10 = 170

	SM_subtext10_0 = "Subscribe to Our Newsletter"

	SM_icon_index10_0 = 0

	SM_url10_0 = "javascript:popUp('http://www.difflock.com/subscribe_popup.html')"



    //Sub Menu 11 TELL A FRIEND

	SM_sub_xy11 = "0,0"
	SM_sub_menu_width11 = 150

	SM_subtext11_0 = "Email This Page"

	SM_icon_index11_0 = 0

	SM_url11_0 = "javascript:popUp('http://www.difflock.com/cgi-bin/MTPRO/MTP-Pro.cgi?')"



    //Sub Menu 12 CONTACT

	SM_sub_xy12 = "0,0"
	SM_sub_menu_width12 = 150

	SM_subtext12_0 = "Contact Us"
	SM_subtext12_1 = "About Us"
	SM_subtext12_2 = "Technical Advice"

	SM_icon_index12_0 = 0
	SM_icon_index12_1 = 0
	SM_icon_index12_2 = 0

	SM_url12_0 = "http://www.difflock.com/contact.shtml"
	SM_url12_1 = "http://www.difflock.com/aboutus.shtml"
	SM_url12_2 = "http://www.difflock.com/cgi-bin/discus/discus.cgi"
	


    //Sub Menu 13 TECHNICAL GUIDES

	SM_sub_xy13 = "0,0"
	SM_sub_menu_width13 = 150

	SM_subtext13_0 = "Servicing Features"
	SM_subtext13_1 = "PDF Data Sheets"

	SM_icon_index13_0 = 0
	SM_icon_index13_1 = 0

	SM_url13_0 = "http://www.difflock.com/servicing/index.shtml"
	SM_url13_1 = "http://www.difflock.com/servicing/index.shtml"



    //Sub Menu 14 WEBMAIL

	SM_sub_xy14 = "0,0"
	SM_sub_menu_width14 = 150

	SM_subtext14_0 = "4x4 Web Mail"
	SM_subtext14_1 = "Existing Users: LOGIN"
	SM_subtext14_2 = "New Users: SIGNUP"


	SM_icon_index14_0 = 0
	SM_icon_index14_1 = 0
	SM_icon_index14_2 = 0


	SM_url14_0 = "http://www.difflock4x4.com"
	SM_url14_1 = "http://www.difflock4x4.com/cgi-bin/webumake/umm.cgi"
	SM_url14_2 = "http://www.difflock4x4.com/cgi-bin/webumake/umm.cgi?page=signup"




    //Sub Menu 15 ADVERTISING

	SM_sub_xy15 = "0,0"
	SM_sub_menu_width15 = 180

	SM_subtext15_0 = "Advertise with us"
	SM_subtext15_1 = "See our Magazine Adverts"


	SM_icon_index15_0 = 0
	SM_icon_index15_1 = 0


	SM_url15_0 = "http://www.difflock.com/advertising/index.shtml"
	SM_url15_1 = "http://www.difflock.com/advertising/magazine-adverts.shtml"




    //Sub Menu 16 DOWNLOADS

	SM_sub_xy16 = "0,0"
	SM_sub_menu_width12 = 150

	SM_subtext16_0 = "Desktop PIctures"

	SM_icon_index16_0 = 0

	SM_url16_0 = "http://www.difflock.com/downloads/index.shtml"



    //Sub Menu 17 SITEMAP

	SM_sub_xy17 = "0,0"
	SM_sub_menu_width17 = 150

	SM_subtext17_0 = "Difflock.com Site Map"

	SM_icon_index17_0 = 0

	SM_url17_0 = "http://www.difflock.com/sitemap/index.shtml"




