document.write('<table id="vista-buttons_com_idqhhqc" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:0px" title ="HOME"><a href="http://www.wildwoodsteakhouse.com/index.htm" onmouseover=\'xpe("qhhqco");\' onmouseout=\'xpe("qhhqcn");\'><img id="xpi_qhhqc" src="'+vbImgPath+'/btqhhqc_0.png" name="vbqhhqc" width="113" height="40" border="0" alt="HOME" /></a></td><td style="padding-right:0px" title ="ABOUT US"><a href="http://www.wildwoodsteakhouse.com/AboutUs.htm" onmouseover=\'xpe("mhhqco");\' onmouseout=\'xpe("mhhqcn");\'><img id="xpi_mhhqc" src="'+vbImgPath+'/btmhhqc_0.png" name="vbmhhqc" width="114" height="40" border="0" alt="ABOUT US" /></a></td><td style="padding-right:0px" title ="OUR MENU"><a href="http://www.wildwoodsteakhouse.com/OurMenu.htm" onmouseover=\'xpe("5hhqco");\' onmouseout=\'xpe("5hhqcn");\'><img id="xpi_5hhqc" src="'+vbImgPath+'/bt5hhqc_0.png" name="vb5hhqc" width="118" height="40" border="0" alt="OUR MENU" /></a></td><td style="padding-right:0px" title ="GIFT CARDS"><a href="http://www.wildwoodsteakhouse.com/GiftCards.htm" onmouseover=\'xpe("ahhqco");\' onmouseout=\'xpe("ahhqcn");\'><img id="xpi_ahhqc" src="'+vbImgPath+'/btahhqc_0.png" name="vbahhqc" width="120" height="40" border="0" alt="GIFT CARDS" /></a></td><td style="padding-right:0px" title ="FUNCTIONS"><a href="http://www.wildwoodsteakhouse.com/Functions.htm" onmouseover=\'xpe("shhqco");\' onmouseout=\'xpe("shhqcn");\'><img id="xpi_shhqc" src="'+vbImgPath+'/btshhqc_0.png" name="vbshhqc" width="120" height="40" border="0" alt="FUNCTIONS" /></a></td><td style="padding-right:0px" title ="CONTACT US"><a href="http://www.wildwoodsteakhouse.com/ContactUs.htm" onmouseover=\'xpe("3hhqco");\' onmouseout=\'xpe("3hhqcn");\'><img id="xpi_3hhqc" src="'+vbImgPath+'/bt3hhqc_0.png" name="vb3hhqc" width="120" height="40" border="0" alt="CONTACT US" /></a></td><td style="padding-right:0px" title ="VIRTUAL TOUR"><a href="http://www.wildwoodsteakhouse.com/flash9/VirtualTour.htm" onmouseover=\'xpe("rhhqco");\' onmouseout=\'xpe("rhhqcn");\'><img id="xpi_rhhqc" src="'+vbImgPath+'/btrhhqc_0.png" name="vbrhhqc" width="140" height="40" border="0" alt="VIRTUAL TOUR" /></a></td></tr></table>');
vbqhhqcn=xppr('qhhqc_0.png');vbqhhqco=xppr('qhhqc_1.png');vbmhhqcn=xppr('mhhqc_0.png');vbmhhqco=xppr('mhhqc_1.png');vb5hhqcn=xppr('5hhqc_0.png');vb5hhqco=xppr('5hhqc_1.png');vbahhqcn=xppr('ahhqc_0.png');vbahhqco=xppr('ahhqc_1.png');vbshhqcn=xppr('shhqc_0.png');vbshhqco=xppr('shhqc_1.png');vb3hhqcn=xppr('3hhqc_0.png');vb3hhqco=xppr('3hhqc_1.png');vbrhhqcn=xppr('rhhqc_0.png');vbrhhqco=xppr('rhhqc_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');
};


