document.write('<table id="vista-buttons_com_ida5ma1" width="0" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right:1px" title ="WHY"><a href="http://www.trongs.com/why.html" onmouseover=\'xpe("a5ma1o");\' onmouseout=\'xpe("a5ma1n");\'><img id="xpi_a5ma1" src="'+vbImgPath+'/bta5ma1_0.gif" name="vba5ma1" width="81" height="25" border="0" alt="WHY" /></a></td><td style="padding-right:1px" title ="ABOUT"><a href="http://www.trongs.com/about.html" onmouseover=\'xpe("s5ma1o");\' onmouseout=\'xpe("s5ma1n");\'><img id="xpi_s5ma1" src="'+vbImgPath+'/bts5ma1_0.gif" name="vbs5ma1" width="81" height="25" border="0" alt="ABOUT" /></a></td><td style="padding-right:1px" title ="FAQ"><a href="http://www.trongs.com/faq.html" onmouseover=\'xpe("35ma1o");\' onmouseout=\'xpe("35ma1n");\'><img id="xpi_35ma1" src="'+vbImgPath+'/bt35ma1_0.gif" name="vb35ma1" width="81" height="25" border="0" alt="FAQ" /></a></td><td style="padding-right:1px" title ="CONTACT"><a href="http://www.trongs.com/contact.html" onmouseover=\'xpe("r5ma1o");\' onmouseout=\'xpe("r5ma1n");\'><img id="xpi_r5ma1" src="'+vbImgPath+'/btr5ma1_0.gif" name="vbr5ma1" width="81" height="25" border="0" alt="CONTACT" /></a></td><td style="padding-right:1px" title ="ORDER"><a href="http://www.trongs.com/orders20100710.html" onmouseover=\'xpe("65ma1o");\' onmouseout=\'xpe("65ma1n");\'><img id="xpi_65ma1" src="'+vbImgPath+'/bt65ma1_0.gif" name="vb65ma1" width="81" height="25" border="0" alt="ORDER" /></a></td></tr></table>');
vba5ma1n=xppr('a5ma1_0.gif');vba5ma1o=xppr('a5ma1_1.gif');vbs5ma1n=xppr('s5ma1_0.gif');vbs5ma1o=xppr('s5ma1_1.gif');vb35ma1n=xppr('35ma1_0.gif');vb35ma1o=xppr('35ma1_1.gif');vbr5ma1n=xppr('r5ma1_0.gif');vbr5ma1o=xppr('r5ma1_1.gif');vb65ma1n=xppr('65ma1_0.gif');vb65ma1o=xppr('65ma1_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');
};


