<!--
function mOvr(src,clrOver) {
 if(!src.contains(event.fromElement)) {
  src.className="TDover"
 }
}

function mOut(src,clrIn) {
 if(!src.contains(event.toElement)) {
  src.className="TDout"
 }
}

var message="";

function clickIE4(){
if (event.button==2){
//alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
//alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

//document.oncontextmenu=new Function("location.reload();return false");

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_setTextOfLayer(objName,x,newText) { //v3.0
 if ((obj=MM_findObj(objName))!=null) with (obj)
  if (navigator.appName=='Netscape') {document.write(unescape(newText)); document.close();}
  else innerHTML = unescape(newText);
}


function AjustaValor(total){
          total += "."
          var vvv1 = total.split(".");

          if(vvv1[1]==""){
           vff = "00"
          }else{
           tl = vvv1[1].lenght;
           if(tl==1){
            vf1 = ""+vvv1[1]+"0"
           }else{
            vf1 = ""+vvv1[1]+""
           }
           vff = ""+vf1+""
          }
          if(vff==""){
           tl2 = vvv1[2].lenght;
           if(tl2==1){
            vf2 = ""+vvv1[2]+"0"
           }
           if(tl2==2){
            vf2 = ""+vvv1[2]+""
           }
           vff = ""+vf2+""
          }
          total2 = ""+vvv1[0]+","+vff+"";
 return total2;
}


-->
