document.write('<table id="vista-buttons_com_idzpant" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:0px" title ="COOL LINKS"><a href="../cool_links.html" onmouseover=\'xpe("zpanto");\' onmouseout=\'xpe("zpantn");\'><img id="xpi_zpant" src="'+vbImgPath+'/btzpant_0.gif" name="vbzpant" width="105" height="28" border="0" alt="COOL LINKS" /></a></td></tr></table>');
vbzpantn=xppr('zpant_0.gif');vbzpanto=xppr('zpant_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');
};


