//Titulo de la página


function Cabecera()
{
	var url= document.location.href;
	var pagina= url.substring(url.lastIndexOf("/")+1);
document.write("<table width=100% border=0 cellpadding=0 cellspacing=0  align='center'>");
document.write("<tr>");
document.write("  <td width=96 valign=bottom height=81><a href='index2.htm' title='Fundación Andaluza de los Gestores Administrativos'><img src='imagenes/logofaga2.gif' border=0 ></a></td>");
document.write("  <td width=5 ><p>&nbsp;</td>");
document.write("  <td width=86 ><img src='imagenes/logofaga3.gif' align='center' border=0></td>");
document.write("  <td bgcolor=#FEA947 valign=bottom >");
document.write("	<table border=0 cellpadding=0 cellspacing=0  align='center' width=100%>");
document.write("		<tr>");
document.write("  			<td width=300>&nbsp;</td>");
document.write("  			<td width=75>");
if(pagina=="index2.htm")
	document.write("  			<img src='imagenes/apuntador_white.gif' border=0 align=middle ><span class=textoBlancoCabecera>Home</span>");
else
	document.write("  			<a href='index2.htm'><a href='index2.htm' class=enlaceCabecera><img src='imagenes/apuntador_black.gif'border=0 align=middle>Home</a>");
document.write("  			</td>");
document.write("  			<td width=75>");
if(pagina=="mapa.htm")
	document.write("  			<img src='imagenes/apuntador_white.gif' border=0 align=middle><span class=textoBlancoCabecera>Mapa Web</span>");
else
	document.write("  			<a  class=enlaceCabecera><img src='imagenes/apuntador_black.gif' border=0 align=middle>Mapa Web</a>");
document.write("  			</td>");
document.write("  			<td width=75>");
if(pagina=="contacto.htm")
	document.write("  			<img src='imagenes/apuntador_white.gif' border=0 align=middle><span class=textoBlancoCabecera>Contacto</span>");
else
	document.write("  			<a href='contacto.htm' class=enlaceCabecera><img src='imagenes/apuntador_black.gif' border=0 align=middle>Contacto</a>");
document.write("  			</td>");
document.write("		</tr>");
document.write("	</table>");
document.write("	</td>");
document.write("</tr>");
document.write("<tr><td height=30 colspan=4></td></tr>");
document.write("</table>");
}

function noticia(titulo,imagen,contenido,enlace)
{
document.write("<table width=175 border=0 cellpadding=0 cellspacing=0>");
document.write("<tr>");
document.write("  <td valign=top align=justify><img src='"+ imagen +"' ></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td height=3></td>");
document.write("</tr>");
document.write("  <td  align=justify >");
if (enlace!="")
	document.write("  <a href='"+ enlace +"' class=titularNoticias>"+ titulo +"</a></td>");
else
	document.write( "<span class=titularNoticias>" + titulo +"</span></td>");
document.write("<tr>");
document.write("  <td height=3></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td  align=justify class=textomp >"+ contenido +"</td>");
document.write("</tr>");
document.write("</table>");
}

function noticia2(titulo,imagen,contenido,enlace)
{
	if(imagen=="")
		imagen= "imagenes/00.gif";
document.write("<table width=175 border=0 cellpadding=0 cellspacing=0>");
document.write("<tr>");
document.write("  <td valign=top align=justify><img src='"+ imagen +"' align=left border=0 >");
if (enlace!="")
	document.write("  <a href='"+ enlace +"'><img src='imagenes/plus.gif' align=right border=0 ></a></td>");
else
	document.write("  <img src='imagenes/plus.gif' align=right border=0 ></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td height=3></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td  align=justify >");
if (enlace!="")
	document.write("  <a href='"+ enlace +"' class=titularNoticias>"+ titulo +"</a></td>");
else
	document.write( "<span class=titularNoticias>" + titulo +"</span></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td height=3></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td  align=justify class=textomp>"+ contenido +"</td>");
document.write("</tr>");
document.write("</table>");
}

function servicios(servicio,titulo,imagen,contenido,enlace)
{
	if(imagen=="")
		imagen= "imagenes/00.gif";
document.write("<table width=175 border=0 cellpadding=0 cellspacing=0>");
document.write("<tr>");
document.write("  <td valign=top align=justify><img src='"+ imagen +"' align=left border=0 >");
if (enlace!="")
	document.write("  <a href='"+ enlace +"'><img src='imagenes/plus.gif' align=right border=0 ></a></td>");
else
	document.write("  <img src='imagenes/plus.gif' align=right border=0 ></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td height=3></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td  align=justify ><a href='"+ enlace +"' class=titularServicio>"+ servicio +"</a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td  align=justify class=titularNoticias>"+ titulo +"</td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td height=3></td>");
document.write("</tr>");
document.write("<tr>");
document.write("  <td  align=justify class=textomp>"+ contenido +"</td>");
document.write("</tr>");
document.write("</table>");
}

