function openIt() {
  currEl = event.srcElement;
  if (currEl.className == "subhead") {
    newId = currEl.id + "vis" 
     imgId = currEl.id
      showIt = document.all(newId) ;
     if (showIt.style.display == "none") {
       showIt.style.display = "" ;
        document.images(imgId).src = 'img/minus.gif' 
       } else {
       showIt.style.display = "none" ;
        document.images(imgId).src = 'img/plus.gif' 
      }
   }
}
function OvrCellNav0(src)
{ 
src.style.cursor = 'hand';
src.style.backgroundColor = '#E8F8FF';
if(event.srcElement.tagName=='TD') {window.status=src.children.tags('A')[0];
}
	return true;
}
function OutCellNav0(src)
{ 
src.style.cursor = 'default';
src.style.backgroundColor = '';
window.status='';
	return true;
}
function OCN(src)
{
src.style.cursor = 'hand';
src.style.backgroundColor = '#8BCF00';
window.status='';
if(event.srcElement.tagName=='TD') {window.status=src.children.tags('A')[0];}
	return true;
}
function OCN1(src)
{ 
src.style.cursor = 'hand';
src.style.backgroundColor = '';
window.status='';
	return true;
if(event.srcElement.tagName=='TD') {window.status=src.children.tags('A')[0];}
}
