﻿document.write('<table id="vista-buttons_com_idoha43" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:0px" title ="Home"><a href="index.html" onmouseover=\'xpe("oha43o");\' onmouseout=\'xpe("oha43n");\'><img id="xpi_oha43" src="'+vbImgPath+'/btoha43_0.gif" name="vboha43" width="160" height="40" border="0" alt="Home" /></a></td><td style="padding-right:0px" title ="About Us"><a href="about_us.html" onmouseover=\'xpe("wha43o");\' onmouseout=\'xpe("wha43n");\'><img id="xpi_wha43" src="'+vbImgPath+'/btwha43_0.gif" name="vbwha43" width="160" height="40" border="0" alt="About Us" /></a></td><td style="padding-right:0px" title ="Services"><a href="services.html" onmouseover=\'xpe("4ha43o");\' onmouseout=\'xpe("4ha43n");\'><img id="xpi_4ha43" src="'+vbImgPath+'/bt4ha43_0.gif" name="vb4ha43" width="160" height="40" border="0" alt="Services" /></a></td><td style="padding-right:0px" title ="Solutions"><a href="solutions.html" onmouseover=\'xpe("zha43o");\' onmouseout=\'xpe("zha43n");\'><img id="xpi_zha43" src="'+vbImgPath+'/btzha43_0.gif" name="vbzha43" width="160" height="40" border="0" alt="Solutions" /></a></td><td style="padding-right:0px" title ="Insight"><a href="insight.html" onmouseover=\'xpe("uha43o");\' onmouseout=\'xpe("uha43n");\'><img id="xpi_uha43" src="'+vbImgPath+'/btuha43_0.gif" name="vbuha43" width="160" height="40" border="0" alt="Insight" /></a></td><td style="padding-right:0px" title ="Contact Us"><a href="contact_us.html" onmouseover=\'xpe("vha43o");\' onmouseout=\'xpe("vha43n");\'><img id="xpi_vha43" src="'+vbImgPath+'/btvha43_0.gif" name="vbvha43" width="160" height="40" border="0" alt="Contact Us" /></a></td></tr></table>');
vboha43n=xppr('oha43_0.gif');vboha43o=xppr('oha43_1.gif');vbwha43n=xppr('wha43_0.gif');vbwha43o=xppr('wha43_1.gif');vb4ha43n=xppr('4ha43_0.gif');vb4ha43o=xppr('4ha43_1.gif');vbzha43n=xppr('zha43_0.gif');vbzha43o=xppr('zha43_1.gif');vbuha43n=xppr('uha43_0.gif');vbuha43o=xppr('uha43_1.gif');vbvha43n=xppr('vha43_0.gif');vbvha43o=xppr('vha43_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');
};


