
		function writeGmenuItem3() {  
	   		d =  document.getElementById("gmenu_item_3");   		
	   		if(!d) alert('Your browser doesnt accept getElementById.\nYou need to use a newer browser to watch this page!');
	   		layerVar = '<div id="Menuhmglayer1x_20" style="z-index:9991; position:absolute;visibility:hidden"><div id="topmenulayer"><a href="walking-holidays/" onfocus="blurLink(this);">Walking Holidays</a><br /><a href="cycling-holidays/" onfocus="blurLink(this);" class="act">Cycling Holidays</a><br /><a href="self-drive-holidays/" onfocus="blurLink(this);">Self-drive holidays</a><br /><a href="family-holidays/" onfocus="blurLink(this);">Family holidays</a><br /><a href="gastronomic-tours/" onfocus="blurLink(this);">Gastronomic tours</a><br /><a href="special trips/" onfocus="blurLink(this);">Special Trips</a><br /><a href="general-information/news/" onfocus="blurLink(this);">General Information</a><br /></div></div> ';
	   		mvar = escape(layerVar);  
	   		d.innerHTML = unescape(mvar);
			}
    	
