
  function xpshow()  {}
  function xpsmout() {}
  function xpsmover(){}
xpwb8smtsn=xppr('8smts_0.gif');xpwb8smtso=xppr('8smts_1.gif');xpwb8smtsc=xppr('8smts_2.gif');xpwblsmtsn=xppr('lsmts_0.gif');xpwblsmtso=xppr('lsmts_1.gif');xpwblsmtsc=xppr('lsmts_2.gif');xpwbdsmtsn=xppr('dsmts_0.gif');xpwbdsmtso=xppr('dsmts_1.gif');xpwbdsmtsc=xppr('dsmts_2.gif');xpwbusmtsn=xppr('usmts_0.gif');xpwbusmtso=xppr('usmts_1.gif');xpwbusmtsc=xppr('usmts_2.gif');xpwbfsmtsn=xppr('fsmts_0.gif');xpwbfsmtso=xppr('fsmts_1.gif');xpwbfsmtsc=xppr('fsmts_2.gif');
  // Menu Type 3
  var pressedItem8smts = "fsmts";

  function xppr(im)
  {
    var i=new Image();
    i.src='./vista-skin/images/tabs-style-2-sample.html.images/bt'+im;
    return i;
  }

  function xpe8smts(id)
  {
    x=id.substring(0,id.length-1);
    xe=id.substring(id.length-1,id.length);
    if (pressedItem8smts==x && (xe=='n' || xe=='o'))
      return;
    
    if (xe=='c')
    {
      if (pressedItem8smts!=-1)
		document['xpwb'+pressedItem8smts].src=eval('xpwb'+pressedItem8smts+'n'+'.src');
      pressedItem8smts=x;
    }

    document['xpwb'+x].src=eval('xpwb'+id+'.src');
  }

