//UDMv3.4.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	0.2;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	130; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#808040";	// main nav cell color
var rCOLOR = 	"#BBC78B";	// main nav cell rollover color
var bSIZE = 0;		// main nav border size
var bCOLOR = 	"#ffffff"	// main nav border color
var aLINK = 	"#Ffffff";	// main nav link color
var aHOVER = 	"#ffffff";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"normal"		// main nav font weight
var tINDENT = 	3;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#Ffffff";	// submenu cell color

var srCOLOR = 	"#f4f4ed";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#A5947A"	// submenu border color
var saLINK = 	"#A5947A";	// submenu link color
var saHOVER = 	"#666666";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial";// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#DFE9F2";	// submenu drop shadow color
var shOPACITY = 93;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = true;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************




// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("http://www.stretchnow.co.uk/products/yoga_videos.htm","Pilates & Fitness",118,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(180,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

	// add submenu link items ("url","Link name","_target","alt text")
			
		
		addSubmenuItem("http://www.stretchnow.co.uk/products/pilates_videos.htm","Pilates DVDs & Videos","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/stott_pilates_home_express.htm","Stott Pilates Home DVDs     >>","","");
		
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pilates_home_express.htm","Pilates Express DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_matwork.htm","Pilates Matwork DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_stability_ball.htm","Swiss Ball DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stottpilates_golf.html","Pilates for Golf DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_flex_band.htm","Flex Band DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_fitness_circle.htm","Fitness Circle DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_toning_ball.htm","Tone Ball DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_weight_loss.htm","Weight Loss DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/men.htm","Pilates for Men DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_pilates_yoga.htm","Pilates Infused Yoga DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_prenatal.htm","Prenatal DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_back_care.htm","Back Care DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_armchair.htm","Armchair Pilates DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_home_kids.htm","Pilates for Kids DVDs","","");
		
		addSubmenuItem("http://www.stretchnow.co.uk/products/stottpilates_dvds4.htm","Stott Pilates Pro DVDs     >>","","");
		
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_matwork.htm","Pilates Matwork DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_reformer.htm","Pilates Reformer DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_cadillac.htm","Pilates Cadillac DVDs","","");		
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_stability_chair.htm","Stability Chair DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_stabilization.htm","Stabilization DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_barrel.htm","Pilates Barrel DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_bosu.htm","Pilates Bosu DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_foam_roller.htm","Foam Roller DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_toning_ball.htm","Tone Ball DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/stott_pro_rehab.htm","Rehab DVDs","","");
				
		addSubmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm","Pilates Equipment  >>","","");
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#magiccircle","Magic Circle","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#pilatesmat","Pilates Mats","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#bosu","Bosu","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#rotatordiscs","Rotator Discs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#wobbleboard","Wobble Boards","","");	
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#miniball","Pilates Miniballs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#resistancebands","Resistance Bands ","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/pilates_equipment2.htm#foamrollers","Foam Rollers","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/pilates.htm","Pilates Books","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/yogalates_videos.htm","Yoga Pilates Fusion DVDs","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/fitball.htm","Swiss Ball Fitness Ball  >>","","");
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem("http://www.stretchnow.co.uk/products/fitball.htm","Swiss Ball - Australian ","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/fitball3.htm","Swiss Ball - German","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/fitball4.htm","Swiss Ball - Economy","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/fitball_books.htm","Swiss Ball Books","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/fitball_video.htm","Swiss Ball DVDs & Videos","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/medicineballs.htm","Medicine Balls","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/bodybolster.htm#poster","Gym Posters","","");
		addSubmenuItem("http://www.stretchnow.co.uk/gifts/stretch.htm","Stretch","","");
		addSubmenuItem("http://www.stretchnow.co.uk/fitness/men.htm","Mens Fitness","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/weight_loss.htm","Weight Loss","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/bodybolster.htm","Bodybolster","","");
	
	
		addMainItem("http://www.stretchnow.co.uk/products/meditation.htm","Yoga & Meditation",122,"center","","",0,0,"");

