<!--
//Get Date
var months=new Array(13);
months[1]="Enero";
months[2]="Febrero";
months[3]="Marzo";
months[4]="Abril";
months[5]="Mayo";
months[6]="Junio";
months[7]="Julio";
months[8]="Agosto";
months[9]="Septiembre";
months[10]="Octubre";
months[11]="Noviembre";
months[12]="Diciembre";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000) 
year = year + 1900; 

//Get Time
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes()
var timeValue = "" + ((hours >12) ? hours -12 :hours)
if (timeValue == "0") timeValue = 12;
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += (hours >= 12) ? " pm" : " am"

//Get Day
var days=new Array(7);
days[0]="Domingo";
days[1]="Lunes";
days[2]="Martes";
days[3]="Miércoles";
days[4]="Jueves";
days[5]="Viernes";
days[6]="Sábado";
var lday=days[time.getDay()];	

//-->
		
function pintamail(nombre,dominio,texto) {		
	document.write('<a href=\"mailto:' + nombre + '@' + dominio + '\">');
	document.write( texto + '</a>');
}
								 
alt0 = new Image();		
alt0.src = "/img/null.gif";				
alt00 = new Image();		
alt00.src = "/img/null.gif";				
alt1 = new Image();		
alt1.src = "/img/tools2/01f.gif";				
alt2 = new Image();		
alt2.src = "/img/tools2/02f.gif";				
graphic1= new Image();		
graphic1.src = "/img/tools2/01c.gif";		
graphic1on = new Image();		
graphic1on.src = "/img/tools2/01c.gif";				
graphic2= new Image();		
graphic2.src = "/img/tools2/02c.gif";		
graphic2on = new Image();		
graphic2on.src = "/img/tools2/02c.gif";				
alt3 = new Image();		
alt3.src = "/img/tools2/03f.gif";				
graphic3= new Image();		
graphic3.src = "/img/tools2/03c.gif";		
graphic3on = new Image();		
graphic3on.src = "/img/tools2/03c.gif";				
alt4 = new Image();		
alt4.src = "/img/tools2/04f.gif";				
graphic4= new Image();		
graphic4.src = "/img/tools2/04c.gif";		
graphic4on = new Image();		
graphic4on.src = "/img/tools2/04c.gif";		

function foto(str) {		        
  searchWin = window.open(str,'foto','scrollbars=no,resizable=yes,width=600,height=500,status=no,location=no,toolbar=no');		
  //        searchWin.refer = self;		
}		

function pintamail(nombre,dominio,texto) {		
	document.write('<a href=\"mailto:' + nombre + '@' + dominio + '\">');
	document.write( texto + '</a>');
}	 


//var message="Copyright 2007: bossost.org";

//function click(e) {
//if (document.all) {
//if (event.button == 2) {
//alert(message);
//return false;
//}
//}
//if (document.layers) {
//if (e.which == 3) {
//alert(message);
//return false;
//}
//}
//}
//if (document.layers) {
//document.captureEvents(Event.MOUSEDOWN);
//}
//document.onmousedown=click;


//function disableselect(e){
//return false
//}
//function reEnable(){
//return true
//}
//document.onselectstart=new Function ("return false")
//if (window.sidebar){
//document.onmousedown=disableselect
//document.onclick=reEnable
//}
		