 function overTD(td,color){td.style.cursor='hand';td.bgColor=color;}
 function outTD(td,color){td.style.cursor='default';td.bgColor=color;}
 function clickTD(td){td.children.tags('A')[0].click();}

var nav="";
function navegador(){
if(document.layers){//NS4
	nav="ns4";}
	else if(document.getElementById){//IE 5 i posteriors i NS6
		nav="ie5ns6"}
		else if(document.all && !document.getElementById){
			nav="ie4"} //anteriors a IE 5
tamany_finestra();		
}
function navegador2(){
if(document.layers){//NS4
	nav="ns4";}
	else if(document.getElementById){//IE 5 i posteriors i NS6
		nav="ie5ns6"}
		else if(document.all && !document.getElementById){
			nav="ie4"} //anteriors a IE 5
tamany_finestra2();		
}
winW=0;
winH=0;
function tamany_finestra(){
if (nav == "ns4"){
		winW = window.innerWidth-17;
		winH = window.innerHeight-8;}	
else{
	if (navigator.appName == "Microsoft Internet Explorer"){
		winW = document.body.offsetWidth-20;
		winH = document.body.offsetHeight+5;}
	else {
		winW = window.innerWidth;
		winH = window.innerHeight+7;}		
	}
posicionar();	
}

function posicionar(){
if (winW<770){winW=769}
if (winH<453) {winH=444}
distx=(winW-769)/2;
disty=(winH-444)/2;
posx_tot=distx+205;
posy_tot=disty+135;
mourecapa("tot",posx_tot,posy_tot); 
veure("tot");
}
function tamany_finestra2(){
if (nav == "ns4"){
		winW = window.innerWidth-17;
		winH = window.innerHeight-8;}	
else{
	if (navigator.appName == "Microsoft Internet Explorer"){
		winW = document.body.offsetWidth-20;
		winH = document.body.offsetHeight+5;}
	else {
		winW = window.innerWidth;
		winH = window.innerHeight+7;}		
	}
posicionar2();	
}

function posicionar2(){
if (winW<770){winW=769}
if (winH<453) {winH=444}
distx=(winW-769)/2;
disty=(winH-444)/2;
posx_tot=distx+215;
posy_tot=disty+115;
mourecapa("contentClip",posx_tot,posy_tot); 
veure("contentClip");
}
function ref(nom_capa){
    if (nav == "ie5ns6") return "document.getElementById('" + nom_capa + "').style."
 	else 	if (nav == "ie4") return "document.all['" + nom_capa + "'].style."
			else return "document." + nom_capa + "."
} 

function ref2(nom_capa,capa_mare){
    if (nav == "ie5ns6") return "document.getElementById('" + nom_capa + "').style."
	else  	if (nav == "ie4") return "document.all['" + nom_capa + "'].style."
			else return "document." + capa_mare + ".document." + nom_capa + "."

  } 
  
function veure(nom_capa){
	eval(ref(nom_capa) + "visibility = 'visible'");     
}

function veure2(nom_capa,capa_mare){
	eval(ref2(nom_capa,capa_mare) + "visibility = 'visible'");     
}


function amagar(nom_capa){
    eval(ref(nom_capa) + "visibility = 'hidden'");
}

function amagar2(nom_capa,capa_mare){
    eval(ref2(nom_capa,capa_mare) + "visibility = 'hidden'");
}

function mourecapa(capa,posx,posy){
   	if (nav=="ns4" || nav=="ie5ns6") {
        eval(ref(capa) + "left=posx;");
        eval(ref(capa) + "top=posy;");
  	}
    else {
    	eval(ref(capa) + "pixelLeft=posx;");
        eval(ref(capa) + "pixelTop=posy;");
    }
}


function mourecapa2(nom_capa,capa_mare,posxa,posya){
   	if (nav=="ns4" || nav=="ie5ns6") {
		
        eval(ref2(nom_capa,capa_mare) + "left=posxa;");
        eval(ref2(nom_capa,capa_mare) + "top=posya;");
  	}
    else {
    	eval(ref2(nom_capa,capa_mare) + "pixelLeft=posxa;");
        eval(ref2(nom_capa,capa_mare) + "pixelTop=posya;");
    }
}

function clipcapa(capa,arr,der,aba,izq){
  	if (nav=="ns4") {
    	eval(ref(capa) + "clip.top=arr;");
        eval(ref(capa) + "clip.right=der;");
        eval(ref(capa) + "clip.bottom=aba;");
        eval(ref(capa) + "clip.left=izq;");
   	}
    else {
        eval(ref(capa) + "clip='rect("+arr+"px "+der+"px "+aba+"px "+izq+"px)'");
    }
}

function clipcapa2(nom_capa,capa_mare,arr,der,aba,izq){
  	if (nav=="ns4") {
    	eval(ref2(nom_capa,capa_mare) + "clip.top=arr;");
        eval(ref2(nom_capa,capa_mare) + "clip.right=der;");
        eval(ref2(nom_capa,capa_mare) + "clip.bottom=aba;");
        eval(ref2(nom_capa,capa_mare) + "clip.left=izq;");
   	}
    else {
        eval(ref2(nom_capa,capa_mare) + "clip='rect("+arr+"px "+der+"px "+aba+"px "+izq+"px)'");
    }
}

function obre(desti,am,al,nom){
  var ampla = am;
  var altura = al;
  strURL = desti;
  poshoritz = (screen.width) ? (screen.width-ampla)/2 : 0;
  posvert = (screen.height) ? (screen.height-altura)/2 : 0;
  strW = 'toolbar=0,directories=0,location=0,status=no,menubar=0,resizable=false,copyhistory=yes,scrollbars=yes,width='+ ampla + ',height='+ altura + ',top='+ posvert + ',left='+ poshoritz;
  eval("window.open('" + strURL + "',nom,'" + strW + "')");
}


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)    // Y2K Fix, Isaac Powell
year = year + 1900; // http://onyx.idbsu.edu/~ipowell

function mirar_any(){
	document.write(date + " de " + lmonth + " del " + year)
}


var q=0;
function escriure (q){
//mourecapa("tot",20,260);
//clipcapa("tot",0,340,200,0);
  if (nav=="ns4")
	{        eval("document.tot.document.write(texto"+q+")");
             document.ventana.document.close();
	}
    else  tot.innerHTML=texto0;

veure("tot");

}
