/* begin Page */



/* Generated with Artisteer version 2.5.0.31067, file checksum is B08D6C85. */


/*FOR PABLO DEPOSITS PAGE*/

   function setClass(id,id_child)  {
    if (document.getElementById(id_child).style.display == 'none') id.className = 'cash_h';
    else id.className = 'cash_h_selected';
   }
   function switchDisplay(obj,id)   {
    obj.className = 'cash_h_selected';  
    a = document.getElementById('div' + id).style.display;
    document.getElementById('div' + id).style.display = (a == 'block') ? 'none' : 'block';
    b = document.getElementById('col' + id).className;
    document.getElementById('col' + id).className = (b == 'expl_off') ? 'expl' : 'expl_off';
   }


/**/

