function MostrarMenuSuperior()
{
document.write('<span class="text">&nbsp;');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="./default.aspx" target="_self" class="text">Inicio</a>');
document.write('&nbsp;|');
document.write('&nbsp;<a href="./mapaweb.html" target="_self" class="text">Mapa Web</a>');
document.write('&nbsp;|');
document.write('&nbsp;<a href="./sw/is/wfLogin.aspx" target="_blank" class="text">Intranet</a>');
document.write('&nbsp;|');
document.write('&nbsp;<a href="./contactenos.html" target="_self" class="text">Cont&aacute;ctenos</a>');
document.write('</span>');
}

function MostrarMenuInferior()
{
document.write('<span class="text">');
document.write('<a href="./default.aspx" target="_self" class="text">Inicio</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="./unete.html" target="_self" class="text">Unete a Confianza</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="./wfAgencias.aspx" target="_self" class="text">Nuestras Agencias</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="https://mail.financieraconfianza.pe/owa" target="_blank" class="text">Correo Corporativo</a>');
document.write('</span>');
}

function IniciaMenuLateral()
{
	document.write('<table width="200" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td width="10" height="10" valign="bottom"><img src="./img/00.jpg" /></td>');
   	document.write('<td width="180" valign="top" bgcolor="#cccccc"></td>');
	document.write('<td width="10" height="10" valign="bottom"><img src="./img/10.jpg" /></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="auto" valign="top" bgcolor="#cccccc"><!--DWLayoutEmptyCell-->&nbsp;</td>');
	document.write('<td valign="top" align="left" bgcolor="cccccc">');
	document.write('<ul id="navi">');
}

function AgregaItem(texto,vinculo)
{
	document.write('<li><a href="'+vinculo+'" target="_self">&nbsp;'+texto+'</a></li>');
}

function TerminaMenuLateral()
{
	document.write('</ul>');
	document.write('</td>');
	document.write('<td valign="top" bgcolor="#cccccc"><!--DWLayoutEmptyCell-->&nbsp;</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width="10" height="10" valign="top"><img src="./img/01.jpg" /></td>');
	document.write('<td height="10" valign="top" bgcolor="#cccccc"></td>');
	document.write('<td width="10" height="10" valign="top"><img src="./img/11.jpg" /></td>');
	document.write('</tr>');
	document.write('</table>');
}


function popup(mylink, windowname, myparams)
{
	if (! window.focus)return true;
	var href;
	if (typeof(mylink) == 'string')
	   href=mylink;
	else
	   href=mylink.href;
	window.open(href, windowname, myparams);
	return false;
}

