function NextObjX(nObj,nText){
 tObj=document.all[nObj.sourceIndex+1].style;
 with(nObj)
  if (innerText==nText+' show')	{innerText=nText+' hide'; tObj.display='block';}
			     else	{innerText=nText+' show'; tObj.display='none';}
}

