// JavaScript Document

/*Peu*/

function peu(secure) {
	var sImgBase = (secure==null) ? "" : "https://secure.ccrtvi.com/noticies/";
	document.write("<div id='peu'><table width='100%' border='0' cellpadding='0' cellspacing='0'><tr><td>");
	document.write("<a href='http://www.tv3.cat' target='_blank'><img src='" + sImgBase + "/img/logointer.gif' alt='Logo de CCRTV Interactiva' width='112' height='38' border='0' style='float:left' ></a><a title='Enlla&ccedil; a una nova plana' href='http://www.tv3.cat' target='_blank'><img style='float:left' src='" + sImgBase + "/img/logotvc.gif' width='150' height='38' alt='Logo Televisi&oacute; de Catalunya' border='0' ></a><a href='http://www.catradio.cat' target='_blank'><img  src='" + sImgBase + "/img/logocatradio.gif' alt='Catalunya R&agrave;dio' border='0' style='float:left'></a></td><td>");
	document.write("<p>&copy; 2006 CCRTV Interactiva, S.A.<br> Televisi&oacute; de Catalunya, S.A.- Catalunya Ràdio S.R.G., S.A<br><a href='http://www.324.cat/mapaweb.htm' target='_blank' >Mapa Web</a> | <a href='http://www.tv3.cat/avis' target='_blank' >Av&iacute;s legal</a> | <a  href='http://www.324.cat/iqua/' target='newWindow' class='external'  onClick=\"window.open(this.href, this.target, 'width=450,height=400'); return false\">Segell de qualitat</a> | <a href='http://www.324.cat/contacta/' target='_blank' >Contacta</a></p></div></td></tr></table>");
	if (secure==null) document.write("<script src='http://www.324.cat/js/ojd.js' type='text/javascript'></script>");
}

/*Menu*/

function menu(seccio){
	var	urlsOn = ["img/m_encaixcatalunya_on.gif", "img/m_puzle_on.gif", "img/m_fets_on.gif", "img/m_por_on.gif", "img/m_cultura_on.gif", "img/m_deixat_on.gif"];
	var	urlsOff = ["img/m_encaixcatalunya_off.gif", "img/m_puzle_off.gif", "img/m_fets_off.gif", "img/m_por_off.gif", "img/m_cultura_off.gif", "img/m_deixat_off.gif"];
	// PRECARGUEM LES IMATGES
	for(var i = 0;i<urlsOff.length;i++){
		this["iluminada"+(i+1)] = new Image();
		this["iluminada"+(i+1)].src = urlsOn[i];
		//
		this["apagada"+(i+1)] = new Image();
		this["apagada"+(i+1)].src = urlsOff[i];
	}
	
	if (seccio=='catalunya'){
		document.write('<a href="encaix_de_catalunya.htm"><img src="img/m_encaixcatalunya_off.gif" alt="L\'encaix de Catalunya" name="imagen1" border="0"></a>');
	}else{
		document.write('<a href="encaix_de_catalunya.htm" onmouseover="window.document[\'imagen1\'].src =apagada1.src" onmouseout="window.document[\'imagen1\'].src = iluminada1.src"><img src="img/m_encaixcatalunya_on.gif" alt="L\' encaix de Catalunya" name="imagen1" border="0"></a>');
	}
	if (seccio=='puzle'){
		document.write('<a href="el_puzle_espanya.htm"><img src="img/m_puzle_off.gif" alt="El puzle d\'Espanya" name="imagen2" border="0"></a>');
	}else{
		document.write('<a href="el_puzle_espanya.htm" onmouseover="window.document[\'imagen2\'].src =apagada2.src" onmouseout="window.document[\'imagen2\'].src = iluminada2.src"><img src="img/m_puzle_on.gif" alt="El puzle d\'Espanya" name="imagen2" border="0"></a>');
	}
		if (seccio=='fets'){
		document.write('<a href="fets_que_son_noticia.htm"><img src="img/m_fets_off.gif" alt="D¡Ftes que són notícia" name="imagen3" border="0"></a>');
	}else{
		document.write('<a href="fets_que_son_noticia.htm" onmouseover="window.document[\'imagen3\'].src =apagada3.src" onmouseout="window.document[\'imagen3\'].src = iluminada3.src"><img src="img/m_fets_on.gif" alt="Fets que són notícia" name="imagen3" border="0"></a>');
	}
		if (seccio=='por'){
		document.write('<a href="un_mon_amb_por.htm"><img src="img/m_por_off.gif" alt="Un món amb por" name="imagen4" border="0"></a>');
	}else{
		document.write('<a href="un_mon_amb_por.htm" onmouseover="window.document[\'imagen4\'].src =apagada4.src" onmouseout="window.document[\'imagen4\'].src = iluminada4.src"><img src="img/m_por_on.gif" alt="Un món amb por" name="imagen4" border="0"></a>');
	}
		if (seccio=='cultura'){
		document.write('<a href="la_cultura.htm"><img src="img/m_cultura_off.gif" alt="La cultura" name="imagen5" border="0"></a>');
	}else{
		document.write('<a href="la_cultura.htm" onmouseover="window.document[\'imagen5\'].src =apagada5.src" onmouseout="window.document[\'imagen5\'].src = iluminada5.src"><img src="img/m_cultura_on.gif" alt="La cultura" name="imagen5" border="0"></a>');
	}
		if (seccio=='deixat'){
		document.write('<a href="els_que_ens_han_deixat.htm"><img src="img/m_deixat_off.gif" alt="Els que ens han deixat" name="imagen6" border="0"></a>');
	}else{
		document.write('<a href="els_que_ens_han_deixat.htm" onmouseover="window.document[\'imagen6\'].src =apagada6.src" onmouseout="window.document[\'imagen6\'].src = iluminada6.src"><img src="img/m_deixat_on.gif" alt="Els que ens han deixat" name="imagen6" border="0"></a>');
	}
}