defineSubmenuProperties(160,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");
	addSubmenuItem("http://www.stretchnow.co.uk/products/meditation.htm","Meditation  >>","","");
	
	defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem("http://www.stretchnow.co.uk/products/meditation_cd.htm","Meditation CDs & DVDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/meditation_music_cd.html","Meditation Music CDs","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/meditation_books.htm","Meditation Books","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/meditation_props.htm","Meditation Seats & Zafus","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/yoga_videos.htm","Yoga DVDs & Videos","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/yoga_products1.htm","Yoga Mats & Props","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/pregnancy.htm","Pregnancy","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/yoga.htm","Yoga Books","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/yoga_cd.htm","Music for Yoga","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/yoga_children.htm","Kids Yoga","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/yoga_decks.htm","Yoga Decks/ Card Sets","","");										    	addSubmenuItem("http://www.stretchnow.co.uk/products/stress.htm","Relaxation - Stress Relief","","");
		
	addMainItem("http://www.stretchnow.co.uk/gifts/welbeing.htm","Wellbeing",100,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(205,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

	// add submenu link items ("url","Link name","_target","alt text")
			
		addSubmenuItem("http://www.stretchnow.co.uk/environment/airpurifiers_blueair.htm","Blue Air - Air Purifier","","");
		addSubmenuItem("http://www.stretchnow.co.uk/environment/airpurifiers.htm","Air Purifiers - Air Ionisers ","","");	    
		addSubmenuItem("http://www.stretchnow.co.uk/products/dance.htm","Dance","","");
		addSubmenuItem("http://www.stretchnow.co.uk/fitness/powerbreathe_plus.htm","PowerBreathe Plus","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/windchimes.htm","Wind Chimes","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/posture.htm","Posture","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/back_pain.htm","Back Care","","");
		addSubmenuItem("http://www.stretchnow.co.uk/gifts/salt_crystal.htm","Salt Crystal Lamps","","");
		addSubmenuItem("http://www.stretchnow.co.uk/environment/natural_lighting.htm","Full Spectrum Lighting ","","");
		addSubmenuItem("http://www.stretchnow.co.uk/environment/bio_pro_mobilephone_radiation.htm","Mobile Phone Radiation Protection ","","");
		addSubmenuItem("http://www.stretchnow.co.uk/gifts/incense.htm","Incense >>","","");
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/gifts/incense.htm","Indian Incense","","");
	    addChildmenuItem("http://www.stretchnow.co.uk/gifts/incense_japanese.htm","Japanese Incense","","");
		
	addSubmenuItem("http://www.stretchnow.co.uk/gifts/gift_certificate.htm","Gifts >>","","");
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/gifts/gift_certificate.htm","Gift Certificates","","");
	    addChildmenuItem("http://www.stretchnow.co.uk/gifts/corporate_gifts.htm","Corporate Gifts","","")	
		

	addMainItem("http://www.stretchnow.co.uk/exercises/hands.htm","Exercises",134,"center","","",0,0,"");

	defineSubmenuProperties(152,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");


	addSubmenuItem("http://www.stretchnow.co.uk/general_info/request.htm","Register Your Interest","","");
	addSubmenuItem("http://www.stretchnow.co.uk/products/poster1.htm","Office Stretch Poster","","");
	addSubmenuItem("http://www.stretchnow.co.uk/exercises/eyes.htm","Eye Exercises","","");
	addSubmenuItem("http://www.stretchnow.co.uk/exercises/neck.htm","Neck Stretches","","");
	addSubmenuItem("http://www.stretchnow.co.uk/exercises/shoulders.htm","Shoulder Stretches","","");
	addSubmenuItem("http://www.stretchnow.co.uk/exercises/hands.htm","Hand Stretches","","");
	addSubmenuItem("http://www.stretchnow.co.uk/exercises/back.htm","Back Stretches","","");
//ERGONOMICS
	
	
addMainItem("http://www.stretchnow.co.uk/products/rsi_software.htm","Ergonomics",90,"center","","",0,0,"");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(200,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

	// add submenu link items ("url","Link name","_target","alt text")	
		addSubmenuItem("http://www.stretchnow.co.uk/products/hardware.htm","Keyboards / Keypads >>","","");
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/hardware.htm","Ergonomic Keyboards","","");
	    addChildmenuItem("http://www.stretchnow.co.uk/products/keyboards_mini.htm","Mini Keyboards","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/numeric_keypads.htm","Numeric Keypads","","");
		
		
		addSubmenuItem("http://www.stretchnow.co.uk/products/hardware_mouse.htm","Ergonomic Mice & Trackballs >>","","");

		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/hardware_mouse.htm","All Ergonomic Mouse","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/evoluent_mouse.htm","Evoluent Mouse","","");
	    addChildmenuItem("http://www.stretchnow.co.uk/products/nomus.htm","Nomus Mouse","","");
		
		
		addSubmenuItem("http://www.stretchnow.co.uk/products/plantronics_headsets.htm","Plantronics  Headsets   >>","","");
		
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/plantronics_headsets.htm","Office Telephone","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/bluetooth_cordless_mobile_headset.htm","Cordless Headset","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/plantronics_voip_headset.htm","Voip / Computer","","");
		
		addSubmenuItem("http://www.stretchnow.co.uk/moll_young_office_system/kids_ergonomic_desks_chairs.htm","Desks & Chairs for Kids & Teens","","");

		addSubmenuItem("http://www.stretchnow.co.uk/products/ergonomic_kneel sit_chair.htm","Ergonomic Seating  >>","","");
		
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/hag_capisco.html","Hag Capisco Chair","","");
				addChildmenuItem("http://www.stretchnow.co.uk/products/ergonomic_chair.htm","Ergonomic Chairs","","");
				addChildmenuItem("http://www.stretchnow.co.uk/products/ergonomic_kneel sit_chair.htm","Kneeling Chairs","","");
			
		addSubmenuItem("http://www.stretchnow.co.uk/whats_new/electric_desks.htm","Ergonomic Desks","","");
		
		addSubmenuItem("http://www.stretchnow.co.uk/products/ergorest.htm","Wrist Rest >>","","");
		defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/ergorest.htm","Ergorest - Wrist Rest","","");
	    addChildmenuItem("http://www.stretchnow.co.uk/products/mousebean.htm","Mouse Bean","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/wrist_rests.htm","Wrist Rests","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/posturepod.htm","Posturepod","","");
	
		addSubmenuItem("http://www.stretchnow.co.uk/products/screen_filters.htm","Anti-glare >>","","");
			defineChildmenuProperties(165,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.stretchnow.co.uk/products/screen_filters.htm","Screen Filters","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/for_the_eyes.htm","Computer Eye Glasses","","");

		
		addSubmenuItem("http://www.stretchnow.co.uk/products/rsi_software.htm","Stretchbreak Software","","");	    
		addSubmenuItem("http://www.stretchnow.co.uk/products/rsi_books.htm","RSI Books & Videos","","");
		addSubmenuItem("http://www.stretchnow.co.uk/newsletters/links.htm","Ergonomic Newsletter Archive","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/back_supports.htm","Lumbar Support - Back Care","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/laptop_stand.htm","Laptop Stands","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/digital_notepad.htm","Digital Notepads","","");
		
		addSubmenuItem("http://www.stretchnow.co.uk/products/footrests.htm","Footrests","","");
		addSubmenuItem("http://www.stretchnow.co.uk/products/document_holders.htm","Document Holders","","");
	
		//
		addMainItem("http://www.stretchnow.co.uk/general_info/search.htm","Search",80,"center","","",0,0,"");

	addMainItem("http://www.stretchnow.co.uk/general_info/sitemap.htm","Help",80,"center","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(145,"right","right",0,0,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");
	
	addSubmenuItem("http://www.stretchnow.co.uk/index.html","Home Page","","");
	addSubmenuItem("http://www.stretchnow.co.uk/general_info/payments.htm","<< Shopping Cart Info","","");
		
		defineChildmenuProperties(130,"left","left",0,-280,"filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://ww3.aitsafe.com/cf/addmulti.cfm?userid=5924888&return=www.stretchnow.com.au/index.html","View Shopping Cart","","");
		addChildmenuItem("http://www.stretchnow.co.uk/general_info/payments.htm","Payments","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/secure.htm","Secure Shopping","","");
		addChildmenuItem("http://www.stretchnow.co.uk/products/shipping.htm","Shipping Details","","");
		addChildmenuItem("javascript:openWindow('http://www.stretchnow.co.uk/general_info/cc.htm',230,294)","Currency Converter","","");
		addChildmenuItem("http://www.stretchnow.co.uk/general_info/returns.htm","Returns Policy","","");
		
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/background.htm","About Us","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/privacy.htm","Privacy Policy","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/copyright.htm","Terms & Conditions","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/contact_us.htm","Contact Us","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/sitemap.htm","Sitemap","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/search.htm","Search","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/subscribe.htm","Subscribe","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/feedback.htm","Feedback","","");
		addSubmenuItem("http://www.stretchnow.co.uk/newsletters/links.htm","Newsletter Archives","","");
		addSubmenuItem("http://www.stretchnow.co.uk/general_info/links.htm","Links","","");
				
//**DO NOT EDIT THIS *****
}//***********************
//************************
