var MENU_ITEMS = [
['home', 'home.php', null],

['about neil oliver', 'about.php', null
	,['about neil oliver', 'about.php', null]
	,['biography', 'biography.php', null]
	,['the neil oliver difference', 'neil_oliver_difference.php', null]
]

,['product range', 'productrange.php', null
	,['product range', 'productrange.php', null]
	//,['price list', 'pricelist.php', null]
	
	,['how to book', 'howtobook.php', null]
	,['- ring styles in detail', 'ringstyles.php', null]
	,['- stones used in sealmaking', 'stones_in_sealmaking.php', null]
	,['download brochure', 'downloadbrochure.php', null]
]

,['testimonials', 'testimonials.php', null
	
]


,['the craftsman\'s art', 'craftsmansart.php', null
	,['the craftsman\'s art', 'craftsmansart.php', null]
	,['history of the seal', 'history.php', null]
	,['crests, coats of arms & clan badges', 'crest_coat_badges.php', null]
]

,['gallery', 'gallery.php', null
	,['gallery', 'gallery.php', null]
	,['useful links', 'links.php', null]
]
,['contact us', 'contact.php', null]

]

MENU_POS[0].block_top=getRef('dropmenuposabs').offsetTop;
MENU_POS[0].block_left=getRef('dropmenuposabs').offsetLeft;
new menu (MENU_ITEMS, MENU_POS);
