﻿document.write('<table id="vista-buttons_com_idqt6bm" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:0px" title ="HOME"><a href="http://www.libertycofc.org/index.html" onmouseover=\'xpe("qt6bmo");\' onmouseout=\'xpe("qt6bmn");\'><img id="xpi_qt6bm" src="'+vbImgPath+'/btqt6bm_0.png" name="vbqt6bm" width="100" height="40" border="0" alt="HOME" /></a></td><td style="padding-right:0px" title ="BUTTON"><a onmouseover=\'xpe("mt6bmo");\' onmouseout=\'xpe("mt6bmn");\'><img id="xpi_mt6bm" src="'+vbImgPath+'/btmt6bm_0.png" name="vbmt6bm" width="100" height="40" border="0" alt="BUTTON" /></a></td><td style="padding-right:0px" title ="BUTTON"><a onmouseover=\'xpe("5t6bmo");\' onmouseout=\'xpe("5t6bmn");\'><img id="xpi_5t6bm" src="'+vbImgPath+'/bt5t6bm_0.png" name="vb5t6bm" width="100" height="40" border="0" alt="BUTTON" /></a></td><td style="padding-right:0px" title ="BUTTON"><a onmouseover=\'xpe("at6bmo");\' onmouseout=\'xpe("at6bmn");\'><img id="xpi_at6bm" src="'+vbImgPath+'/btat6bm_0.png" name="vbat6bm" width="100" height="40" border="0" alt="BUTTON" /></a></td><td style="padding-right:0px" title ="BUTTON"><a onmouseover=\'xpe("st6bmo");\' onmouseout=\'xpe("st6bmn");\'><img id="xpi_st6bm" src="'+vbImgPath+'/btst6bm_0.png" name="vbst6bm" width="100" height="40" border="0" alt="BUTTON" /></a></td><td style="padding-right:0px" title ="BULLETINS"><a href="http://www.libertycofc.org/bulletins.html" onmouseover=\'xpe("3t6bmo");\' onmouseout=\'xpe("3t6bmn");\'><img id="xpi_3t6bm" src="'+vbImgPath+'/bt3t6bm_0.png" name="vb3t6bm" width="100" height="40" border="0" alt="BULLETINS" /></a></td><td style="padding-right:0px" title ="CALENDAR"><a href="http://www.libertycofc.org/calendar.html" onmouseover=\'xpe("rt6bmo");\' onmouseout=\'xpe("rt6bmn");\'><img id="xpi_rt6bm" src="'+vbImgPath+'/btrt6bm_0.png" name="vbrt6bm" width="100" height="40" border="0" alt="CALENDAR" /></a></td><td style="padding-right:0px" title ="YOUTH GROUP"><a href="http://www.libertycofc.org/youth.html" onmouseover=\'xpe("6t6bmo");\' onmouseout=\'xpe("6t6bmn");\'><img id="xpi_6t6bm" src="'+vbImgPath+'/bt6t6bm_0.png" name="vb6t6bm" width="100" height="40" border="0" alt="YOUTH GROUP" /></a></td><td style="padding-right:0px" title ="CONTACT US"><a href="http://www.libertycofc.org/contactus.html" onmouseover=\'xpe("2t6bmo");\' onmouseout=\'xpe("2t6bmn");\'><img id="xpi_2t6bm" src="'+vbImgPath+'/bt2t6bm_0.png" name="vb2t6bm" width="100" height="40" border="0" alt="CONTACT US" /></a></td></tr></table>');
vbqt6bmn=xppr('qt6bm_0.png');vbqt6bmo=xppr('qt6bm_1.png');vbmt6bmn=xppr('mt6bm_0.png');vbmt6bmo=xppr('mt6bm_1.png');vb5t6bmn=xppr('5t6bm_0.png');vb5t6bmo=xppr('5t6bm_1.png');vbat6bmn=xppr('at6bm_0.png');vbat6bmo=xppr('at6bm_1.png');vbst6bmn=xppr('st6bm_0.png');vbst6bmo=xppr('st6bm_1.png');vb3t6bmn=xppr('3t6bm_0.png');vb3t6bmo=xppr('3t6bm_1.png');vbrt6bmn=xppr('rt6bm_0.png');vbrt6bmo=xppr('rt6bm_1.png');vb6t6bmn=xppr('6t6bm_0.png');vb6t6bmo=xppr('6t6bm_1.png');vb2t6bmn=xppr('2t6bm_0.png');vb2t6bmo=xppr('2t6bm_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');
};


