m3=new makeCM("m3")
m3.frames = 0
   
m3.pxBetween=0
m3.fromLeft=0 
m3.fromTop=226   
m3.rows=1 
m3.menuPlacement="center"
m3.onlineRoot=""
m3.offlineRoot="" 
m3.resizeCheck=1
m3.wait=512
m3.zIndex=0

m3.useBar=0

m3.level[0]=new cm_makeLevel()
m3.level[0].width=172
m3.level[0].height=24
m3.level[0].regClass="clLevel0"
m3.level[0].overClass="clLevel0over"
m3.level[0].borderX=1
m3.level[0].borderY=1
m3.level[0].borderClass="clLevel0border"
m3.level[0].offsetX=-1
m3.level[0].offsetY=-1
m3.level[0].rows=0
m3.level[0].arrow=0
m3.level[0].arrowWidth=0
m3.level[0].arrowHeight=0
m3.level[0].align="bottom"

m3.level[1]=new cm_makeLevel()
m3.level[1].width=148
m3.level[1].height=20
m3.level[1].regClass="clLevel1"
m3.level[1].overClass="clLevel1over"
m3.level[1].borderX=1
m3.level[1].borderY=1
m3.level[1].align="right" 
m3.level[1].offsetX=-6
m3.level[1].offsetY=-6
m3.level[1].borderClass="clLevel1border"

m3.level[2]=new cm_makeLevel()
m3.level[2].width=148
m3.level[2].height=20
m3.level[2].regClass="clLevel2"
m3.level[2].overClass="clLevel2over"
m3.level[2].borderX=1
m3.level[2].borderY=1
m3.level[2].align="right" 
m3.level[2].offsetX=0
m3.level[2].offsetY=0
m3.level[2].borderClass="clLevel2border"

m3.makeMenu('top0','','Home','index.htm','','72')

m3.makeMenu('top1','','Cottage #1','c1.html','','132')
	m3.makeMenu('sub10','top1','Description','c1desc.html')
	m3.makeMenu('sub11','top1','Tour','c1si.html')
	m3.makeMenu('sub12','top1','Directions','dir.html')
	m3.makeMenu('sub13','top1','Special Breaks','specwin.html')
	m3.makeMenu('sub14','top1','Order Food','foodorder.htm')
	m3.makeMenu('sub15','top1','Availability','avail1.htm')
	m3.makeMenu('sub16','top1','Prices','price1.htm')
	m3.makeMenu('sub17','top1','Booking','form1.html')
	
m3.makeMenu('top2','','Cottage #2','c2.html','','134')
	m3.makeMenu('sub20','top2','Description','c2desc.html')
	m3.makeMenu('sub21','top2','Tour','c2si.html')
	m3.makeMenu('sub22','top2','Directions','dir.html')
	m3.makeMenu('sub23','top2','Special Breaks','specwin.html')
	m3.makeMenu('sub24','top2','Order Food','foodorder.htm')
	m3.makeMenu('sub25','top2','Availability','avail2.htm')	
	m3.makeMenu('sub26','top2','Prices','price2.htm')
	m3.makeMenu('sub27','top2','Booking','form2.html')

m3.makeMenu('top3','','Cottage #3','c3.html','','134')
	m3.makeMenu('sub30','top3','Description','c3desc.html')
	m3.makeMenu('sub31','top3','Tour','c3si.html')
	m3.makeMenu('sub32','top3','Directions','dirsc.html')
	m3.makeMenu('sub33','top3','Special Breaks','specwin.html')
	m3.makeMenu('sub34','top3','Order Food','foodorder.htm')
	m3.makeMenu('sub35','top3','Availability','avail3.htm')	
	m3.makeMenu('sub36','top3','Prices','price3.htm')
	m3.makeMenu('sub37','top3','Booking','form3.html')
	
m3.makeMenu('top4','','Cottage #4','c4.html','','134')
	m3.makeMenu('sub40','top4','Description','c4desc.html')
	m3.makeMenu('sub41','top4','Tour','c4si.html')
	m3.makeMenu('sub42','top4','Directions','c4dir.html')
	m3.makeMenu('sub43','top4','Order Food','foodorder.htm')
	m3.makeMenu('sub44','top4','Availability','avail4.htm')	
	m3.makeMenu('sub45','top4','Prices','price4.htm')
	m3.makeMenu('sub46','top4','Booking','form4.html')
	
m3.makeMenu('top5','','Information','inf.html','','140')

	m3.makeMenu('sub50','top5','Things to Do -','ttdo.html')
	m3.makeMenu('sub51','top5','Locally:','ttdloc.html')
	m3.makeMenu('sub511','sub51','Activities','ttdloca.html')
	m3.makeMenu('sub512','sub51','Sites of Interest','ttdloci.html')
	m3.makeMenu('sub513','sub51','Walks','ttdlocw.html')
	m3.makeMenu('sub52','top5','Farther Afield','ttdfar.html')
	m3.makeMenu('sub53','top5','','')
	m3.makeMenu('sub54','top5','Food -','foodinf.html')
	m3.makeMenu('sub55','top5','Local Shops','food.html')
	m3.makeMenu('sub56','top5','Places to Eat:','')
	m3.makeMenu('sub561','sub56','Locally','foodeatloc.html')
	m3.makeMenu('sub562','sub56','Farther Afield','foodeatfar.html')

m3.makeMenu('top6','','Links','links.html','','70')
	m3.makeMenu('sub60','top6','Travel','links.html#trav')
	m3.makeMenu('sub61','top6','Tourism','links.html#tour')
	m3.makeMenu('sub62','top6','General','links.html#gen')

m3.makeMenu('top7','','Contact Me','contact.html','','128')

m3.construct()