document.write('<table id="vista-buttons_com_idlghys" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:30px" title ="ONLINE VACATION SPECIALS"><a href="nantucket-combo.html" onmouseover=\'xpe("lghyso");\' onmouseout=\'xpe("lghysn");\'><img id="xpi_lghys" src="'+vbImgPath+'/btlghys_0.png" name="vblghys" width="281" height="30" border="0" alt="ONLINE VACATION SPECIALS" /></a></td><td style="padding-right:30px" title ="PARK, STAY & GO PACKAGES"><a href="park_stay_go.html" onmouseover=\'xpe("bghyso");\' onmouseout=\'xpe("bghysn");\'><img id="xpi_bghys" src="'+vbImgPath+'/btbghys_0.png" name="vbbghys" width="281" height="30" border="0" alt="PARK, STAY & GO PACKAGES" /></a></td></tr></table>');
vblghysn=xppr('lghys_0.png');vblghyso=xppr('lghys_1.png');vbbghysn=xppr('bghys_0.png');vbbghyso=xppr('bghys_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');
};


