document.write('<table id="vista-buttons_com_id566us" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-bottom:0px" title ="Home"><a href="index.html" onmouseover=\'xpe("566uso");\' onmouseout=\'xpe("566usn");\'><img id="xpi_566us" src="'+vbImgPath+'/bt566us_0.png" name="vb566us" width="200" height="36" border="0" alt="Home" /></a></td></tr><tr><td style="padding-bottom:0px" title ="Kitchen Gallery"><a href="gallery.html" onmouseover=\'xpe("a66uso");\' onmouseout=\'xpe("a66usn");\'><img id="xpi_a66us" src="'+vbImgPath+'/bta66us_0.png" name="vba66us" width="200" height="36" border="0" alt="Kitchen Gallery" /></a></td></tr><tr><td style="padding-bottom:0px" title ="Bathroom Gallery"><a href="bath-gallery.html" onmouseover=\'xpe("s66uso");\' onmouseout=\'xpe("s66usn");\'><img id="xpi_s66us" src="'+vbImgPath+'/bts66us_0.png" name="vbs66us" width="200" height="36" border="0" alt="Bathroom Gallery" /></a></td></tr><tr><td style="padding-bottom:0px" title ="Kitchen Flatpacks"><a href="flatpacks.html" onmouseover=\'xpe("366uso");\' onmouseout=\'xpe("366usn");\'><img id="xpi_366us" src="'+vbImgPath+'/bt366us_0.png" name="vb366us" width="200" height="36" border="0" alt="Kitchen Flatpacks" /></a></td></tr><tr><td style="padding-bottom:0px" title ="Products & Services"><a href="products-services.html" onmouseover=\'xpe("r66uso");\' onmouseout=\'xpe("r66usn");\'><img id="xpi_r66us" src="'+vbImgPath+'/btr66us_0.png" name="vbr66us" width="200" height="36" border="0" alt="Products & Services" /></a></td></tr><tr><td style="padding-bottom:0px" title ="Testimonials"><a href="testimonial.html" onmouseover=\'xpe("666uso");\' onmouseout=\'xpe("666usn");\'><img id="xpi_666us" src="'+vbImgPath+'/bt666us_0.png" name="vb666us" width="200" height="36" border="0" alt="Testimonials" /></a></td></tr><tr><td style="padding-bottom:0px" title ="Contact Us"><a href="contact-us.html" onmouseover=\'xpe("266uso");\' onmouseout=\'xpe("266usn");\'><img id="xpi_266us" src="'+vbImgPath+'/bt266us_0.png" name="vb266us" width="200" height="36" border="0" alt="Contact Us" /></a></td></tr></table>');
vb566usn=xppr('566us_0.png');vb566uso=xppr('566us_1.png');vba66usn=xppr('a66us_0.png');vba66uso=xppr('a66us_1.png');vbs66usn=xppr('s66us_0.png');vbs66uso=xppr('s66us_1.png');vb366usn=xppr('366us_0.png');vb366uso=xppr('366us_1.png');vbr66usn=xppr('r66us_0.png');vbr66uso=xppr('r66us_1.png');vb666usn=xppr('666us_0.png');vb666uso=xppr('666us_1.png');vb266usn=xppr('266us_0.png');vb266uso=xppr('266us_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');
};


