document.write('<table id="vista-buttons_com_id5qh51" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:0px" title ="Home"><a href="index.htm" onmouseover=\'xpe("5qh51o");\' onmouseout=\'xpe("5qh51n");\'><img id="xpi_5qh51" src="'+vbImgPath+'/bt5qh51_0.png" name="vb5qh51" width="100" height="30" border="0" alt="Home" /></a></td><td style="padding-right:0px" title ="Accommodation"><a href="accommodation.htm" onmouseover=\'xpe("aqh51o");\' onmouseout=\'xpe("aqh51n");\'><img id="xpi_aqh51" src="'+vbImgPath+'/btaqh51_0.png" name="vbaqh51" width="150" height="30" border="0" alt="Accommodation" /></a></td><td style="padding-right:0px" title ="Attractions"><a href="attractions.htm" onmouseover=\'xpe("sqh51o");\' onmouseout=\'xpe("sqh51n");\'><img id="xpi_sqh51" src="'+vbImgPath+'/btsqh51_0.png" name="vbsqh51" width="130" height="30" border="0" alt="Attractions" /></a></td><td style="padding-right:0px" title ="Gallery"><a href="gallery.htm" onmouseover=\'xpe("3qh51o");\' onmouseout=\'xpe("3qh51n");\'><img id="xpi_3qh51" src="'+vbImgPath+'/bt3qh51_0.png" name="vb3qh51" width="100" height="30" border="0" alt="Gallery" /></a></td><td style="padding-right:0px" title ="Guestbook"><a href="guestbook.htm" onmouseover=\'xpe("rqh51o");\' onmouseout=\'xpe("rqh51n");\'><img id="xpi_rqh51" src="'+vbImgPath+'/btrqh51_0.png" name="vbrqh51" width="120" height="30" border="0" alt="Guestbook" /></a></td><td style="padding-right:0px" title ="Map / Directions"><a href="map.htm" onmouseover=\'xpe("6qh51o");\' onmouseout=\'xpe("6qh51n");\'><img id="xpi_6qh51" src="'+vbImgPath+'/bt6qh51_0.png" name="vb6qh51" width="150" height="30" border="0" alt="Map / Directions" /></a></td><td style="padding-right:0px" title ="Rates"><a href="rates.htm" onmouseover=\'xpe("2qh51o");\' onmouseout=\'xpe("2qh51n");\'><img id="xpi_2qh51" src="'+vbImgPath+'/bt2qh51_0.png" name="vb2qh51" width="105" height="30" border="0" alt="Rates" /></a></td><td style="padding-right:0px" title ="Contact Us"><a href="contact_us.php" onmouseover=\'xpe("tqh51o");\' onmouseout=\'xpe("tqh51n");\'><img id="xpi_tqh51" src="'+vbImgPath+'/bttqh51_0.png" name="vbtqh51" width="125" height="30" border="0" alt="Contact Us" /></a></td></tr></table>');
vb5qh51n=xppr('5qh51_0.png');vb5qh51o=xppr('5qh51_1.png');vbaqh51n=xppr('aqh51_0.png');vbaqh51o=xppr('aqh51_1.png');vbsqh51n=xppr('sqh51_0.png');vbsqh51o=xppr('sqh51_1.png');vb3qh51n=xppr('3qh51_0.png');vb3qh51o=xppr('3qh51_1.png');vbrqh51n=xppr('rqh51_0.png');vbrqh51o=xppr('rqh51_1.png');vb6qh51n=xppr('6qh51_0.png');vb6qh51o=xppr('6qh51_1.png');vb2qh51n=xppr('2qh51_0.png');vb2qh51o=xppr('2qh51_1.png');vbtqh51n=xppr('tqh51_0.png');vbtqh51o=xppr('tqh51_1.png');/*
 *==============================================================================
 *
 *     Copyright (c) 2007-2009, by Vista-buttons.com
 *     Version 2.1.2i
 *     http://vista-buttons.com
 *
 *==============================================================================
 * 
 * todo:
 * - item move into anchor
 * - item over using css
 * - item base on li structure
 *
 * variables:
 *   @btIdPref
 *   @pItem
 *   @ulIdPref
 *   @frameSubmenu
 *
 */
 
 
var btIdPref='vb';

function xppr(im) {
	var i=new Image();
	i.src=vbImgPath+'bt'+im;
	return i;
};

function xpe(id) {
	x=id.substring(0,id.length-1);
	if(document[btIdPref+x])document[btIdPref+x].src=eval(btIdPref+id+'.src');
};


