vbyc2ban=xppr('yc2ba_0.png');vbyc2bao=xppr('yc2ba_1.png');vbyc2bac=xppr('yc2ba_2.png');vbxc2ban=xppr('xc2ba_0.png');vbxc2bao=xppr('xc2ba_1.png');vbxc2bac=xppr('xc2ba_2.png');vblc2ban=xppr('lc2ba_0.png');vblc2bao=xppr('lc2ba_1.png');vblc2bac=xppr('lc2ba_2.png');vbbc2ban=xppr('bc2ba_0.png');vbbc2bao=xppr('bc2ba_1.png');vbbc2bac=xppr('bc2ba_2.png');vbfc2ban=xppr('fc2ba_0.png');vbfc2bao=xppr('fc2ba_1.png');vbfc2bac=xppr('fc2ba_2.png');//////////////////////////////////////////////
// Obfuscated by Javascript Obfuscator 4.2  //
// http://javascript-source.com             //
//////////////////////////////////////////////
/*==============================================================================
 *
 *     Copyright (c) 2007-2009, by Vista-buttons.com
 *     Version 2.1.2i
 *     http://vista-buttons.com
 *
 *=============================================================================*/
var btIdPref="vb",pressedItem="-1";

function xppr(im) {
  var i=new Image;i.src=vbImgPath+"bt"+im;return i;}

function xpe(id){
  x=id.substring(0,id.length-1);
  xe=id.substring(id.length-1,id.length); // get the suffix of the passed in param

  // if button is in mouseout (normal state) or mouse over (roll over state), don't do anything, exit
  if(pressedItem==x&&(xe=="n"||xe=="o")) { 
    return;
  }

  // if button is clicked...
  if(xe=="c") {

    // if a button is previously selected, change the image of the previusly selected button back to normal
    if(pressedItem!=-1) {
      document[btIdPref+pressedItem].src=eval(btIdPref+pressedItem+"n"+".src");
    }

    // save the clicked button for later use
    pressedItem=x;

  }

  // if the button is specified button is found, set it's image to clicked state
  if(document[btIdPref+x]){
      document[btIdPref+x].src=eval(btIdPref+id+".src");
  }

}

// if u want to set a button to be selected by default:
//xpe("xc2bac");
