
// JavaScript Document

document.write ('<link href="_notes/estilos.css" rel="stylesheet" type="text/css" title="style">');

/**************************************ie png fix**********************************/

/*document.write( "\<!--[if lt IE 7]\>");
document.write ("\<script" );
document.write( " defer type='text/javascript' src='../6065/js/pngfix.js'" );
document.write( "\>" );
document.write( "\</script\>\<![endif]--\>" );*/

/**************************************ie png fix**********************************/


/*********************** marcos ajax ***************************/



function iniciomarcoAjax(titulo,cerrar,capa,bgcolor){

var colorActivo=1;
var colorBordes=2;
bgcolor = typeof(bgcolor) != 'undefined' ? bgcolor : '#FFFFCC';
aux='<div id="Cabecera" style="z-index:1; width: 98%;height: 15px;position: relative;top: 25px;left:5px; ">';
aux+='<table class="contenidogris" border=0 width=100%><tr><td ><b>'+titulo+'</b></td><td align=right><a href="#" onclick="document.getElementById(\'CargandoListado\').style.display=\'none\';" ><font color="#FF0000">'+cerrar+'</font></a></td></tr></table>';
aux+='</div>';

aux+='<table width="100%" border="0" cellspacing="5" cellpadding="0">';
aux+='<tr>';
aux+='<td>';
aux+='<table width="100%" border="0"cellspacing="0" cellpadding="0" style="background-color:'+bgcolor+';">';
aux+='<tr>';
aux+='<td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='<td height="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='<td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='</tr>';
aux+='<tr>';
aux+='<td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='<td style="padding-left:3px; padding-top:2px;">';
aux+='<br>';
return aux;

}


function finmarcoAjax (){
	
var colorActivo=1;
var colorBordes=2;
	var imgBorde = "";
	/*if(lumi=='B')
	  imgBorde = "HCborde_1px.gif";
	else*/
	  imgBorde = "bordefa_1px"+colorActivo+".gif";
	
aux='</td>';
aux+='<td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='</tr>';
aux+='<tr>';
aux+='<td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='<td class="fondoazul" ><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='<td  align="right" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>';
aux+='</tr>';
aux+='</table>';
aux+='</td>';
aux+='</tr>';
aux+='</table>';
return aux;

} 


/****************************************************************/


/******************************** accesibilidad *********************************/

function setActiveStyleSheet(title) {
  var i, a, main;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
      a.disabled = true;
      if(a.getAttribute("title") == title){ a.disabled = false; }
    }
  }parent.topFrame.estilo=title;

}
function setActiveStyleSheet2(title) {
  var i, a, main;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
      a.disabled = true;
      if(a.getAttribute("title") == title) a.disabled = false;
    }
  }

}
function activar(title){
	parent.topFrame.setActiveStyleSheet(title);
	setActiveStyleSheet(title);
	parent.leftFrame.setActiveStyleSheet2(title);
}
function getActiveStyleSheet() {
  var i, a;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title");
  }
  return null;
}
function getPreferredStyleSheet() {
  var i, a;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1
       && a.getAttribute("rel").indexOf("alt") == -1
       && a.getAttribute("title")
       ) return a.getAttribute("title");
  }
  return null;
}
/*window.onload = function(e) {
  //var title = parent.topFrame.estilo ? parent.topFrame.estilo : parent.topFrame.getPreferredStyleSheet();
  //setActiveStyleSheet(title);
  //alert(title);
}
window.onunload = function(e) {
 // var title = parent.topFrame.getActiveStyleSheet();
  //parent.topFrame.estilo=title;
}
  //var title = parent.topFrame.estilo ? parent.topFrame.estilo : parent.topFrame.getPreferredStyleSheet();
  //alert(title);
  //setActiveStyleSheet(title);
  //alert(parent.topFrame.estilo);*/


/**************************************************/

var  defaultsizes=new Array();

function guardartam(){
	var ii,estil,tama,maxi,css,doc;
	for(j=0;j<3;j++){
		//alert(j);
		if (!document.styleSheets[j].disabled){
			css=document.styleSheets[j];
			//alert(css);
		}
	}
	if (css.cssRules)
		estil= css.cssRules
	else if (css.rules)
		estil = css.rules
	for(ii=0;ii<estil.length;ii++){
		tama=estil[ii].style.fontSize;
		maxi=tama.length-2;
		tama=tama.substr(0,maxi);
		if(tama=='')
			tama=0;
		defaultsizes[ii]=tama;
	}
}


function iniciomarco(){



		document.write ('<table width="100%"  border="0" cellspacing="5" cellpadding="0">  <tr>   <td><table width="100%"  border="0"cellspacing="0" cellpadding="0">');
document.write ('  <tr>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="txtpasos"></td>');
document.write ('    <td height="18">');
document.write ('      <table width="100%" height="18"  border="0" cellpadding="0" cellspacing="2">');
document.write ('        <tr><td>');



}


