
//  function xpshow()  {}
//  function xpsmout() {}
//  function xpsmover(){}
xpwbmg1thn=xppr('mg1th_0.gif');xpwbmg1tho=xppr('mg1th_1.gif');xpwbmg1thc=xppr('mg1th_2.gif');xpwb6g1thn=xppr('6g1th_0.gif');xpwb6g1tho=xppr('6g1th_1.gif');xpwb6g1thc=xppr('6g1th_2.gif');xpwbog1thn=xppr('og1th_0.gif');xpwbog1tho=xppr('og1th_1.gif');xpwbog1thc=xppr('og1th_2.gif');xpwbrg1thn=xppr('rg1th_0.gif');xpwbrg1tho=xppr('rg1th_1.gif');xpwbrg1thc=xppr('rg1th_2.gif');
  // Menu Type 3
  var pressedItemmg1th = "og1th";

  function xppr(im)
  {
    var i=new Image();
    i.src='vista-skin/images/button-state.html.images/bt'+im;
    return i;
  }

  function xpemg1th(id)
  {
    x=id.substring(0,id.length-1);
    xe=id.substring(id.length-1,id.length);
    if (pressedItemmg1th==x && (xe=='n' || xe=='o'))
      return;
    
    if (xe=='c')
    {
      if (pressedItemmg1th!=-1)
      {
        document['xpwb'+pressedItemmg1th].src=eval('xpwb'+pressedItemmg1th+'n'+'.src');
        if (pressedItemmg1th.indexOf('e')!=-1)
          document['xpwb'+pressedItemmg1th+'e'].src=eval('xpwb'+pressedItemmg1th+'n'+'e.src');
      }
      pressedItemmg1th=x;
    }

    document['xpwb'+x].src=eval('xpwb'+id+'.src');

    if (id.indexOf('e')!=-1)
      document['xpwb'+x+'e'].src=eval('xpwb'+id+'e.src');
  }

  if (pressedItemmg1th!=-1)
    xpemg1th(pressedItemmg1th+'c');


