	





	if ( ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3)) ||
		 ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) )
		
		src="/js/interaction.js";
	
	else {
		// ie3 won't include js files properly so list prototypes of all functions in the js file
		function dispStatus(text) {}
		function openWindow(url, w, h) {}
		function nav_rollover(index, action) {}
	}
	

	   NS4 = (document.layers);
	   IE4 = (document.all);
	  ver4 = (NS4 || IE4);   
	 isMac = (navigator.appVersion.indexOf("Mac") != -1);
	isMenu = (NS4 || (IE4 && !isMac));
	
	function popUp(){return};
	function popDown(){return};
	function startIt(){return};
	
	if (!ver4) event = null;
	
	
	if (isMenu) {
	    menuVersion = 3;
	    
	    menuWidth = 155;
	    childOverlap = 5;
	    childOffset = 3;
	    perCentOver = null;
	    secondsVisible = .5;
	    
	    fntCol = "#333333";
	    fntSiz = "9";
	    fntBold = false;
	    fntItal = false;
	    fntFam = "verdana,helvetica,sans-serif";
	    
	    backCol = "#ffffcc";
	    overCol = "#ffcc00";
	    overFnt = "#660066";
	    
	    borWid = 1;
	    borCol = "#666666";
	    borSty = "solid";
	    itemPad = 3;
	    
	    imgSrc = "/image/triangle_red.gif";
	    imgSiz = 9;
	    
	    separator = 0;
	    separatorCol = "#ffcc00";
	    
	    isFrames = false;
	    navFrLoc = "left";
	    mainFrName = "main";
	    
	    keepHilite = true; 
	    NSfontOver = true;
	    clickStart = false;
	    clickKill = false;
	    
	    showVisited = "yellow";
	}
	
	
		if (isMenu) {
		document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/js/hierarrays.js' TYPE='text/javascript'><\/SCR" + "IPT>");
		}
	
		if (isMenu) {
		document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/js/hiermenus.js' TYPE='text/javascript'><\/SCR" + "IPT>");
		}


//-------bottom the onlysystem.com



//-------Reloj the onlysystem.com Option Explicit

<!-- Begin
var dayarray=new Array("Domingo","Lunes","Mastes","Miércoles","Jueves","Viernes","Sábado")
var montharray=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre")
function getthedate(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
{
 d = new Date();
 Time24H = new Date();
 Time24H.setTime(d.getTime() + (d.getTimezoneOffset()*60000) + 3600000);
 InternetTime = Math.round((Time24H.getHours()*60+Time24H.getMinutes()) / 1.44);
 if (InternetTime < 10) InternetTime = '00'+InternetTime;
 else if (InternetTime < 100) InternetTime = '0'+InternetTime;
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate=dayarray[day]+", "+daym+" de "+montharray[month]+" "+year+" | "+hours+":"+minutes+":"+seconds+""
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit(){
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}
window.onload=goforit
//  End -->