function finmarco (){


document.write ('      </td>  </tr>');
document.write ('      </table>');
document.write ('    </td>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('</table> </td>	</tr></table>');



}

function iniciomarco1(){
document.write ('<table width="100%" border="0" cellspacing="5" cellpadding="0">');
document.write ('  <tr>');
document.write ('    <td>');
document.write ('      <table width="100%" border="0"cellspacing="0" cellpadding="0">');
document.write ('        <tr>');
document.write ('          <td width="1" class="colorseccion1"><img src=img/pixel.gif" width="1" height="1"></td>');
document.write ('          <td height="1" class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('          <td class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('        </tr>');
document.write ('        <tr>');
document.write ('          <td width="1" class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('          <td style="padding-left:3px; padding-top:2px;">');
}


function finmarco1 (){
	
document.write ('          </td>');
document.write ('          <td style="border-right:1px solid #F29323;" ><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('        </tr>');
document.write ('        <tr>');
document.write ('          <td width="1" class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('          <td style="border-bottom:1px solid #F29323;" ><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('          <td width="25" height="25" align="right"><img src="img/borde_1px1.gif"></td>');
document.write ('        </tr>');
document.write ('      </table>');
document.write ('    </td>');
document.write ('  </tr>');
document.write ('</table>');
}


function zoomin(){
	var i,j,mx,estilo,css,doc;
	for(j=0;j<3;j++){
		if (!document.styleSheets[j].disabled){
			css=document.styleSheets[j];
			//alert(css);
		}
	}
	if (css.cssRules)
		estilo= css.cssRules
	else if (css.rules)
		estilo = css.rules
	for(i=0;i<estilo.length;i++){
		tam=estilo[i].style.fontSize;
		maximo=tam.length-2;
		unidad=tam.substr(maximo,2);
		tam=tam.substr(0,maximo);
		tam++;
		mx=defaultsizes[i];
		if(mx>0)
			for(j=0;j<5;mx++,j++);
		if(mx<tam)
			tam=mx;
		estilo[i].style.fontSize=tam+unidad;
	}
}


function zoomout(){
	var i,estilo,j,mn,css,doc;
	for(j=0;j<3;j++){
		if (!document.styleSheets[j].disabled){
			css=document.styleSheets[j];
			//alert(css);
		}
	}
	if (css.cssRules)
		estilo= css.cssRules
	else if (css.rules)
		estilo = css.rules
	for(i=0;i<estilo.length;i++){
		//alert(estilo.cssRules[i].style.fontSize);
		tam=estilo[i].style.fontSize;
		maximo=tam.length-2;
		unidad=tam.substr(maximo,2);
		tam=tam.substr(0,maximo);
		tam--;
		mn=defaultsizes[i];
		if(mn>0)
			for(j=0;j<1;mn--,j++);
		if(mn>tam)
			tam=mn;
		estilo[i].style.fontSize=tam+unidad;
	}
}


function ImprimeCabecera (ruta) {

document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('  <tr>');
document.write('    <td width="11"><img src="img/flecha.gif" width="11" height="10"></td>');
document.write('    <td class="titulogris">');
document.write('      <table width="100%"  border="0" cellspacing="0" cellpadding="0" class="tituloazul">');
document.write('        <tr>');
document.write('          <td height="22" colspan=3>'+ruta+'</td>');
document.write('        </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('  </tr>');
//document.write('  <tr>');
//document.write('    <td height="1" colspan="2" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
//document.write('  </tr>');
document.write('</table>');
}
function ImprimeCabecera2 (ruta) {

document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('  <tr>');
document.write('    <td width="11"><img src="img/flecha.gif" width="11" height="10"></td>');
document.write('    <td class="titulogris">');
document.write('      <table width="100%"  border="0" cellspacing="0" cellpadding="0" class="tituloazul">');
document.write('        <tr>');
document.write('          <td height="22">'+ruta+'</td>');
document.write('          <td width="26"></td>');
document.write('          <td width="28"></td>');
document.write('        </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('  </tr>');
//document.write('  <tr>');
//document.write('    <td height="1" colspan="2" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
//document.write('  </tr>');
document.write('</table>');
}
function ImprimeCabecera3 (ruta) {
var retorno='';
retorno+='<table width="100%"  border="0" cellspacing="0" cellpadding="0">';
retorno+='  <tr>';
retorno+='    <td width="11"><img src="img/flecha.gif" width="11" height="10"></td>';
retorno+='    <td class="titulogris">';
retorno+='      <table width="100%"  border="0" cellspacing="0" cellpadding="0" class="tituloazul">';
retorno+='        <tr>';
retorno+='          <td height="22">'+ruta+'</td>';
retorno+='          <td width="26"></td>';
retorno+='          <td width="28"></td>';
retorno+='        </tr>';
retorno+='      </table>';
retorno+='    </td>';
retorno+='  </tr>';
retorno+='</table>';
return retorno;
}



function ImprimePasos (pasos) {

document.write ('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write ('  <tr>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="txtpasos">Pasos:</td>');
document.write ('    <td height="18">');
document.write ('      <table width="100%" height="18"  border="0" cellpadding="0" cellspacing="2">');
document.write ('        <tr>');
ancho = 100 / (pasos.length - 1);
  for (i = 1; i < pasos.length; i++) {
    if (i == pasos[0]) {
      document.write ('<td class="txtpasoson">&nbsp;'+i+'&nbsp;</td>');
      document.write ('<td width="'+ancho+'%" class="txtpasoson">'+pasos[i]+'</td>');
      document.write ('<td><img src="img/separador_pasos.gif" width="3" height="22"></td>');
    }
    else {
      document.write ('<td width="'+ancho+'%" class="txtpasosoff"> '+i+'. '+pasos[i]+'</td>');
    }
  }
document.write ('        </tr>');
document.write ('      </table>');
document.write ('    </td>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('</table>');
}
function ImprimePasos2 (pasostexto,pasos) {

		   document.write ('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write ('  <tr>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="txtpasos" width=130>'+pasostexto+'</td>');
document.write ('    <td height="18">');
document.write ('      <table width="100%" height="18"  border="0" cellpadding="0" cellspacing="2">');
document.write ('        <tr>');
ancho = 100 / (pasos.length - 1);
  for (i = 1; i < pasos.length; i++) {
    if (i == pasos[0]) {
      document.write ('<td class="txtpasoson">&nbsp;'+i+'&nbsp;</td>');
      document.write ('<td width="'+ancho+'%" class="txtpasoson">'+pasos[i]+'</td>');
      document.write ('<td><img src="img/separador_pasos.gif" width="3" height="22"></td>');
    }
    else {
      document.write ('<td width="'+ancho+'%" class="txtpasosoff"> '+i+'. '+pasos[i]+'</td>');
    }
  }
document.write ('        </tr>');
document.write ('      </table>');
document.write ('    </td>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('</table>');
}

function ImprimePasos1 (pasostexto,pasos) {

document.write ('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write ('  <tr>');
document.write ('    <td width="1" rowspan="5" class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="5" class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" rowspan="5" class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="txtpasos" width=130>'+pasostexto+'</td>');
document.write ('    <td height="18">');
document.write ('      <table width="100%" height="18" border="0" cellpadding="0" cellspacing="2">');
document.write ('        <tr>');
ancho = 100 / (pasos.length - 1);
  for (i = 1; i < pasos.length; i++) {
    if (i == pasos[0]) {
      document.write ('<td class="txtpasoson color2seccion1">&nbsp;'+i+'&nbsp;</td>');
      document.write ('<td width="'+ancho+'%" class="txtpasoson color2seccion1">'+pasos[i]+'</td>');
    }
    else {
      document.write ('<td width="'+ancho+'%" class="txtpasosoff"> '+i+'. '+pasos[i]+'</td>');
    }
  }
document.write ('        </tr>');
document.write ('      </table>');
document.write ('    </td>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td height="1" colspan="5" class="colorseccion1"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('</table>');
}



function UnImprimePasos2 (pasostexto,pasos) {

   document.write ('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write ('  <tr>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" rowspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td height="1" colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td width="1" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="txtpasos" width=130>'+pasostexto+'</td>');
document.write ('    <td height="18">');
document.write ('      <table width="100%" height="18"  border="0" cellpadding="0" cellspacing="2">');
document.write ('        <tr>');
ancho = 100 / (pasos.length - 1);
  for (i = 1; i < pasos.length; i++) {
    if (i == pasos[0]) {
      document.write ('<td class="txtpasoson" width=30>&nbsp;'+i+'</td>');
      document.write ('<td  class="txtpasoson"  >'+pasos[i]+'</td>');
      document.write ('<td><img src="img/separador_pasos.gif" width="3" height="22"></td>');
    }
    else {
      document.write ('<td  class="txtpasosoff"> '+i+'. '+pasos[i]+'</td>');
    }
  }
document.write ('        </tr>');
document.write ('      </table>');
document.write ('    </td>');
document.write ('    <td><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td colspan="3"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('    <td class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('  <tr>');
document.write ('    <td height="1" colspan="5" class="fondoazul"><img src="img/pixel.gif" width="1" height="1"></td>');
document.write ('  </tr>');
document.write ('</table>');

}



function ImprimeMenu(nombre){
var tablero="";
var auxtablero="";
var auxtablero2="";

  for(x=0; x < nombre.length; x++) {
	  auxtablero2=nombre[x].split("|")[1];
		auxtablero = auxtablero2.indexOf("javascript:");
		if (auxtablero == -1) // no se encontró la cadena "javascript:" en la URL
      tablero+='<td><input type="button" class="boton" value="'+nombre[x].split("|")[0]+'" onClick="self.location.href=\''+nombre[x].split("|")[1]+'\'"></td>';
	  else
      tablero+='<td><input type="button" class="boton" value="'+nombre[x].split("|")[0]+'" onClick="'+auxtablero2+'"></td>';
  }
  return tablero;
}



function ImprimeOperRel (operaciones) {


  document.write ('<table width="100%" cellpadding="0" cellspacing="4">');
  document.write ('  <tr><td>');
document.write ('<table width="100%" cellpadding="0" cellspacing="1">');
  document.write ('  <tr>');
  document.write ('    <td class="contenidogrisbold">Operaciones relacionadas</td>');
  document.write ('  </tr>');
  document.write ('  <tr>');
  document.write ('    <td height="1" class="fondoazul"></td>');
  document.write ('  </tr>');
  for (i = 0; i < operaciones.length; i++) {
    texto = operaciones[i].split("|")[0];
    url = operaciones[i].split("|")[1];

    document.write ('  <tr class="fondoazulclaro">');
    document.write ('    <td style="padding-left:20px;"><img src="img/puntomenos.png">'+
                         '<a class="contenidogris" href="'+url+'">'+texto+'</a></td>');
    document.write ('  </tr>');
  }
  document.write ('</table></td></tr></table>');
}

function ImprimeOperRel2 (texto,operaciones) {


  document.write ('<table width="100%" cellpadding="0" cellspacing="4">');
  document.write ('  <tr><td>');
document.write ('<table width="100%" cellpadding="0" cellspacing="1">');
  document.write ('  <tr>');
  document.write ('    <td class="contenidogrisbold">'+texto+'</td>');
  document.write ('  </tr>');
  document.write ('  <tr>');
  document.write ('    <td height="1" class="fondoazul"></td>');
  document.write ('  </tr>');
  for (i = 0; i < operaciones.length; i++) {
    texto = operaciones[i].split("|")[0];
    url = operaciones[i].split("|")[1];

    document.write ('  <tr class="fondoazulclaro">');
    document.write ('    <td style="padding-left:20px;"><img src="img/puntomenos.png">'+
                         '<a class="contenidogris" href="'+url+'">'+texto+'</a></td>');
    document.write ('  </tr>');
  }
  document.write ('</table></td></tr></table>');
}
function continuar(){
	var heredar='';
	var todas=document.getElementById("todas").checked?"Se Asociarán todas las cuentas":"";
	heredar='<table  border="0" cellspacing="5" cellpadding="0" class="contenidogris">'
          +'<tr>'
            +'<td colspan="6" ><span class="titulofila">1.- Datos del  Solicitante </span> </td>'
		  +'</tr>'
          +'<tr>'
            +'<td ></td>'
			+'<td colspan="2">Nombre y  Apellidos:</td>'
            +'<td colspan="3">'+document.getElementById("NomAp").value+'</td>'
          +'</tr>'
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">NIF:</td>'
            +'<td colspan="3">'+document.getElementById("NIF").value+'</td>'
          +'</tr>'
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">E-mail:</td>'
            +'<td colspan="3">'+document.getElementById("Email").value+'</td>'
          +'</tr>'
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Tel&eacute;fono:</td>'
            +'<td colspan="3">'+document.getElementById("Telefono").value+'</td>'
          +'</tr>'
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Domicilio:</td>'
            +'<td colspan="3" >'+document.getElementById("Direccion").value+'</td>'
          +'</tr>'
          +'<tr>'
            +'<td colspan="6" ><span class="titulofila">2.- Cuentas  vinculadas al servicio:</span></td>'
		  +'</tr>';
		  if(!$("todas").checked){
          heredar+='<tr>'
            +'<td></td>'
			+'<td align="right">Entidad</td>'
            +'<td align="center">Oficina</td>'
            +'<td align="center">DC</td>'
            +'<td align="center">Cuenta</td>'
            +'<td></td>'
          +'</tr>'
          +'<tr>'
            +'<td></td>'
		+'	<td align="right">2065</td>'
         +'   <td align="center">'+document.getElementById("Oficina_1").value+'</td>'
         +'   <td align="center">'+document.getElementById("DC_1").value+'</td>'
         +'   <td align="center">'+document.getElementById("Cuenta_1").value+'</td>'
            +'<td>'
			+'</td>'
          +'</tr>'
          +'<tr>'
           +' <td></td>'
		+'	<td align="right">2065</td>'
         +'   <td align="center">'+document.getElementById("Oficina_2").value+'</td>'
         +'   <td align="center">'+document.getElementById("DC_2").value+'</td>'
         +'   <td align="center">'+document.getElementById("Cuenta_2").value+'</td>'
            +'<td>'
			+'</td>'
          +'</tr>'
          +'<tr>'
          +'  <td></td>'
		+'	<td align="right">2065</td>'
         +'   <td align="center">'+document.getElementById("Oficina_3").value+'</td>'
         +'   <td align="center">'+document.getElementById("DC_3").value+'</td>'
         +'   <td align="center">'+document.getElementById("Cuenta_3").value+'</td>'
         +'   <td>'
		+'	</td>'
         +' </tr>'
          +'<tr>'
           +' <td></td>'
		+'	<td align="right">2065</td>'
         +'   <td align="center">'+document.getElementById("Oficina_4").value+'</td>'
         +'   <td align="center">'+document.getElementById("DC_4").value+'</td>'
         +'   <td align="center">'+document.getElementById("Cuenta_4").value+'</td>'
         +'   <td>'
		+'	</td>'
         +' </tr>';
		  }else{
			heredar+='<tr id="antes">'
           +' <td></td>'
		+'	<td colspan="5">'+todas+'</td>'
         +' </tr>';
		  }
         heredar+=' <tr>'
          +'  <td colspan="3">Oficina donde recogerá la documentación:</td>'
		+'	<td colspan="3">'+$("Oficina").options[$("Oficina").selectedIndex].text.substr(6)
		+'	</td>'
         +' </tr>'
		  +'<tr>'
		  +'	<td colspan="6"></td>'
		  +'</tr>'
  +'</table>';
	$('obDatos').style.display='';
	$('obDatos').style.display='none';
	$('continuar').style.display='';
	$('continuar2').innerHTML=heredar;

}
function putVal(lugar, valor){
if($(valor)){
	if($(valor).type=='checkbox'){
		if($(valor).checked){
			var text=$E($F(valor));
			while($(lugar).lastChild)
				$(lugar).removeChild($(lugar).lastChild);
			$(lugar).appendChild(text);
		}
	}else{

		var text=$E($F(valor));
		while($(lugar).lastChild)
			$(lugar).removeChild($(lugar).lastChild);
		$(lugar).appendChild(text);
	}
}
}
function putVal2(lugar, valor){
	$(lugar).innerHTML=valor;	
}
function continuar2(){
	//alert(result);
	$('obDatos').style.display='';
	$('obDatos').style.display='none';
	$('continuar').style.display='';
	var heredar='';
	var lugares=new Array('name','dni','tfno','mail','adress','member','dv','nombEmp','cargoE','anti','CT','inm','ofi','DC','Cuent','pm','cuotav');
	var valores=new Array('NomAp','NIF','Telefono','Email','Direccion','MIEMBROS','VIVIENDA','NOMBRE_EMPRESA','CARGO','ANTIGUEDAD','TIPOCONTRATO','INGRESOS','Oficina_1','DC_1','Cuenta_1','PORCENTAJE','CuotaVivienda');
	for(i=0;i<lugares.length;i++){
		putVal(lugares[i], valores[i])
	}
	for(i=1;i<=4;i++){
		elem=$('ACTIVIDAD_TRABAJO_'+i);
		if(elem.checked){
			//alert(elem.value);
			putVal('at','ACTIVIDAD_TRABAJO_'+i)
		}
	}
	for(i=1;i<=4;i++){
		elem=$('ESTADO_CIVIL_'+i);
		if(elem.checked){
			//alert(elem.value);
			putVal('EC','ESTADO_CIVIL_'+i)
		}
	}
	
//	alert(lugares.length);
//	alert(valores.length);

}
function continuar3(){

	var heredar='';
	$('obDatos').style.display='';
	$('obDatos').style.display='none';
	$('continuar').style.display='';
	var lugares=new Array('name','dni','tfno','mail','adress','members','dv','nombEmp','cargoE','anti','CT','inm','ofi','DC','Cuent','pm');
//	var valores=new Array('NomAp','NIF','Telefono','Email','Direccion','MIEMBROS','VIVIENDA','NOMBRE_EMPRESA','CARGO','ANTIGUEDAD','TIPOCONTRATO','INGRESOS','Oficina_1','DC_1','Cuenta_1','PORCENTAJE');
	var valores=new Array('NomAp','NIF','Telefono','Email','Direccion','MIEMBROS','VIVIENDA','NOMBRE_EMPRESA','CARGO','ANTIGUEDAD','TIPOCONTRATO','INGRESOS','Oficina_1','DC_1','Cuenta_1','CUOTA');
	for(i=0;i<lugares.length;i++){

		putVal(lugares[i], valores[i])
	}
	for(i=1;i<=4;i++){
		elem=$('ACTIVIDAD_TRABAJO_'+i);

		if(elem.checked){
			//alert(elem.value);
			putVal('at','ACTIVIDAD_TRABAJO_'+i)
		}
	}
	for(i=1;i<=4;i++){
		elem=$('ESTADO_CIVIL_'+i);
		if(elem.checked){

			putVal('EC','ESTADO_CIVIL_'+i)
		}
	}
	//putVal2('ofiR',$('OFICINA_RECOGIDA').options[$('OFICINA_RECOGIDA').selectedIndex].text.substr(5));
}
function continuar4(){
	$('paso_3').toggle();
	$('paso_4').toggle();
	$('form_3').toggle();
	new Effect.SlideDown('form_4');
//	var lugares=new Array('name','dni','tfno','mail','adress','n_hijos','nombEmp','cargoE','anti','inm','fijo', 'venc', 'ofi','DC','Cuent','domiciliovvda','anti2','import','amort','importecuota','apertura','num','pob','codp','obs','cuotamensual');
//	var valores=new Array('NomAp','NIF','Telefono','Email','DOMICILIO','NUMERO_HIJOS','NOMBRE_EMPRESA','CARGO_EMPRESA','ANTIGUEDAD','INGRESOS','FIJO_EMPRESA','VENCIMIENTO_EMPRESA', 'Oficina_1','DC_1','Cuenta_1','DOMICILIO_SOLICITANTE','ANTIGUEDAD_VIVIENDA','IMPORTE','PLAZOS','Res1','Res2','NUMERO','POBLACION','CP','OBSERVACIONES','IMPORTE_VIVIENDA');
	var lugares=new Array('name','dni','tfno','tfno2','mail','adress','n_hijos','nombEmp','cargoE','anti','inm','fijo', 'ofi','DC','Cuent','domiciliovvda','anti2','import','amort','importecuota','apertura','num','pob','codp','obs','cuotamensual','morat','primaseguro');
	var valores=new Array('NomAp','NIF','Telefono','Telefono2','Email','DOMICILIO','NUMERO_HIJOS','NOMBRE_EMPRESA','CARGO_EMPRESA','ANTIGUEDAD','INGRESOS','FIJO_EMPRESA', 'Oficina_1','DC_1','Cuenta_1','DOMICILIO_SOLICITANTE','ANTIGUEDAD_VIVIENDA','IMPORTE','PLAZOS','Res1','Res2','NUMERO','POBLACION','CP','OBSERVACIONES','IMPORTE_VIVIENDA','moratoria','Prima');

	for(i=0;i<lugares.length;i++){
		putVal(lugares[i], valores[i])
	}
	for(i=1;i<=4;i++){
		elem=$('ACTIVIDAD_SOLICITANTE_'+i);
		if(elem.checked){
			putVal('at','ACTIVIDAD_SOLICITANTE_'+i)
		}
	}
	for(i=1;i<=4;i++){
		elem=$('ESTADO_CIVIL_'+i);
		if(elem.checked){
			putVal('EC','ESTADO_CIVIL_'+i)
		}
	}
	for(i=1;i<=2;i++){
		elem=$('REGIMEN_'+i);
		if(elem.checked){
			putVal('regi','REGIMEN_'+i)
		}
	}
	for(i=1;i<=4;i++){
		elem=$('PROPIEDAD_'+i);
		if(elem.checked){
			putVal('propdad','PROPIEDAD_'+i)
		}
	}
	putVal2('destinofondos',$('DESTINO_FONDOS').options[$('DESTINO_FONDOS').selectedIndex].text);
	if($('trvencimiento').style.display!='none'){
			//alert($('trvencimiento').style.display);
			$('trvencimiento2').style.display='';
			$('venc').innerHTML=$F('VENCIMIENTOCONTRATO');
	}
	else
		document.getElementById('VENCIMIENTOCONTRATO').value = '';
	if($('CadResTR').style.display!='none'){
			$('CadResTR2').style.display='';
			$('CadRes2').innerHTML=$F('CadRes');
	}
	if($('datEmp').style.display=='none'){
			$('datEmp2').style.display='none';
	}else{
			$('datEmp2').style.display='';
	}
			$('sexo2').innerHTML=$F('sexo');
			$('antlabor2').innerHTML=$F('ANTLABOR');
}

function continuar4coche(){
	$('paso_3').toggle();
	$('paso_4').toggle();
	$('form_3').toggle();
	new Effect.SlideDown('form_4');
//	var lugares=new Array('name','dni','tfno','mail','adress','n_hijos','nombEmp','cargoE','anti','inm','fijo', 'venc', 'ofi','DC','Cuent','domiciliovvda','anti2','import','amort','importecuota','apertura','num','pob','codp','obs','cuotamensual');
//	var valores=new Array('NomAp','NIF','Telefono','Email','DOMICILIO','NUMERO_HIJOS','NOMBRE_EMPRESA','CARGO_EMPRESA','ANTIGUEDAD','INGRESOS','FIJO_EMPRESA','VENCIMIENTO_EMPRESA', 'Oficina_1','DC_1','Cuenta_1','DOMICILIO_SOLICITANTE','ANTIGUEDAD_VIVIENDA','IMPORTE','PLAZOS','Res1','Res2','NUMERO','POBLACION','CP','OBSERVACIONES');
	var lugares=new Array('name','dni','tfno','mail','adress','n_hijos','nombEmp','cargoE','anti','inm','fijo', 'ofi','DC','Cuent','domiciliovvda','anti2','import','amort','importecuota','apertura','num','pob','codp','obs','cuotamensual','lseguro');
	var valores=new Array('NomAp','NIF','Telefono','Email','DOMICILIO','NUMERO_HIJOS','NOMBRE_EMPRESA','CARGO_EMPRESA','ANTIGUEDAD','INGRESOS','FIJO_EMPRESA', 'Oficina_1','DC_1','Cuenta_1','DOMICILIO_SOLICITANTE','ANTIGUEDAD_VIVIENDA','IMPORTE','PLAZOS','Res1','Res2','NUMERO','POBLACION','CP','OBSERVACIONES','IMPORTE_VIVIENDA','seguro');

	for(i=0;i<lugares.length;i++){
		putVal(lugares[i], valores[i])
	}
	for(i=1;i<=4;i++){
		elem=$('ACTIVIDAD_SOLICITANTE_'+i);
		if(elem.checked){
			putVal('at','ACTIVIDAD_SOLICITANTE_'+i)
		}
	}
if ($('TipoPrestamo').value==1){
	putVal2('ltipoprestamo','Crédito Coche');
	$('idceliris').style.display='none';
	$('idceliris2').style.display='none';
}
else if ($('TipoPrestamo').value==2){
	putVal2('ltipoprestamo','Crédito Coche con seguro de pérdida total');
	$('idceliris').style.display='none';
	$('idceliris2').style.display='none';
}
else if ($('TipoPrestamo').value==3){
	putVal2('ltipoprestamo','Crédito Coche con moratoria de 6 meses');
	$('idceliris').style.display='none';
	$('idceliris2').style.display='none';
}


if ($('segurofinanciado').value=="SI")
	putVal2('lsegurofinanciado','Sí')
else if ($('segurofinanciado').value=="NO")
	putVal2('lsegurofinanciado','No')

	for(i=1;i<=4;i++){
		elem=$('ESTADO_CIVIL_'+i);
		if(elem.checked){
			putVal('EC','ESTADO_CIVIL_'+i)
		}
	}
	for(i=1;i<=2;i++){
		elem=$('REGIMEN_'+i);
		if(elem.checked){
			putVal('regi','REGIMEN_'+i)
		}
	}
	for(i=1;i<=4;i++){
		elem=$('PROPIEDAD_'+i);
		if(elem.checked){
			putVal('propdad','PROPIEDAD_'+i)
		}
	}
	//putVal2('destinofondos',$('DESTINO_FONDOS').options[$('DESTINO_FONDOS').selectedIndex].text);
putVal2('destinofondos','COCHE');
	if($('trvencimiento').style.display!='none'){
			//alert($('trvencimiento').style.display);
			$('trvencimiento2').style.display='';
			$('venc').innerHTML=$F('VENCIMIENTOCONTRATO');
	}
	else
		document.getElementById('VENCIMIENTOCONTRATO').value = '';

if ($('TipoPrestamo').value==1){
	$('lsegurotr').style.display='none';
	$('lsegurofinanciadotr').style.display='none';
}
else
if ($('TipoPrestamo').value==1){
	$('lsegurotr').style.display='block';
	$('lsegurofinanciadotr').style.display='block';
}

	if($('CadResTR').style.display!='none'){
			$('CadResTR2').style.display='';
			$('CadRes2').innerHTML=$F('CadRes');
	}
	if($('datEmp').style.display=='none'){
			$('datEmp2').style.display='none';
	}else{
			$('datEmp2').style.display='';
	}
			$('sexo2').innerHTML=$F('sexo');
			$('antlabor2').innerHTML=$F('ANTLABOR');
}






function continuar5(){
	var heredar='';
	$('obDatos').style.display='';
	$('obDatos').style.display='none';
	$('continuar').style.display='';
	var lugares=new Array('name','dni','tfno','mail','adress','ofi','DC','Cuent');
	var valores=new Array('NomAp','NIF','Telefono','Email','Direccion','Oficina_1','DC_1','Cuenta_1');
	for(i=0;i<lugares.length;i++){
		putVal(lugares[i], valores[i])
	}
	if(typeof($('OFICINA_RECOGIDA'))!= 'undefined')
		putVal2('ofiR',$('OFICINA_RECOGIDA').options[$('OFICINA_RECOGIDA').selectedIndex].text.substr(5));

}
function volver(){
	$('obDatos').style.display='';
	$('continuar').style.display='none';
	if(typeof($('datEmp'))!='undefined' && typeof($('ACTIVIDAD_TRABAJO_1'))!='undefined'){
		if($('ACTIVIDAD_TRABAJO_1').checked)
			new Effect.SlideUp('datEmp');
	}
}
function continuar6(){
	var heredar='';
var aux="";
	if($("cliente1").checked)
		aux="Si";
	else
		aux="No";
	heredar='<table  border="0" cellspacing="5" cellpadding="0" class="contenidogris">'
          +'<tr>'
            +'<td ></td>'
			+'<td colspan="2">Nombre y  Apellidos:</td>'
            +'<td colspan="3">'+$("NomAp").value+'</td>'
          +'</tr>'
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">NIF:</td>'
            +'<td colspan="3">'+$("NIF").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Domicilio:</td>'
            +'<td colspan="3">'+$("DOMICILIO").value+'</td>'
          +'</tr>'
	
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Tel&eacute;fono fijo:</td>'
            +'<td colspan="3">'+$("TELEFONO").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Tel&eacute;fono móvil:</td>'
            +'<td colspan="3">'+$("TELEFONO2").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">E-mail:</td>'
            +'<td colspan="3">'+$("Email").value+'</td>'
          +'</tr>'
+'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Cliente:</td>'
            +'<td colspan="3">'+aux+'</td>'
          +'</tr>'
+'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Solicitud:</td>'
            +'<td colspan="3">'+$("Solicitud").value+'</td>'
          +'</tr>'

		  +'<tr>'
	+'<td ></td>'
          +'  <td colspan="2">Oficina de Apertura de la Cuenta:</td>'
		+'	<td colspan="3">'+$("Oficina").value
		+'	</td>'
         +' </tr>'
		  +'<tr>'
		  +'	<td colspan="6"></td>'
		  +'</tr>'
  +'</table>';
	$('obDatos').style.display='';
	$('obDatos').style.display='none';
	$('continuar').style.display='';
	$('continuar2').innerHTML=heredar;

}


function continuar6ing(){
	var heredar='';
var aux="";
	if($("cliente1").checked)
		aux="Si";
	else
		aux="No";
	heredar='<table  border="0" cellspacing="5" cellpadding="0" class="contenidogris">'
          +'<tr>'
            +'<td ></td>'
			+'<td colspan="2">Full name:</td>'
            +'<td colspan="3">'+$("NomAp").value+'</td>'
          +'</tr>'
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">NIF:</td>'
            +'<td colspan="3">'+$("NIF").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Address:</td>'
            +'<td colspan="3">'+$("DOMICILIO").value+'</td>'
          +'</tr>'
	
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Fixed telephone:</td>'
            +'<td colspan="3">'+$("TELEFONO").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Mobile telephone:</td>'
            +'<td colspan="3">'+$("TELEFONO2").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">E-mail:</td>'
            +'<td colspan="3">'+$("Email").value+'</td>'
          +'</tr>'
+'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Customer of Cajacanarias:</td>'
            +'<td colspan="3">'+aux+'</td>'
          +'</tr>'
+'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Application :</td>'
            +'<td colspan="3">'+$("Solicitud").value+'</td>'
          +'</tr>'

		  +'<tr>'
	+'<td ></td>'
          +'  <td colspan="2">Contracting office :</td>'
		+'	<td colspan="3">'+$("Oficina").value
		+'	</td>'
         +' </tr>'
		  +'<tr>'
		  +'	<td colspan="6"></td>'
		  +'</tr>'
  +'</table>';
	$('obDatos').style.display='';
	$('obDatos').style.display='none';
	$('continuar').style.display='';
	$('continuar2').innerHTML=heredar;

}


function continuar6ale(){
	var heredar='';
var aux="";
	if($("cliente1").checked)
		aux="Si";
	else
		aux="No";
	heredar='<table  border="0" cellspacing="5" cellpadding="0" class="contenidogris">'
          +'<tr>'
            +'<td ></td>'
			+'<td colspan="2">Name und Nachname(n):</td>'
            +'<td colspan="3">'+$("NomAp").value+'</td>'
          +'</tr>'
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">NIF:</td>'
            +'<td colspan="3">'+$("NIF").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Adresse:</td>'
            +'<td colspan="3">'+$("DOMICILIO").value+'</td>'
          +'</tr>'
	
		  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Festanschluss:</td>'
            +'<td colspan="3">'+$("TELEFONO").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Handy:</td>'
            +'<td colspan="3">'+$("TELEFONO2").value+'</td>'
          +'</tr>'
	  +'<tr>'
            +'<td ></td>'
            +'<td colspan="2">E-mail:</td>'
            +'<td colspan="3">'+$("Email").value+'</td>'
          +'</tr>'
+'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Ich bin Kunde bei CajaCanarias</td>'
            +'<td colspan="3">'+aux+'</td>'
          +'</tr>'
+'<tr>'
            +'<td ></td>'
            +'<td colspan="2">Antrag:</td>'
            +'<td colspan="3">'+$("Solicitud").value+'</td>'
          +'</tr>'

		  +'<tr>'
	+'<td ></td>'
          +'  <td colspan="2">Auftragsfiliale:</td>'
		+'	<td colspan="3">'+$("Oficina").value
		+'	</td>'
         +' </tr>'
		  +'<tr>'
		  +'	<td colspan="6"></td>'
		  +'</tr>'
  +'</table>';
	$('obDatos').style.display='';
	$('obDatos').style.display='none';
	$('continuar').style.display='';
	$('continuar2').innerHTML=heredar;

}




function Aviso(){
	var url="http://w5.cajacanarias.es/cajacanarias/2006/v6/index.jsp?art=191";
	var ventana=window.open(url,"nuevaVentana");
	return false;
}

