	var NoOffFirstLineMenus=5;			// Number of first level items
	
	var onmouseover="this.style.cursor='hand'";

	var LowBgColor='#0F649E';			// Background color when mouse is not over

	var LowSubBgColor='white';			// Background color when mouse is not over on subs

	var HighBgColor='#0F649E';			// Background color when mouse is over

	var HighSubBgColor='#0F649E';		// Background color when mouse is over on subs

	var FontLowColor='white';			// Font color when mouse is not over
	
	var FontSubLowColor='black';		// Font color subs when mouse is not over

	var FontHighColor='#FFFFC6';		// Font color when onmouseout="this.style.cursor = 'auto';" is over

	var FontSubHighColor='#ffffff';		// Font color subs when mouse is over

	var BorderColor='black';			// Border color

	var BorderSubColor='black';			// Border color for subs

	var BorderWidth=1;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="arial,verdana,times"		// Font family menu items

	var FontSize=9;				// Font size menu items

	var FontBold=1;				// Bold menu items 1 or 0

	var FontItalic=0;				// Italic menu items 1 or 0

	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'

	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static

	var ChildOverlap=.5;			// horizontal overlap child/ parent

	var ChildVerticalOverlap=.5;	// vertical overlap child/ parent

	var StartTop=110;				// Menu offset x coordinate

	var StartLeft=20;				// Menu offset y coordinate
	
	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=5;				// Left padding

	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0

	var DissapearDelay=1000;			// delay before menu folds in

	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame

	var FirstLineFrame='navig';			// Frame where first level appears

	var SecLineFrame='space';			// Frame where sub levels appear

	var DocTargetFrame='space';			// Frame where target documents appear

	var TargetLoc='';				// span id for relative positioning

	var HideTop=0;				// Hide first level when loading new document 1 or 0

	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0

	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0

	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover

	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

	var ShowArrow=1;				// Uses arrow gifs when 1

	var KeepHilite=1;				// Keep selected path highlighted

	var Arrws=['images/tri.gif',15,14,'images/tridown.gif',14,15,'images/trileft.gif',15,14];	// Arrow source, width and height



function BeforeStart(){return}

function AfterBuild(){return}

function BeforeFirstOpen(){return}

function AfterCloseAll(){return}


// Menu tree

// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"



Menu1=new Array("Home","index.htm","",0,20,120);



Menu2=new Array("Services","#","",7);
	
Menu2_1=new Array("Carpets","services_carpets.htm","",0,20,120);	
	
Menu2_2=new Array("Curtains","services_curtains.htm","",0);
	
Menu2_3=new Array("Upholstery","services_upholstery.htm","",0);
	
Menu2_4=new Array("Builders Cleans","services_builder.htm","",0);
// Menu2_4_1=new Array("New","http://javascript.internet.com/new/","",0,20,120);	
// Menu2_4_2=new Array("DJSpider","http://www.djspider.com","",0);
// Menu2_4_3=new Array("Spider","http://www.djspider.com/","",0);

Menu2_5=new Array("Office Cleaning","services_office.htm","",0);

Menu2_6=new Array("End of Tenancy","services_tenancy.htm","",0);

Menu2_7=new Array("Window Cleaning","services_windows.htm","",0);


Menu3=new Array("FAQ","faq.htm","",0);
	
// Menu3_1=new Array("Find a Group","http://javascript.internet.com","",8,20,120);
		
// Menu3_1_1=new Array("Scotland","http://javascript.internet.com","",0,20,110);
		
// Menu3_1_2=new Array("Northeast","http://javascript.internet.com","",0);
		
// Menu3_1_3=new Array("Northwest","http://javascript.internet.com","",0);
		
// Menu3_1_4=new Array("East","http://javascript.internet.com","",0);
		
// Menu3_1_5=new Array("Midlands","http://javascript.internet.com","",0);
		
// Menu3_1_6=new Array("Southwest","http://javascript.internet.com","",0);
		
// Menu3_1_7=new Array("Central","http://javascript.internet.com","",0);
		
// Menu3_1_8=new Array("Southeast","http://javascript.internet.com","",0);
	
// Menu3_2=new Array("Overseas","http://javascript.internet.com","",0);
	
// Menu3_3=new Array("Interest Groups","http://javascript.internet.com","",0);
	
// Menu3_4=new Array("Members\' Area","http://javascript.internet.com","",0);
	
// Menu3_5=new Array("Media","","",3);
		
// Menu3_5_1=new Array("Magazine","http://javascript.internet.com","",0,20,120);
		
// Menu3_5_2=new Array("Newsletter","http://javascript.internet.com","",0);
		
// Menu3_5_3=new Array("Annual Report","http://javascript.internet.com","",0);



// Menu4=new Array("Prices","prices.htm","",0);

// Menu4_1=new Array("Timetable","http://javascript.internet.com","",0,20,140);
	
// Menu4_2=new Array("Conferences","http://javascript.internet.com","",3);
		
// Menu4_2_1=new Array("York","http://javascript.internet.com","",0,20,110);
		
// Menu4_2_2=new Array("Guildford","http://javascript.internet.com","",0);
		
// Menu4_2_3=new Array("Nottingham","http://javascript.internet.com","",0);
	
// Menu4_3=new Array("Treasure Trail","http://javascript.internet.com","",0);	



Menu4=new Array("About Us","about.htm","",0);
	
// Menu5_1=new Array("Forms","http://javascript.internet.com","",0,20,140);
	
// Menu5_2=new Array("Programme Research","http://javascript.internet.com","",0,30,140);
	
// Menu5_3=new Array("Research Bank","http://javascript.internet.com","",0,20,140);
	
// Menu5_4=new Array("Members\' Area","http://javascript.internet.com","",5);
		
// Menu5_4_1=new Array("Chat","http://javascript.internet.com","",0,20,120);
		
// Menu5_4_2=new Array("Links","http://javascript.internet.com","",0);
		
// Menu5_4_3=new Array("Web Research", "http://javascript.internet.com","",0);
		
// Menu5_4_4=new Array("Group Sites","http://javascript.internet.com","",0);
		
// Menu5_4_5=new Array("NWR Webspace","http://javascript.internet.com","",0);
	
// Menu5_5=new Array("NWR logos","logos.htm","",0);

Menu5=new Array("Contact Us","contact.htm","",0);



// Menu6=new Array("Links","","",2);
	
// Menu6_1=new Array("Webmaster","http://www.webtechuk.com","",0,20,120);
	
// Menu6_2=new Array("RIZE","http://www.rizeevents.com","",0);
	
// Menu6_3=new Array("Mashed","http://www.pimpmytune.com","",0);



	