/*

	These are the lines of code for the horizontal menu in the Pub pages. 
	There is a presumption that any page linked to from any pub page is
	in the pubs folder. If not a prefix is required - see navigation2.js
	to see how this is coded.
	
	The parameters -3,25 position the menu list relative to the buttons on the navigation line.
	It is important that the right hand item (hotels) does not overlap the end of the navigation
	bar, otherwise the horizontal scroll bar will appear when this is selected.
	
*/
<!--
var writeLineP = ""
// First the map
writeLineP += '<td width="20%" id="dispInd"><div align="center"><a href="javascript:;" onClick="toggleMap()" alt="Click for map" title="Click for map">Pub&nbsp;Map</a></div></td>';
// and now the drop down lists
writeLineP += '<td width="20%" id="hpubs"><div align="center"><a href="javascript:;" name="linkh1" id="linkh2" onMouseOver="MM_showMenu(window.mm_menu_0529214840_0,-3,25,null,\'linkh2\')" onMouseOut="MM_startTimeout();">Drinking</a></div></td>';
writeLineP += '<td width="20%" id="heateries"><div align="center"><a href="javascript:;" name="linkh3" id="linkh4" onMouseOver="MM_showMenu(window.mm_menu_0530094441_0,-3,25,null,\'linkh4\')" onMouseOut="MM_startTimeout();">Eating</a></div></td>';
writeLineP += '<td width="20%" id="hcafes"><div align="center"><a href="javascript:;" name="linkh5" id="linkh6" onMouseOver="MM_showMenu(window.mm_menu_0530105856_0,-3,25,null,\'linkh6\')" onMouseOut="MM_startTimeout();">Caf&eacute;s</a></div></td>';
writeLineP += '<td width="20%" id="hhotels"><div align="center"><a href="javascript:;" name="linkh7" id="linkh8" onMouseOver="MM_showMenu(window.mm_menu_0530104321_0,-55,25,null,\'linkh8\')" onMouseOut="MM_startTimeout();">Sleeping</a></div></td>';
document.write(writeLineP);
//-->
