// Modifcacion Grafica  Guia Web
///Funcion de fade de imagen en pagina.
/*
imagen fade
*/

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=20
}



function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=15
else if (window.highlighting)
clearInterval(highlighting)
}



// Funcion apertura de apertura de fichas sin barra de herramientas.
function NewWin(url,w,h)
{newWin=window.open(url, 'picture', 'location=0,resizable=1,status=0,titlebar=0,directories=0,toolbar=0,menubar=0,scrollbars=1,status=0,screenX=550,screenY=550,width='+w+',height='+h);
onscreen=true;}

<!--
function fecha()
{
<!-- Hiding
 h=new Date()

ano = h.getYear()

 today = new Date()
 day = today.getDay()
 if ( day == 0 ) { document.write(""); }
 if ( day == 1 ) { document.write(""); }
 if ( day == 2 ) { document.write(""); }
 if ( day == 3 ) { document.write(""); }
 if ( day == 4 ) { document.write(""); }
 if ( day == 5 ) { document.write(""); }
 if ( day == 6 ) { document.write(""); }

 today = new Date()
  hours = today.getHours()
        minutes = today.getMinutes()
        zerom = ''
        zeroh = ''

        if ( minutes < 10 ) { zerom = 0 }
        if ( hours < 10 ) { zeroh = 0 }
        if ( today.getMonth() == 0 ) { month = "Enero" }
  if ( today.getMonth() == 1 ) { month = "Febrero" }
 if ( today.getMonth() == 2 ) { month = "Marzo" }
 if ( today.getMonth() == 3 ) { month = "Abril" }
 if ( today.getMonth() == 4 ) { month = "Mayo" }
        if ( today.getMonth() == 5 ) { month = "Junio" }
        if ( today.getMonth() == 6 ) { month = "Julio" }
  if ( today.getMonth() == 7 ) { month = "Agosto" }
 if ( today.getMonth() == 8 ) { month = "Septiembre" }
 if ( today.getMonth() == 9 ) { month = "Octubre" }
 if ( today.getMonth() == 10 ) { month = "Noviembre" }
 if ( today.getMonth() == 11 ) { month = "Diciembre" }

 document.write( today.getDate()," ",month," ",ano), "</b></font>.";
// end hiding contents -->
}




