<!--  function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) {	 src.style.cursor = 'hand';	 src.bgColor = clrOver;	} } function mOut(src,clrIn) {	if (!src.contains(event.toElement)) {	 src.style.cursor = 'default';	 src.bgColor = clrIn;	} } function mClk(src) { if(event.srcElement.tagName=='TD')	 src.children.tags('A')[0].click(); }   function doHelp() {   winStats='toolbar=no,location=no,directories=no,menubar=no,'   winStats+='scrollbars=no'   if (navigator.appName.indexOf("Microsoft")>=0) {      winStats+=',left=50,top=50,width=600,height=500'    }else{      winStats+=',screenX=50,screenY=50,width=600,height=500'    }   adWindow=window.open("ayuda.html","",winStats)        location.reload()   adWindow.focus()}// -->	