document.write('<table id="vista-buttons_com_idybsh3" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:0px" title ="Home"><a href="index.html" onmouseover=\'xpe("ybsh3o");\' onmouseout=\'xpe("ybsh3n");\'><img id="xpi_ybsh3" src="'+vbImgPath+'/btybsh3_0.gif" name="vbybsh3" width="120" height="45" border="0" alt="Home" /></a></td><td style="padding-right:0px" title ="About us"><a href="about.html" onmouseover=\'xpe("xbsh3o");\' onmouseout=\'xpe("xbsh3n");\'><img id="xpi_xbsh3" src="'+vbImgPath+'/btxbsh3_0.gif" name="vbxbsh3" width="120" height="45" border="0" alt="About us" /></a></td><td style="padding-right:0px" title ="Coupons"><a href="coupons.html" onmouseover=\'xpe("lbsh3o");\' onmouseout=\'xpe("lbsh3n");\'><img id="xpi_lbsh3" src="'+vbImgPath+'/btlbsh3_0.gif" name="vblbsh3" width="120" height="45" border="0" alt="Coupons" /></a></td><td style="padding-right:0px" title ="Map us"><a href="map.html" onmouseover=\'xpe("bbsh3o");\' onmouseout=\'xpe("bbsh3n");\'><img id="xpi_bbsh3" src="'+vbImgPath+'/btbbsh3_0.gif" name="vbbbsh3" width="120" height="45" border="0" alt="Map us" /></a></td><td style="padding-right:0px" title ="Links"><a href="links.html" onmouseover=\'xpe("fbsh3o");\' onmouseout=\'xpe("fbsh3n");\'><img id="xpi_fbsh3" src="'+vbImgPath+'/btfbsh3_0.gif" name="vbfbsh3" width="120" height="45" border="0" alt="Links" /></a></td><td style="padding-right:0px" title ="Gallery"><a href="gallery.html" onmouseover=\'xpe("nbsh3o");\' onmouseout=\'xpe("nbsh3n");\'><img id="xpi_nbsh3" src="'+vbImgPath+'/btnbsh3_0.gif" name="vbnbsh3" width="120" height="45" border="0" alt="Gallery" /></a></td><td style="padding-right:0px" title ="Fleet Service"><a href="fleet.html" onmouseover=\'xpe("hbsh3o");\' onmouseout=\'xpe("hbsh3n");\'><img id="xpi_hbsh3" src="'+vbImgPath+'/bthbsh3_0.gif" name="vbhbsh3" width="120" height="45" border="0" alt="Fleet Service" /></a></td><td style="padding-right:0px" title ="Testimonials"><a href="testimonials.html" onmouseover=\'xpe("jbsh3o");\' onmouseout=\'xpe("jbsh3n");\'><img id="xpi_jbsh3" src="'+vbImgPath+'/btjbsh3_0.gif" name="vbjbsh3" width="120" height="45" border="0" alt="Testimonials" /></a></td></tr></table>');
vbybsh3n=xppr('ybsh3_0.gif');vbybsh3o=xppr('ybsh3_1.gif');vbxbsh3n=xppr('xbsh3_0.gif');vbxbsh3o=xppr('xbsh3_1.gif');vblbsh3n=xppr('lbsh3_0.gif');vblbsh3o=xppr('lbsh3_1.gif');vbbbsh3n=xppr('bbsh3_0.gif');vbbbsh3o=xppr('bbsh3_1.gif');vbfbsh3n=xppr('fbsh3_0.gif');vbfbsh3o=xppr('fbsh3_1.gif');vbnbsh3n=xppr('nbsh3_0.gif');vbnbsh3o=xppr('nbsh3_1.gif');vbhbsh3n=xppr('hbsh3_0.gif');vbhbsh3o=xppr('hbsh3_1.gif');vbjbsh3n=xppr('jbsh3_0.gif');vbjbsh3o=xppr('jbsh3_1.gif');/*
 *==============================================================================
 *
 *     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');
};