function MenuSecciones()
{
var nivel1= new Array();
var nivel2= new Array();

nivel1[0]="Bienvenida;bienvenida;bienvenida.htm";
nivel1[1]="Faga;faga"
	nivel2[1]=new Array();
	nivel2[1][0]="Que es faga;;faga.htm";
	nivel2[1][1]="Órganos de Gobierno;;faga_gobierno.htm";
	nivel2[1][2]="Objetivos;;faga_objetivos.htm";
	nivel2[1][3]="Beneficiarios;;faga_beneficiarios.htm";
nivel1[2]="Ámbito de Actuación;ambito"
	nivel2[2]=new Array();
	nivel2[2][0]="Acción Social;;ambito_accion.htm";
	nivel2[2][1]="Servicios;;ambito_serv.htm";
nivel1[3]="Actualidad;act_"
	nivel2[3]=new Array();
	nivel2[3][0]="Agenda;agenda;act_agenda.htm";
	nivel2[3][1]="Noticias;noticia;act_noticias.htm";
	nivel2[3][2]="Publicaciones;publicacion;act_publicaciones.htm";
nivel1[4]="Servicios;servicio;servicios.htm"
	nivel2[4]=new Array();
	nivel2[4][0]="Protección de datos;;servicios01.htm";
	nivel2[4][1]="Sistemas de Calidad;;servicios02.htm";
	nivel2[4][2]="Gestión de Subvenciones;;servicios03.htm";
	nivel2[4][3]="Formación;;servicios04.htm";
	nivel2[4][4]="Otros;;servicios05.htm";

	var url= document.location.href;
	var pagina= url.substring(url.lastIndexOf("/")+1);
	
document.write("<table width=187  border='0' bordercolor='#000000' cellpadding='0' cellspacing='0' align=center>");
for (var i=0;i < nivel1.length; i++)
{
	var pnivel1=nivel1[i].split(";");
	var encontrado=pagina.indexOf(pnivel1[1]); 
	// SECCION 
	document.write("	<tr> ");
	document.write("		<td width=12 class='tdMenuSecciones' valign=top><img src='imagenes/apuntador.gif' border=0></td>");

	if (pnivel1.length==3)
	{
		if (encontrado!=-1)
			document.write("		<td colspan=2 class='tdMenuSecciones' valign=top><a href='" + pnivel1[2] + "' class='enlaceMenuAmarillo'>" + pnivel1[0] +"</a></td>");
		else
			document.write("		<td colspan=2 class='tdMenuSecciones' valign=top><a href='" + pnivel1[2] + "' class='enlaceMenu'>" + pnivel1[0] +"</a></td>");
	}
	else
	{
		if (encontrado!=-1)
			document.write("		<td colspan=2 class='tdMenuSecciones' valign=top><span class=enlaceMenuAmarillo>" + pnivel1[0]+"</span></td>");
		else
			document.write("		<td colspan=2 class='tdMenuSecciones' valign=top>" + pnivel1[0]+"</td>");
	}
	
	document.write("	</tr>");
	
	if(typeof(nivel2[i]) =='object')
	{
		for (var x=0;x < nivel2[i].length; x++)
		{
			var pnivel2=nivel2[i][x].split(";");
			var enc=pagina.indexOf(pnivel2[1]); 
			document.write("	<tr> ");
			document.write("		<td  class='tdMenuSecciones' valign=top></td>");
			
			if (pnivel2.length==3)
			{
				if((enc!=-1 && pnivel2[1]!="") || pagina== pnivel2[2])
					document.write("		<td colspan=2 class='tdMenuSubsecciones' valign=top><a href='"+ pnivel2[2] +"' class='enlaceMenuAmarillo'><b>·</b> " + pnivel2[0]+"</a></td>");
				else
					document.write("		<td colspan=2 class='tdMenuSubsecciones' valign=top><a href='"+ pnivel2[2] +"' class='enlaceMenu'><b>·</b> " + pnivel2[0]+"</a></td>");
			
			}
			else
				document.write("		<td colspan=2 class='tdMenuSubsecciones' valign=top><b>·</b> " + pnivel2[0]+"</td>");
			document.write("	</tr>");
		}
	}
	document.write("<tr><td height=5></td></tr>");
}
document.write("</table>");
document.write("<br>");
document.write("<table width=187  border='0' bordercolor='#000000' cellpadding='0' cellspacing='0' align=center>");
	document.write("	<tr> ");
	document.write("		<td align=center><a href='http://www.gestoresgranada.es' title='Colegio Oficial de Gestores Administrativos de Granada, Jaén y Almería'><img src='imagenes/ga_granada.gif' border=0></a></td> ");
	document.write("	</tr> ");
document.write("</table>");
}

function PieSecciones()
{
document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write("	<tr>");
document.write("		<td align=center bgcolor=#FEA947 ><span class='textoBlanco'>FAGA</span>&nbsp;<span class='textoVerde'>FUNDACIÓN ANDALUZA DE LOS GESTORES ADMINISTRATIVOS</span></td>");
document.write("	</tr>");
document.write("</table>");
}

function popup(enlace)
{
window.open(enlace,"ventanita","toolbar=yes,location=no,directories=no,status=no,scrollbars=yes,menubar=yes,resizable=yes,width=800,height=600");

}
function plusVerde(id,td)
{
	document.getElementById(id).src="imagenes/plus.gif";
	td.style.cursor='hand';
	td.className='enlaceMenuBlanco';

}
function plusAmarilla(id, td)
{
	document.getElementById(id).src="imagenes/plusamarilla.gif";
	td.style.cursor='hand';
	td.className='enlaceMenuBlancoSub';
}
function ir(enlace)
{
	
}