/*Submenu*/
function submenu(ruta, numero){
	iluminada_submenu = new Image();
   	iluminada_submenu.src = "img/boto_barra_on.gif";
   	apagada_submenu = new Image();
   	apagada_submenu.src = "img/boto_barra_off.gif";
   
	document.write('<a href="'+ruta+'" onmouseover="window.document[\'submenu'+numero+'\'].src = apagada_submenu.src" onmouseout="window.document[\'submenu'+numero+'\'].src = iluminada_submenu.src"><img src="img/boto_barra_on.gif" alt="Boto" name="submenu'+numero+'" border="0"></a>');
}



function buscadors(){	
	document.write('<table cellpadding="0" cellspacing="0" border="0">');
	document.write('<tr>');
	document.write('<td width="317px" style="text-align:left;"><img src="img/cercadors.gif" alt="Buscadors"></td>');
	document.write('<td width="68px"><a href="http://www.324.cat/pnoticies/notServei.jsp?servei=audios" target="_blank"><img src="img/audios.gif" alt="Buscar àudios" style="border:0px;"></a></td>');
	document.write('<td width="69px"><a href="http://www.324.cat/pnoticies/notServei.jsp?servei=videos" target="_blank"><img src="img/videos.gif" alt="Buscar vídeos" style="border:0px;"></a></td>');
	document.write('<td width="66px"><img src="img/noticies.gif" alt="Buscar noticies"></td>');
	document.write('<td width="200px">');
	document.write('<form id="search_formGen" name="search_formGen" action="http://www.324.cat/searcher/Search" method="post" onSubmit="return submf(\'Gen\')"><input type="hidden" name="hiPortal" value="tn"><input type="hidden" name="hiSearchEngine" value="lucene"><input type="hidden" name="hiAdvanced" value="1"><input type="hidden" name="maxRowsDisplay" value="50"><input type="hidden" name="maxPagesVisibles" value="15"><input type="hidden" name="hiStartValue" value="1"><input type="hidden" name="hiTarget" value="not/seaResultats.jsp"><input type="hidden" name="frmNum" value="Gen"><input type="hidden" name="textBusca" value=""><input type="text" name="textBuscaGen" class="menuCercador"><a href="javascript:submitForm(\'Gen\')"><img border="0" alt="cerca" src="img/cercar_nou.gif" width="41" height="20"></a></form>');
	document.write('</td></tr></table>');
}


