colorant="#81C5D6"
colorover="#5985D5"
 var ns4up = ((parseInt(navigator.appVersion) >= 4) && (navigator.appName.indexOf("Netscape")!=-1));
 var ie4up = (document.all) ? 1 : 0;



function mOvr(src) {

  if (ie4up)
  	 {
 	   if (!src.contains(event.fromElement)) {
		  src.style.cursor = 'hand';
		  colorant=src.bgColor
		  src.style.backgroundColor =colorover;}
	 }
	 

 }

  
  
  function mOut(src) {
 	if (ie4up) {
  		 if (!src.contains(event.toElement)) {
	 	 src.style.cursor = 'default';
	 	 src.style.backgroundColor  = colorant;}
	 }
  }

function mClk(src) {
 if (ie4up) {
      if(event.srcElement.tagName=='TD'){
	  src.children.tags('A')[0].click();
	  src.style.color="#389ba9";
	  src.style.backgroundColor = "#389ba9";}
  	
  }
}