/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='ffffff';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='blue';			// Background color when mouse is over on subs
	var FontLowColor='navy';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='808080';			// Border color
	var BorderSubColor='808080';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=28;				// Menu offset x coordinate
	var StartLeft=13;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=350;			// 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 highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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"


document.write('<div style="position:absolute;top:12px;left:13px"><img src="images/menutop.jpg"></div>') 

Menu1=new Array("Home","javascript:top.document.location.href='index.htm';","",0,20,128);



Menu2=new Array("In Focus","","",7);
		Menu2_1=new Array("Events","javascript:top.document.location.href='events.htm';","",0,20,200);
		Menu2_2=new Array("Diary","javascript:top.document.location.href='diary.htm';","",0,20,200);
		Menu2_3=new Array("News","javascript:top.document.location.href='news.htm';","",0,20,200);
            Menu2_4=new Array("Forum","javascript:top.document.location.href='forum.htm';","",0,20,200);
            Menu2_5=new Array("Music","javascript:top.document.location.href='music.htm';","",0,20,200);
		Menu2_6=new Array("Art","javascript:top.document.location.href='art.htm';","",0,20,200);
            Menu2_7=new Array("Sports","javascript:top.document.location.href='sports.htm';","",0,20,200);



Menu3=new Array("History","","",3);
	Menu3_1=new Array("Timeline","javascript:top.document.location.href='timeline.htm';","",0,20,150);
	Menu3_2=new Array("Significant Events","javascript:top.document.location.href='se.htm';","",0);
	Menu3_3=new Array("People","javascript:top.document.location.href='people.htm';","",0);

Menu4=new Array("Attractions","","",2);
	Menu4_1=new Array("Jedburgh Area","javascript:top.document.location.href='jedarea.htm';","",0,20,180);
	Menu4_2=new Array("Scottish Borders","javascript:top.document.location.href='borders.htm';","",0);

Menu5=new Array("Accommodation","","",3);
	Menu5_1=new Array("Hotels","javascript:top.document.location.href='hotels.htm';","",0,20,150);
	Menu5_2=new Array("Bed and Breakfast","javascript:top.document.location.href='bandb.htm';","",0);
	Menu5_3=new Array("Tents / Caravans","javascript:top.document.location.href='camping.htm';","",0);


Menu6=new Array("Food and Drink","","",2);

Menu6_1=new Array("Food","","",5,20,150);	
		
	Menu6_1_1=new Array("Restaurants","javascript:top.document.location.href='restaurants.htm';","",0,20,150);
	Menu6_1_2=new Array("Cafe's","javascript:top.document.location.href='cafe.htm';","",0);
	Menu6_1_3=new Array("Pub Grub","javascript:top.document.location.href='pubgrub.htm';","",0);
      Menu6_1_4=new Array("Butchers","javascript:top.document.location.href='butchers.htm';","",0);
	Menu6_1_5=new Array("Bakers","javascript:top.document.location.href='bakers.htm';","",0);

Menu6_2=new Array("Drink","","",5,20,150);	

		
	Menu6_2_1=new Array("Fine Wines","javascript:top.document.location.href='wines.htm';","",0,20,150);
	Menu6_2_2=new Array("Tea Shops","javascript:top.document.location.href='tea.htm';","",0);
	Menu6_2_3=new Array("Public Houses","","",3);
             
             Menu6_2_3_1=new Array("In Jedburgh","javascript:top.document.location.href='pubjed.htm';","",0,20,150);
             Menu6_2_3_2=new Array("The Borders","javascript:top.document.location.href='pubborders.htm';","",0);
             Menu6_2_3_3=new Array("Real Ale","javascript:top.document.location.href='realale.htm';","",0);

      Menu6_2_4=new Array("Brewerys","javascript:top.document.location.href='brewerys.htm';","",0);
	Menu6_2_5=new Array("Distilleries","javascript:top.document.location.href='distillerys.htm';","",0);
            


Menu7=new Array("Area Maps","javascript:top.document.location.href='maps.htm';","",0,20,138);


Menu8=new Array("Jed Directory","","",7);
		Menu8_1=new Array("Retail","javascript:top.document.location.href='retail.htm';","",0,20,200);
		Menu8_2=new Array("Manufacture","javascript:top.document.location.href='manufacture.htm';","",0);
		Menu8_3=new Array("Service","javascript:top.document.location.href='service.htm';","",0);
            Menu8_4=new Array("Accomodation","javascript:top.document.location.href='accomodation.htm';","",0);
            Menu8_5=new Array("Leisure","javascript:top.document.location.href='leisure.htm';","",0);
		Menu8_6=new Array("Clubs","javascript:top.document.location.href='clubs.htm';","",0);
            
Menu8_7=new Array("Associations","","",2);

		
             
             Menu8_7_1=new Array("Professional","javascript:top.document.location.href='professional.htm';","",0,20,150);
             Menu8_7_2=new Array("Charitable","javascript:top.document.location.href='charitable.htm';","",0);

Menu9=new Array("The Galleries","","",5);

		Menu9_1=new Array("Town","javascript:top.document.location.href='gallery_town.htm';","",0,20,128);
		Menu9_2=new Array("Festival","gallery_town.htm","",0);
		Menu9_3=new Array("Sports","gallery_town.htm","",0);
            Menu9_4=new Array("Wildlife","gallery_town.htm","",0);
            Menu9_5=new Array("Surroundings","gallery_town.htm","",0);
		
Menu10=new Array("Sports","","",5);

		Menu10_1=new Array("Rugby","javascript:top.document.location.href='rugby.htm';","",0,20,200);
		Menu10_2=new Array("Athletics","javascript:top.document.location.href='athletics.htm';","",0);
		Menu10_3=new Array("Schools","javascript:top.document.location.href='schools.htm';","",0);
            Menu10_4=new Array("Racquet","javascript:top.document.location.href='racquet.htm';","",0);
            Menu10_5=new Array("Football","javascript:top.document.location.href='footbal.htm';","",0);


Menu11=new Array("Links","","",5);

		Menu11_1=new Array("Tourism","javascript:top.document.location.href='links1.htm';","",0,20,200);
		Menu11_2=new Array("To Us","javascript:top.document.location.href='links2.htm';","",0);
		Menu11_3=new Array("Partners","javascript:top.document.location.href='links3.htm';","",0);
            Menu11_4=new Array("I.T.","javascript:top.document.location.href='links4.htm';","",0);
            Menu11_5=new Array("Credits","javascript:top.document.location.href='links5.htm';","",0);




document.write('<div style="position:absolute;top:260px;left:13px"><img src="images/menubottom.jpg"></div>') 



document.write('<div style="position:absolute;bottom:5px;left:10px"><img src="images/foot.jpg"></div>')



document.write('<div style="position:absolute;bottom:5px;left:10px"><img src="images/footlogo.jpg"></div>')