/* 06/07/2010 02:40:05 p.m. */
var docnumber = "";  var level = ""; var pos = ""; var newpos =""; var id = ""; var txt = "";
var href_ini = ""; var href_fin = ""; var href_mid1 = ""; var href_mid2 = ""; var vers = "1.51";
var MenuLoc = ""; var bgcolormenu = "";  var dir_img = "imagenes/" + "v" + vers + "_";
var objID = ""; var maxOptions = 0; var param_img  = ""; var bullet = "c"; var fg_img = false; var Array_N5 = new Array(); var j = 0;
var mainTitle = ""; var lastprinted = ""; var lastdnprinted = ""; var changedbullet = false; var MenuDer_Min = 6; var MenuDer_Max = 12; var MenuArr_Min = 13;  var MenuArr_Max = 16; var menuclass = "menu_default";  var vista='default/'; var css =""; var redir_array_num = 0; var changedivision = '0'; var changedivision2 = '0';
var sw_url;
function ModifyLink(){
	if ( CurrentDB == CurrentDB3 ) {
if ( ( href_ini.indexOf('http://') >= 0 && 
( !( href_ini.indexOf(CurrentDB) >= 0 && href_ini.indexOf('?OpenDocument&dn=') >= 0 ) || 
( ( href_ini.indexOf(CurrentDB) >= 0 && href_ini.indexOf('?OpenDocument')>= 0 ) )
))
||
( href_ini.indexOf('http://') >= 0 && 
( !( href_ini.indexOf(CurrentDB3) >= 0 && href_ini.indexOf('?OpenDocument&dn=') >= 0 ) || 
( ( href_ini.indexOf(CurrentDB3) >= 0 && href_ini.indexOf('?OpenDocument')>= 0 ) )
))
) { 
		sw_url = '';
	};
	}
else 	{
	if ( !(href_ini.indexOf('?OpenDocument&dn=') >= 0) ) {
		if( href_ini.indexOf('?OpenDocument')>= 0 ) {
		sw_url = '';
		};
	}
};
};
function searchMainTitle(){
	var arr_str = searchMainTitle.arguments[0].split('.');
	var str_tmp = ""; 	var aux = ""; 	var i = 1;
if (arr_str[0] == '4' ) {
return arr_str[0];
}
else {
	if ( arr_str.length >=3 ) {  for ( var j = 0; j < arr_str.length  - 1; j++ ) {	str_tmp = str_tmp + arr_str[j] + ".";}
  		                      str_tmp = str_tmp.substr(str_tmp,str_tmp.length-1);
                     		      arr_str = str_tmp.split('.');
		if ( arr_str.length > 2 ) { str_tmp = "";
			for ( var j = 0; j < arr_str.length  - 1; j++ ) {	str_tmp = str_tmp + arr_str[j] + ".";}
			str_tmp = str_tmp.substr(str_tmp,str_tmp.length-1);}
		arr_str = str_tmp.split('.');
		if ( arr_str.length > 2 ) { str_tmp = "";
			for ( var j = 0; j < arr_str.length  - 1; j++ ) {	str_tmp = str_tmp + arr_str[j] + ".";}
			str_tmp = str_tmp.substr(str_tmp,str_tmp.length-1);}
//alert(str_tmp);
	return str_tmp;}
};
	if ( arr_str.length == 2 ) {
		if ( (arr_str[0] > MenuArr_Min && arr_str[0] <= MenuArr_Max) || arr_str[0] == '4' ) { return arr_str[0]; } 
//		if ( (arr_str[0] > MenuArr_Min && arr_str[0] <= MenuArr_Max) || arr_str[0] == '5' ) { return arr_str[0]; } 
		else { return searchMainTitle.arguments[0]; }
	}
	else { return searchMainTitle.arguments[0]; }
}
function retrieveParent(){
var aux = retrieveParent.arguments[0].lastIndexOf('.'); var b = retrieveParent.arguments[0];
for ( var j = 1; j <= retrieveParent.arguments[1]; j++ ) { b = b.substring(0,aux); aux = b.lastIndexOf('.');}
return b;  }
function PrintTitle(){  
var arr_str = docn.split('.');
if ( arr_str[0] >= MenuArr_Min && arr_str[0] <= MenuArr_Max ) { document.writeln( '<img src="'+ CurrentDB2 + dir_img +'mtitle_' + arr_str[0] + '.gif"' + '" border="0">' ); 	}
if ( arr_str[0] == 1 || arr_str[0] == '4' ) {  document.writeln( '<img src="'+ CurrentDB2 + dir_img + 'mtitle_' + searchMainTitle(docn) + '.gif"' + '" border="0">' );}
  }
//if ( arr_str[0] == 1 || arr_str[0] == '5' ) {  document.writeln( '<img src="'+ CurrentDB2 + dir_img + 'mtitle_' + searchMainTitle(docn) + '.gif"' + '" border="0">' );}  }
function PrintSubTitle(){
var obj = docn.split('.');
if ( obj.length == 1 ) {return "";}
 if ( obj.length == 2 ) { if ( (obj[0] >=MenuArr_Min  && obj[0] <= MenuArr_Max) || obj[0] == '4' ) {document.writeln( '<img src="'+ CurrentDB2 + dir_img  + 'mstitle_' + docn + '.gif"' + '" border="0">' );} else {return "";}}
//if ( obj.length == 2 ) { if ( (obj[0] >=MenuArr_Min  && obj[0] <= MenuArr_Max) || obj[0] == '5' ) {document.writeln( '<img src="'+ CurrentDB2 + dir_img  + 'mstitle_' + docn + '.gif"' + '" border="0">' );} else {return "";}}
if (obj.length == 3 ) { document.writeln( '<img src="'+ CurrentDB2 + dir_img + 'mstitle_' + docn + '.gif"' + '" border="0">' ); }
if ( obj.length == 4 ) { document.writeln( '<img src="'+ CurrentDB2 + dir_img + 'mstitle_' + docn.substring(0,docn.lastIndexOf('.')) + '.gif"' + '" border="0">' ); }
if ( obj.length == 5 ) { document.writeln( '<img src="'+ CurrentDB2 + dir_img + 'mstitle_' + retrieveParent(docn, 2) + '.gif"' + '" border="0">' ); } }
function checkTopOption(){
if( checkTopOption.arguments[0].indexOf('.') <0 && checkTopOption.arguments[1] == "1" ) { return true; }  else { return false; } }
function comparar(opcion,param) {
var fg =1; var opcion_array=opcion.split("."); var param_array=param.split(".");
if (param_array.length>opcion_array.length)  { for(i=0;i<opcion_array.length-1;i++)  {if (opcion_array[i]!=param_array[i])  {fg = 0;}  }  }
if (param_array.length==opcion_array.length)  {  for(i=0;i<opcion_array.length-1;i++)  { if (opcion_array[i]!=param_array[i]) { fg = 0; }  }  }
if (param_array.length<opcion_array.length) {  if (param_array.length+1<opcion_array.length)  { fg = 0; }      for(i=0;i<param_array.length;i++)  { if (opcion_array[i]!=param_array[i]) { fg = 0; } } }
if (fg==0)	{ return false; } else  { return true; } }
function PrintSection() {
var param_array= docn.split(".");
var css_style = window.document.forms[0].color_hex.value;
if ( param_array[0] == 2 ) { // estudios universitarios
if ( param_array.length == 4 && Array_N5.length > 0 ) {  document.write('<div class="'+ css_style + '_t' +'">' + PrintSection.arguments[0] + '</div>' ); } }
if ( param_array[0] == 1 ) { // informacion academica
if ( param_array.length == 3 ) {  document.write('<div class="style_g1t2">' + PrintSection.arguments[0] + '</div>' );}
if ( param_array.length == 4 ) {  if ( param_array.length == 4 && Array_N5.length > 0 ) { document.write('<div class="style_g1st">' + PrintSection.arguments[0] + '</div>' );} else {document.write('<div class="style_g1st">' + PrintSection.arguments[0] + '</div>' );} }
if ( param_array.length == 5 ) {  document.write('<div class="style_g1t">' + PrintSection.arguments[0] + '</div><BR><BR>' ); document.write('<div class="style_g1st">' + PrintSection.arguments[1] + '</div>' ); }     }
if ( param_array[0] >= MenuDer_Min && param_array[0] <= MenuDer_Max  && Array_N5.length > 0 ) { // grupo 3
document.write('<div class="style_g1st">' + PrintSection.arguments[0] + '</div>' );}}
function LM(){
var sw_dn = "";
if( LM.arguments[0] == "" || LM.arguments[0] == null ) { // no existe link
href_ini = "";	href_mid1 = ""; 	href_mid2 = "";	href_fin = ""; }
else { // existe link
sw_dn = (LM.arguments[0].indexOf('http://') >= 0 ) ? LM.arguments[0] : CurrentDB + vista + LM.arguments[0] + "?OpenDocument&dn=";
href_ini = '<a name="co_' + redir_array_num +'" onClick="CheckURL(this, \'' + redir_array_num + '\');" href="' + sw_dn;
href_mid1 = sw_dn; href_mid2 = "\" target=\"" + LM.arguments[1] + "\">"; href_fin =  "</a>"; }
href_mid3 = "\" alt=\"";  href_mid4 = '<img src="'; href_mid5 = "\" border=\"0\">";  }
function ImgSrc() {
var opcion_array=ImgSrc.arguments[0].split(".");
if ( level == 1 ) { 
if ( docn == "" || docn == null ) {  // pagina inicial
/* if ( opcion_array[0] < MenuDer_Min ) { if ( opcion_array[0] == 4 || opcion_array[0] == 5 ) { param_img = "c";  } else { param_img = "e";  } // grupo 1
} */
if ( opcion_array[0] < MenuDer_Min ) { if ( opcion_array[0] == 4 ) { param_img = "c";  } else { param_img = "e";  } // grupo 1
}
if ( opcion_array[0] >= MenuDer_Min && opcion_array[0] <= MenuDer_Max ) { param_img = "e"; if ( href_mid1 != '' ) {	param_img ="c"; } 	} // grupo 2
if (opcion_array[0] >= MenuArr_Min && opcion_array[0] <= MenuArr_Max ) {  param_img = "c"; }// grupo 3
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + '" name="' + 'sb_' + docnumber + href_mid3 + ImgSrc.arguments[1] + href_mid5;}
else {	if ( opcion_array[0] < MenuDer_Min ) { 
/*if ( opcion_array[0] != 4 && opcion_array[0] != 5) { param_img = "e"; } else { if ( docn.indexOf(opcion_array[0]) == 0 ) {param_img = "e"; } else { param_img = "c"; } }*/
if ( opcion_array[0] != 4 ) { param_img = "e"; } else { if ( docn.indexOf(opcion_array[0]) == 0 ) {param_img = "e"; } else { param_img = "c"; } }
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5;}
if ( opcion_array[0] >= MenuDer_Min && opcion_array[0] <= MenuDer_Max ) { param_img = "c"; // grupo 2
if ( docn.indexOf(opcion_array[0]) == 0 ) {param_img = "e";}
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5; }
if (opcion_array[0] >= MenuArr_Min && opcion_array[0] <= MenuArr_Max ) {  // grupo 3
if ( docn.indexOf(docnumber) == 0  ) { param_img = "e";
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5;} else {  param_img = "c";
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + '" name="' + 'sb_' + docnumber + '"' + href_mid3 + 	ImgSrc.arguments[1] + href_mid5;}  }	}   }
if ( level == 2 ) {
if ( docn == "" || docn == null ) {  // pagina inicial
if ( opcion_array[0] < MenuDer_Min ) { // grupo 1
if ( opcion_array[0] == 1 ) { param_img = "e"; } // informacion academica
if ( opcion_array[0] == 2 ) { param_img = "c"; } } // estudios universitarios
if ( opcion_array[0] >= MenuDer_Min && opcion_array[0] <= MenuDer_Max ) {  param_img = "c"; } // grupo 2
if ( ImgSrc.arguments[0] == '1.3') { param_img = "c"; };
if ( opcion_array[0] >= MenuDer_Min && opcion_array[0] <= MenuDer_Max && ( opcion_array[0] == '6' || opcion_array[0] == '7' ) && eval(opcion_array[1]) > 0  && opcion_array[1] !=null ) { 
if ( eval(ImgSrc.arguments[0]) > 7.3 ) 
{ return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5; }
else { return ImgSrc.arguments[1];} }
else { if ( (opcion_array[0] == '8' && ( eval(opcion_array[1]) >= 1 && eval(opcion_array[1]) <= 7 ))  ) { return ImgSrc.arguments[1]; }
else { return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5; } }	 }
else { if ( opcion_array[0] == 1 ) { // informacion academica
if ( docn.indexOf(docnumber) == 0 ) {param_img = "e";} else {param_img = "c";}
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5;}
if ( opcion_array[0] == 2 || opcion_array[0] == 3 || opcion_array[0] == 4 || opcion_array[0] == 5 ) { // estudios universitarios
if (docn.indexOf(docnumber)  == 0 ) {param_img = "e";} else { param_img = "c";	}
if ( opcion_array[0] == 4 || opcion_array[0] == 5 ) { return ImgSrc.arguments[1];  }
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5; }
if ( opcion_array[0] >= MenuDer_Min && opcion_array[0] <= MenuDer_Max ) {  // grupo 2
if ( ( docn.indexOf(docnumber) == 0 )  && docn.length > 1  ) { 	param_img = "e";	} else { param_img = "c"; }
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0] + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5; }
if (opcion_array[0] >= MenuArr_Min && opcion_array[0] <= MenuArr_Max ) {  // grupo 3
return ImgSrc.arguments[1]; }  }  }
if ( level == 3 ) {
if ( opcion_array[0] < MenuDer_Min ) { //grupo 1
if ( opcion_array[0] == 1 || opcion_array[0] == 4) { return ImgSrc.arguments[1]; }
if ( opcion_array[0] == 2 ) {  param_img = "c";
if ( docn.indexOf(docnumber) == 0  ) { param_img = "e"; }
return href_mid4 + CurrentDB2 +  dir_img + "img_" + ImgSrc.arguments[0]  + "_" + newpos + param_img + ".gif" + href_mid3 + ImgSrc.arguments[1] + href_mid5;} }
if ( opcion_array[0] >= MenuDer_Min && opcion_array[0] <= MenuDer_Max  ) {  return ImgSrc.arguments[1]; } } // grupo 2 
if ( level >=4 ) { return ImgSrc.arguments[1]; }  }
function PrintBullet() {
var p = "c"; var n = "1"; changedbullet = false;
var Ngroup = PrintBullet.arguments[0].substring(0,PrintBullet.arguments[0].indexOf('.'));
if ( Ngroup == 1 ) {
if ( level <= 3 ) { bgcolormenu = "#DFDDD6"; }
if ( level == 4 ) { n = "2"; bgcolormenu = "#DFDDD6";
if ( document.images['b_' + docnumber.substring(0,docnumber.lastIndexOf('.'))] != null && !changedbullet ) { 
document.images['b_' + docnumber.substring(0,docnumber.lastIndexOf('.'))].src = CurrentDB2 +  dir_img + 'bullet1e.gif';  changedbullet = true; } }
if ( level == 5 ) { bgcolormenu = "#FFFFFF"; }   }
if ( Ngroup >= 2 ) { if ( Ngroup == 4 ) {  bgcolormenu = "#DDE9F5"; if (level==3) { n = '2'; }; } else { bgcolormenu = "#FFFFFF"; } }
//if ( Ngroup >= 2 ) { if ( Ngroup == 5 ) {  bgcolormenu = "#DDE9F5";  } else { bgcolormenu = "#FFFFFF"; } }
src = "bullet" + n + p + ".gif";
return '<td align="center" valign="top" bgcolor="'+ bgcolormenu +'"><img name="b_'+ PrintBullet.arguments[0] +'" src="' + CurrentDB2 +  dir_img + src + '" border="0" hspace="3" vspace="4"></td>'; }
function PrintN5() {
var param = PrintN5.arguments[0];
var css_style = window.document.forms[0].color_hex.value;
var m_style = "";
if ( docn == docnumber ) { href_ini = ""; sw_url = ""; href_mid2 = '<span class="' + css_style + '_on' +'">'; href_fin = "</span>"; param=""; }
else { m_style = '" class="' + css_style + '_off'; }
Array_N5[j] = '<tr>'+ PrintBullet(docnumber, docn) +'<td align="left" valign="top">' + href_ini + param + m_style + href_mid2 + ImgSrc(PrintN5.arguments[2], PrintN5.arguments[1]) + href_fin + '</td></tr>';}
function PrintOption(){
var cs = ' colspan="3"'; var c_style = ""; var css_style = '" class="' + c_style + '"'; var Ngroup = PrintOption.arguments[0].substring(0,PrintOption.arguments[0].indexOf('.'));
sw_url = href_mid1.indexOf(CurrentDB) >= 0 ? docnumber : "";
// sw_url = ( href_ini.indexOf('http://') >= 0 && !(href_ini.indexOf(CurrentDB) >= 0 && href_ini.indexOf('?OpenDocument&dn=')>= 0) ) ? "" : docnumber;
var td_spacer3 = '<td align="left" valign="top" bgcolor="#DDE9F5"><img src="'+ CurrentDB2 +  dir_img + 'spacer.gif' +'" border="0" height="1" width="6"></td>';
var td_spacer = '<td align="left" valign="top" bgcolor="#DFDDD6"><img src="'+ CurrentDB2 +  dir_img + 'spacer.gif' +'" border="0" height="1" width="6"></td>'; var td_separator = '<tr><td align="left" valign="top" bgcolor="#DFDDD6"><img src="'+ CurrentDB2 +  dir_img + 'spacer.gif' +'" border="0" height="3" width="1"></td></tr>'; var td_separator2 = '<tr><td align="left" valign="top" bgcolor="#DDE9F5"><img src="'+ CurrentDB2 +  dir_img + 'spacer.gif' +'" border="0" height="3" width="1"></td></tr>';
var newstr = ""; var css_style = ""; var po_elem; var po_url, po_cnt, po_ch; var img_corner_der = ""; var bgcolor_menu2 = "";
if ( level == 1 ) { 
if ( PrintOption.arguments[0] < MenuDer_Min && newpos == 1 ) { // grupo 1
if ( lastprinted !=""  && lastprinted >2 && docnumber <=2 ) { // coloca esquinero al final de cada grupo
document.write( '<tr><td valign="top" bgcolor="#DFDDD6" align="right"><img src="'+ CurrentDB2 +  dir_img + 'bottom_corner.gif' +'" border="0" height="10" width="10"></td></tr>' ); }
//if (PrintOption.arguments[0] == '3' || PrintOption.arguments[0] == '4' || PrintOption.arguments[0] == '5' || PrintOption.arguments[0] == '6' ) { 
if (PrintOption.arguments[0] == '3' || PrintOption.arguments[0] == '4'  || PrintOption.arguments[0] == '5' ) { 
ModifyLink();
//alert(href_ini + ", " + sw_url);
//alert('<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2],PrintOption.arguments[1]) + href_fin + '</td></tr>' ); 
document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2],PrintOption.arguments[1]) + href_fin + '</td></tr>' ); } else { document.write( '<tr><td align="left" valign="top">' + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + '</td></tr>' ); } }
if ( PrintOption.arguments[0] >= MenuDer_Min && PrintOption.arguments[0] <= MenuDer_Max  && newpos != 2 ) {  // grupo 2
po_elem = redir_array[redir_array_num].split('|'); po_url = po_elem[2]; po_cnt = po_elem[3]; po_ch= po_elem[4];
if ( docn != "" ) { //pag interiores
if ( po_ch > 0 && comparar(docnumber, docn) && docn.substring(0,docn.indexOf('.')) != docnumber ) { href_ini = '<a onMouseover="popup(\'sb_'+ docnumber +'\',1);"  onMouseout="popdown();" href="#">';href_fin =  "</a>"; sw_url = ""; href_mid2 = ""; }}
else { //pag inicial
if ( po_url == 0 && po_cnt == 0 ) { href_ini=""; sw_url=""; href_mid2=""; href_fin=""; } }; ModifyLink();//alert(href_ini + ", " + sw_url + ", " + href_mid2);
if ( lastprinted > level  && docn == '' ) { 
switch (docnumber) {
  case '7':case '8' : img_corner_der = 'esqul2.gif'; break;
 case '9' : img_corner_der = 'esqul4.gif'; break;
//  case '8' : img_corner_der = 'esqul4.gif'; break; 
};
document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + img_corner_der +'" border="0" height="8" width="144"></td></tr>' ); document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + 'spacer.gif' +'" border="0" height="2" width="144"></td></tr>' );
 };
//alert('<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' );
document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' ); }
if ( PrintOption.arguments[0] >= MenuArr_Min && PrintOption.arguments[0] <= MenuArr_Max ) {  // grupo 3
if ( docn.indexOf(docnumber) == 0 ) { document.write( '<td align="left" valign="top">' + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + '</td>' ); }
else {	newstr = CurrentDB2 +  dir_img + "img_" + docnumber + "_2e.gif";
ModifyLink();
document.write( '<td align="left" valign="top">' + href_ini + sw_url + '" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage(\'sb_' + docnumber + '\',\'\',\'' + newstr + '\',1);' + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td>' );}}}
if ( level == 2 ) {
ModifyLink(); if ( docn == "" || docn == null ) {  // pagina de inicio 
if ( Ngroup ==1 ) { // grupo 1, seccion 1
if ( lastprinted !=""  && lastprinted > 2 ) { // coloca esquinero al final de cada grupo
document.write( '<tr><td valign="top" bgcolor="#DFDDD6" align="right"><img src="'+ CurrentDB2 +  dir_img + 'bottom_corner.gif' +'" border="0" height="10" width="10"></td></tr>' ); }
if (PrintOption.arguments[0] == '1.3') { document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2],PrintOption.arguments[1]) + href_fin + '</td></tr>' ); } else { document.write( '<tr><td align="left" valign="top">' + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + '</td></tr>' ); }	}
if ( Ngroup ==2 ) { // grupo 1, seccion 2
document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' );	}
if ( Ngroup >= MenuDer_Min && Ngroup <= MenuDer_Max  ) {  // grupo 2
switch (Ngroup) {
  case '6' : case '7' :img_corner_der = 'esqul1.gif'; bgcolor_menu2 = "#FFC692" ; break;
  case '8' : img_corner_der = 'esqul3.gif'; bgcolor_menu2 = "#DEDEDF" ; menuclass = "menu_default2"; break; }
if ( lastprinted < level ) { document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + img_corner_der +'" border="0" height="8" width="144"></td></tr>' ); }
if ( href_ini == "" ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '">'; href_fin = '</span>'; } else { css_style = '" class="'+ menuclass; }
if ( eval(docnumber) >= 7.4 && eval(docnumber) <= 7.6 ) { if (changedivision == '0' ) { document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + 'esqul2.gif' +'" border="0" height="8" width="144"></td></tr>' ); document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + 'spacer.gif' +'" border="0" height="1" width="144"></td></tr>' ); document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + 'esqul3.gif' +'" border="0" height="8" width="144"></td></tr>' ); changedivision = '1'; };
// alert( href_ini + sw_url + css_style  + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin );
bgcolor_menu2 = "#DEDEDF" ; document.write( '<tr><td align="center" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="144"><tr><td align="left" valign="top" width="1"  bgcolor="' + bgcolor_menu2 + '"><img src="' + CurrentDB2 + dir_img + 'spacer.gif' + '" border="0" hspace="0" vspace="0" alt="" width="1" height="1"></td><td align="center"  valign="top" width="142" bgcolor="white"><table border="0" cellpadding="0" cellspacing="1" width="142" align="center"><tr><td align="center" valign="top" width="100%">' + href_ini + sw_url + css_style  + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr></table></td><td align="left" valign="top" width="1" bgcolor="' + bgcolor_menu2 + '"><img src="' + CurrentDB2 + dir_img + 'spacer.gif' + '" border="0" hspace="0" vspace="0" alt="" width="1" height="1"></td></tr></table></td></tr>' );} else { if ( eval(docnumber) <= 8.7 ) { document.write( '<tr><td align="center" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="144"><tr><td align="left" valign="top" width="1"  bgcolor="' + bgcolor_menu2 + '"><img src="' + CurrentDB2 + dir_img + 'spacer.gif' + '" border="0" hspace="0" vspace="0" alt="" width="1" height="1"></td><td align="left" valign="top" width="142" bgcolor="white"><table border="0" cellpadding="0" cellspacing="1" width="142" align="left"><tr>' + PrintBullet(docnumber, docn) + '<td align="left" valign="top" width="100%">' + href_ini + sw_url + css_style  + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr></table></td><td align="left" valign="top" width="1" bgcolor="' + bgcolor_menu2 + '"><img src="' + CurrentDB2 + dir_img + 'spacer.gif' + '" border="0" hspace="0" vspace="0" alt="" width="1" height="1"></td></tr></table></td></tr>' ); } else { document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + 'esqul4.gif' +'" border="0" height="8" width="144"></td></tr>' ); document.write( '<tr><td valign="top" align="left"><img src="'+ CurrentDB2 +  dir_img + 'spacer.gif' +'" border="0" height="1" width="144"></td></tr>' ); document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + css_style  + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' );}}} } else {  // paginas interiores
if ( Ngroup ==1   && newpos == 1 ) { // grupo 1, seccion 1, imprime el menu correspondiente segun posicion, OK
if ( lastprinted !=""  && lastprinted > 2 ) { // coloca esquinero al final de cada grupo
document.write( '<tr><td valign="top" bgcolor="#DFDDD6" align="right"><img src="'+ CurrentDB2 +  dir_img + 'bottom_corner.gif' +'" border="0" height="10" width="10"></td></tr>' ); }
if ( docn.indexOf(docnumber) != 0 ) {  document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' ); } else { document.write( '<tr><td align="left" valign="top">' + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + '</td></tr>' ); } };
 if ( (Ngroup ==3|| Ngroup==4) && newpos != 2  ) {  // grupo 1, seccion 2
/*if ( (Ngroup ==3|| Ngroup==5) && newpos != 2  ) { // grupo 1, seccion 2*/
if ( docn.indexOf( Ngroup ) == 0 ) {
if ( docn == docnumber  ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '_on">'; href_fin = '</span>'; }
else { css_style = '" class="'+ menuclass; };
ModifyLink(); // >0
if (Ngroup == 4 && docn.indexOf(docnumber) == 0 ) {
href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '_on">'; href_fin = '</span>';
if (docn == "4.2" ) { href_mid2 = '<span class="' + menuclass + '3_on">'; };
document.write( td_separator2 + '<tr><td align="left" valign="top" bgcolor="#DDE9F5"><table border="0" cellpadding="0" cellspacing="0" align="left"><tr><td align="left" valign="top">' + PrintBullet(docnumber, docn) + '<td align="left" valign="top">' + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr></table></td></tr>' );
}
else {
if( docnumber == "4.2" ) {  css_style = '" class="menu_default3'; };
document.write( td_separator2 + '<tr><td align="left" valign="top" bgcolor="#DDE9F5"><table border="0" cellpadding="0" cellspacing="0" align="left"><tr><td align="left" valign="top">' + PrintBullet(docnumber, docn) + '<td align="left" valign="top">' + href_ini + sw_url + css_style  + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr></table></td></tr>' );
};
// ulima laboral es la ultima opcion 
// if ( Ngroup ==4 && eval(docnumber) == 4.4 ) { 
if ( Ngroup ==4 && eval(docnumber) == 4.2 ) {
document.write( '<tr><td valign="top" align="left" bgcolor="#DDE9F5"><table border="0" width="165" cellpadding="0" cellspacing="0"><tr><td align="right" valign="top"><img src="'+ CurrentDB2 +  dir_img + 'bottom_corner2.gif' +'" border="0" height="10" width="10"></td></tr></table></td></tr>' );
}; } }
if ( Ngroup ==2 && newpos != 2 ) { // grupo 1, seccion 2
if ( docn.indexOf(docnumber) == 0  && href_mid1 == "" ) { 
document.write( '<tr><td align="left" valign="top">' + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + '</td></tr>' );	}
else { document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' ); } }
if ( Ngroup >= MenuDer_Min && Ngroup <= MenuDer_Max && newpos != 2 ) {  // grupo 2
if ( docn.indexOf( Ngroup ) == 0 ) {
if ( docn == docnumber  ) {document.write( '<tr><td align="left" valign="top">' +  ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + '</td></tr>' ); }
else { document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' ); } } }
if ( Ngroup >= MenuArr_Min && Ngroup <= MenuArr_Max ) {  // grupo 3
if ( docn.indexOf( Ngroup ) == 0 ) { PrintN5( sw_url,unescape(txt),docnumber ); 	j = j +1; }	}              } }
if ( level == 3 ) {
if ( (Ngroup == 1 && newpos == 1) || (Ngroup == 4 && newpos != 2)  ) { 
bgcolorsubmenu = "#DFDDD6";
if (Ngroup == 4) { bgcolorsubmenu = "#DDE9F5"; document.write( td_separator2 ); }
else {	document.write( td_separator ); // imprime opcion
};
if ( docn != "" && docn.split('.').length != 2 ) {
if ( href_ini == "" ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '">'; href_fin = '</span>'; }
else { if ( docnumber.indexOf(docn) == 0 || docn.indexOf(docnumber) == 0 ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '_on">'; href_fin = '</span>'; }
else {	css_style = '" class="'+ menuclass; } } }
else { if ( href_ini == "" ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '">'; href_fin = '</span>'; }
else { css_style = '" class="'+ menuclass; } }
ModifyLink();
if (Ngroup == 4 ) {
document.write( '<tr><td align="left" valign="top" bgcolor="' + bgcolorsubmenu + '"><table border="0" cellpadding="0" cellspacing="0" align="left"><tr>' + td_spacer3 + '<td align="left" valign="top">' + PrintBullet(docnumber, docn) + '<td align="left" valign="top">' + href_ini + sw_url + css_style  + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr></table></td></tr>' );
}
else {
document.write( '<tr><td align="left" valign="top" bgcolor="' + bgcolorsubmenu + '"><table border="0" cellpadding="0" cellspacing="0" align="left"><tr><td align="left" valign="top">' + PrintBullet(docnumber, docn) + '<td align="left" valign="top">' + href_ini + sw_url + css_style  + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr></table></td></tr>' );
};
}
if ( (Ngroup == 2) && newpos !=2  ) { document.write( '<tr><td align="left" valign="top">' + href_ini + sw_url + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr>' );
//alert(docnumber + ', ' + Ngroup );
}
if ( Ngroup >=MenuDer_Min && Ngroup <= MenuDer_Max && newpos != 2 ) {  // Ngroup >=3 && Ngroup <= 6
if ( comparar(docnumber,docn) ) { PrintN5( sw_url,unescape(txt),docnumber );	j = j +1; } } }
if ( level == 4 && comparar(docnumber,docn)) {
if ( MenuLoc <=1) {
if ( Ngroup == 1 ) { document.write( td_separator );
if ( docn != "" && docn.split('.').length != 3 ) {	if ( href_ini == "" ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '">'; href_fin = '</span>'; }
else { if ( docnumber.indexOf(docn) == 0 || docn.indexOf(docnumber) == 0 ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '_on">'; href_fin = '</span>'; }
else {	css_style = '" class="'+ menuclass; } }}
else { if ( href_ini == "" ) { href_ini = ''; sw_url = ''; href_mid2 = '<span class="' + menuclass + '">'; href_fin = '</span>'; }
else { css_style = '" class="'+ menuclass; } }
ModifyLink();
document.write( '<tr><td align="left" valign="top" bgcolor="#DFDDD6"><table border="0" cellpadding="0" cellspacing="0" align="left"><tr>' + td_spacer + PrintBullet(docnumber, docn) + '<td align="left" valign="top">' + href_ini + sw_url + css_style + href_mid2 + ImgSrc(PrintOption.arguments[2], PrintOption.arguments[1]) + href_fin + '</td></tr></table></td></tr>' ); }
if ( Ngroup == 2 ) {  	PrintN5( sw_url,unescape(txt),docnumber ); 	j = j +1;	}  } }
if ( level == 5 && comparar(docnumber,docn) ) { if ( MenuLoc <=1) {	PrintN5( sw_url,unescape(txt),docnumber );  j = j +1; } }
lastprinted = level;  lastdnprinted = docnumber; }
function CO(){
var IDval = ""; level = CO.arguments[0]; //nivel de la opcion
pos = CO.arguments[1]; //posicion por defecto del menu
newpos = CO.arguments[2];	//nueva posicion del menu
docnumber = CO.arguments[3];
txt = CO.arguments[4]; //texto descriptivo
fg_img = false;
if ( docn == "" ) { // set currentTopID , home
	if ( objID == "" ) {  objID = docnumber; 	MenuLoc = pos;	maxOptions = CO.arguments[6]; }
	else { 	if( checkTopOption(docnumber,level) ) { //verifica si la opcion seleccionada es la cabeza principal
		MenuLoc = pos; 	maxOptions = ( CO.arguments[7] == null ) ? CO.arguments[6] : CO.arguments[7];  } }
	if ( level <= maxOptions ) { if ( MenuLoc == newpos ) {  PrintOption(docnumber,unescape(txt),docnumber); } }     } //imprime en la posicion por defecto
else { // print the others, internal pages
	if( checkTopOption(docnumber,level) ) { MenuLoc = pos; } //verifica si la opcion seleccionada es la cabeza principal
	if ( MenuLoc = newpos ) {
			if ( level <= 2 ) {  if ( docnumber < MenuArr_Min ) {  // docnumber < 7
					IDval = ( href_mid1 == "" || href_mid1 == null ) ? "" : docnumber; PrintOption(docnumber,unescape(txt),docnumber);}
				else {	if ( newpos == 2 ) {	IDval = ( href_mid1 == "" || href_mid1 == null ) ? "" : docnumber;  PrintOption(docnumber,unescape(txt),docnumber); } }
		} else {	if ( comparar(docnumber,docn) ) { IDval = ( href_mid1 == "" || href_mid1 == null ) ? "" : docnumber; PrintOption(docnumber,unescape(txt),docnumber);} }}}
redir_array_num = redir_array_num + 1;
}
function BM(){
a =BM.arguments[0]; b =BM.arguments[1]; c =BM.arguments[2]; redir_array_num = 0;
CO('1','1',a,'1',cT('INFORMACI&Oacute;N ACAD&Eacute;MICA'),LM('iacad',''),b,c);CO('2','',a,'1.1',cT('Postulantes'),LM('post',''),b,c);CO('3','',a,'1.1.1',cT('Modalidades de Admisi&oacute;n'),LM('adm','_top'),b,c);CO('4','',a,'1.1.1.1',cT('Ingreso a Estudios Generales'),LM('ingeg','_top'),b,c);CO('4','',a,'1.1.1.2',cT('Ingreso a Especialidad (Traslado Externo)'),LM('igf','_top'),b,c);CO('4','',a,'1.1.1.3',cT('Ingreso a Postgrado'),LM('igpg','_top'),b,c);CO('3','',a,'1.1.2',cT('Calendarios'),LM('cal',''),b,c);CO('4','',a,'1.1.2.1',cT('Centro Pre'),LM('cpu','_top'),b,c);CO('4','',a,'1.1.2.2',cT('Admisi&oacute;n'),LM('cadm','_top'),b,c);CO('4','',a,'1.1.2.3',cT('Bachillerato Internacional'),LM('bint','_top'),b,c);CO('4','',a,'1.1.2.4',cT('Ingreso a Estudios de Especialidad'),LM('ctext','_top'),b,c);CO('3','',a,'1.1.3',cT('Preinscripci&oacute;n en l&iacute;nea'),LM('prel','_top'),b,c);CO('3','',a,'1.1.4',cT('Beneficios al Ingresar'),LM('bi','_top'),b,c);CO('4','',a,'1.1.4.1',cT('Oportunidades laborales&#8211;ULima Laboral'),LM('biol','_top'),b,c);CO('4','',a,'1.1.4.2',cT('Programas Beca Cr&eacute;dito'),LM('http://fresno.ulima.edu.pe/wu/wube_bd001.nsf/default/pbc?OpenDocument&dn=2.6.2','_top'),b,c);CO('4','',a,'1.1.4.3',cT('Categor&iacute;as de Pago'),LM('bicp','_top'),b,c);CO('4','',a,'1.1.4.4',cT('Seguro'),LM('bis','_top'),b,c);CO('4','',a,'1.1.4.5',cT('Simulador de pensiones'),LM('http://webaloe.ulima.edu.pe/portalUL/cc/servlets/ComandoSimularPensionesPostulantesSinValidacion','_blank'),b,c);CO('3','',a,'1.1.5',cT('Pre Lima'),LM('plima','_parent'),b,c);CO('4','',a,'1.1.5.1',cT('Resultado de Ex&aacute;menes'),LM('http://webaloe.ulima.edu.pe/portalUL/index.html','_top'),b,c);CO('4','',a,'1.1.5.2',cT('Preinscripci&oacute;n en l&iacute;nea'),LM('http://webaloe.ulima.edu.pe/portalUL/gaad/pp/Login.jsp','_blank'),b,c);CO('3','',a,'1.1.6',cT('Portal del Postulante'),LM('http://webaloe.ulima.edu.pe/portalUL/gaad/pp/Login.jsp','_top'),b,c);CO('3','',a,'1.1.7',cT('Portal Escolar'),LM('http://www.portalescolar.edu.pe/','_top'),b,c);CO('2','',a,'1.2',cT('Alumnos'),LM('alum',''),b,c);CO('3','',a,'1.2.1',cT('Calendarios'),LM('alcal',''),b,c);CO('4','',a,'1.2.1.1',cT('Acad&eacute;mico'),LM('acad','_top'),b,c);CO('4','',a,'1.2.1.2',cT('Reingreso'),LM('reing','_top'),b,c);CO('4','',a,'1.2.1.3',cT('Cambio de Carrera'),LM('cesp','_top'),b,c);CO('3','',a,'1.2.2',cT('Matr&iacute;cula'),LM('almat',''),b,c);CO('4','',a,'1.2.2.1',cT('Informaci&oacute;n de Matr&iacute;cula Pregrado 2010-2'),LM('impre','_top'),b,c);CO('4','',a,'1.2.2.2',cT('Informaci&oacute;n de Matr&iacute;cula Postgrado 2010-2'),LM('impog','_top'),b,c);CO('4','',a,'1.2.2.3',cT('Calendarios'),LM('calen','_top'),b,c);CO('4','',a,'1.2.2.4',cT('Matr&iacute;cula Ingresantes 2010-2'),LM('ri5a1','_top'),b,c);CO('4','',a,'1.2.2.5',cT('Matr&iacute;cula por Internet 2010-2'),LM('minte','_top'),b,c);CO('3','',a,'1.2.3',cT('Servicios al Estudiante'),LM('alses',''),b,c);CO('4','',a,'1.2.3.1',cT('Servicios Informaticos y de Sistemas'),LM('sinfs',''),b,c);CO('5','',a,'1.2.3.1.1',cT('Aula Virtual'),LM('avirt','_top'),b,c);CO('5','',a,'1.2.3.1.2',cT('Servicios Internet'),LM('sinte','_top'),b,c);CO('5','',a,'1.2.3.1.3',cT('Laboratorios de C&oacute;mputo'),LM('labco','_top'),b,c);CO('5','',a,'1.2.3.1.4',cT('Salas de Internet'),LM('salas','_top'),b,c);CO('5','',a,'1.2.3.1.5',cT('Infraestructura Tecnol&oacute;gica'),LM('infrt','_top'),b,c);CO('5','',a,'1.2.3.1.6',cT('Aulas Audiovisuales'),LM('auaud','_top'),b,c);CO('5','',a,'1.2.3.1.7',cT('Portal Universitario'),LM('puniv','_top'),b,c);CO('5','',a,'1.2.3.1.8',cT('Laboratorios Multimedia'),LM('labmu','_top'),b,c);CO('5','',a,'1.2.3.1.9',cT('Red de comunicaci&oacute;n de fibra &oacute;ptica'),LM('redcf','_top'),b,c);CO('4','',a,'1.2.3.2',cT('Servicios Acad&eacute;micos'),LM('sacad',''),b,c);CO('5','',a,'1.2.3.2.1',cT('Tr&aacute;mites'),LM('trami','_top'),b,c);CO('5','',a,'1.2.3.2.2',cT('Biblioteca'),LM('bibl','_top'),b,c);CO('5','',a,'1.2.3.2.3',cT('Librer&iacute;a Estudiantil'),LM('libre','_top'),b,c);CO('5','',a,'1.2.3.2.4',cT('Material audiovisual'),LM('matau','_top'),b,c);CO('5','',a,'1.2.3.2.5',cT('Cat&aacute;logo de la videoteca'),LM('http://fresno.ulima.edu.pe/me_bd002.nsf/','_blank'),b,c);CO('5','',a,'1.2.3.2.6',cT('Publicaciones'),LM('publi','_top'),b,c);CO('5','',a,'1.2.3.2.7',cT('Evaluaci&oacute;n y actualizaci&oacute;n docente'),LM('evad','_top'),b,c);CO('5','',a,'1.2.3.2.8',cT('Material de lectura'),LM('matle','_top'),b,c);CO('4','',a,'1.2.3.3',cT('Asociaciones Estudiantiles'),LM('asoce','_top'),b,c);CO('4','',a,'1.2.3.4',cT('Actividades Universitarias'),LM('au',''),b,c);CO('5','',a,'1.2.3.4.1',cT('Actividades Deportivas'),LM('acd','_top'),b,c);CO('5','',a,'1.2.3.4.2',cT('Actividades Culturales'),LM('acu','_top'),b,c);CO('5','',a,'1.2.3.4.3',cT('Actividades Cient&iacute;ficas'),LM('acc','_top'),b,c);CO('5','',a,'1.2.3.4.4',cT('Acci&oacute;n Universitaria'),LM('http://fresno.ulima.edu.pe/wu/wube_bd001.nsf/default/accu?OpenDocument&dn=2.1.2.1','_blank'),b,c);CO('5','',a,'1.2.3.4.5',cT('Cine'),LM('http://fresno.ulima.edu.pe/sf/sf5500_bd002.nsf/default/','_top'),b,c);CO('4','',a,'1.2.3.5',cT('Otros Servicios'),LM('oserv',''),b,c);CO('5','',a,'1.2.3.5.1',cT('Cajero Autom&aacute;tico'),LM('ca','_top'),b,c);CO('5','',a,'1.2.3.5.2',cT('Parque Central'),LM('pc','_top'),b,c);CO('5','',a,'1.2.3.5.3',cT('Estacionamiento'),LM('est','_top'),b,c);CO('5','',a,'1.2.3.5.4',cT('Agencia Bancaria'),LM('agb','_top'),b,c);CO('5','',a,'1.2.3.5.5',cT('Servicio Postal'),LM('sp','_top'),b,c);CO('5','',a,'1.2.3.5.6',cT('Sala Libre para Alumnos'),LM('slpa','_top'),b,c);CO('5','',a,'1.2.3.5.7',cT('Tel&eacute;fonos P&uacute;blicos'),LM('tpfa','_top'),b,c);CO('5','',a,'1.2.3.5.8',cT('Acuerdos'),LM('acuer','_top'),b,c);CO('3','',a,'1.2.4',cT('Pr&aacute;ctica Pre Profesional'),LM('alppp','_top'),b,c);CO('2','',a,'1.3',cT('Graduados'),LM('http://www.graduados.ulima.edu.pe/','_top'),b,c);CO('1','1',a,'2',cT('ESTUDIOS UNIVERSITARIOS'),LM('euniv',''),b,c);CO('2','',a,'2.1',cT('Programa de Estudios Generales'),LM('http://fresno.ulima.edu.pe/sf/sf_bd5100.nsf/','_top'),b,c);CO('2','',a,'2.2',cT('Escuela de Humanidades'),LM('http://fresno.ulima.edu.pe/sf/sf_bd4200.nsf/','_top'),b,c);CO('2','',a,'2.3',cT('Escuela de Ingenier&iacute;a'),LM('http://fresno.ulima.edu.pe/sf/sf_bd4100.nsf/','_top'),b,c);CO('2','',a,'2.4',cT('Escuela de Negocios'),LM('http://fresno.ulima.edu.pe/sf/sf_bd4000.nsf/','_top'),b,c);CO('2','',a,'2.5',cT('Escuela de Postgrado'),LM('http://www.postgrado.ulima.edu.pe/','_top'),b,c);CO('2','',a,'2.6',cT('Centro Integral de Educaci&oacute;n Continua'),LM('http://www.ciec.ulima.edu.pe/','_top'),b,c);CO('1','1',a,'3',cT('RELACIONES INTERNACIONALES / INTERNATIONAL RELATIONS'),LM('http://fresno.ulima.edu.pe/becas.nsf/default/','_top'),b,c);CO('1','1',a,'4',cT('ULIMA LABORAL'),LM('oplab',''),b,c);CO('2','',a,'4.1',cT('Departamento de Pr&aacute;ctica y Empleo'),LM('oldpe','_top'),b,c);CO('3','',a,'4.1.1',cT('Usuarios'),LM('usr','_top'),b,c);CO('3','',a,'4.1.2',cT('Perfil Profesional'),LM('pprf','_top'),b,c);CO('2','',a,'4.2',cT('Trabaje en la U de Lima'),LM('http://fresno.ulima.edu.pe/ap/ap_bd002.nsf/','_top'),b,c);CO('1','1',a,'5',cT('CONSORCIO DE UNIVERSIDADES'),LM('http://fresno.ulima.edu.pe/wu/wucu_bd001.nsf/','_top'),b,c);CO('1','0',a,'6',cT('SERVICIOS INTRANET'),LM('sin',''),b,c);CO('2','',a,'6.1',cT('Mi Ulima'),LM('http://webaloe.ulima.edu.pe/portalUL/inicio.jsp','_top'),b,c);CO('2','',a,'6.2',cT('Aula Virtual'),LM('http://webaloe.ulima.edu.pe/portalUL/ul/login/index.jsp','_top'),b,c);CO('2','',a,'6.3',cT('Correo Electr&oacute;nico'),LM('celec','_top'),b,c);CO('1','0',a,'7',cT('SERVICIOS UNIVERSITARIOS'),LM('servu',''),b,c);CO('2','',a,'7.1',cT('Biblioteca'),LM('http://www.ulima.edu.pe/webulima.nsf/OtrosWeb/biblioteca/$file/index.html','_top'),b,c);CO('2','',a,'7.2',cT('Bienestar Universitario'),LM('http://fresno.ulima.edu.pe/wu/wube_bd001.nsf/','_top'),b,c);CO('1','0',a,'8',cT('INVESTIGACI&Oacute;N'),LM('inves',''),b,c);CO('2','',a,'8.1',cT('Servicios de Consultor&iacute;a'),LM('http://fresno.ulima.edu.pe/wu/wusc_bd001.nsf/','_top'),b,c);CO('2','',a,'8.2',cT('Promoci&oacute;n y Cooperaci&oacute;n al Desarrollo'),LM('http://fresno.ulima.edu.pe/wu/wupc_bd001.nsf/','_top'),b,c);CO('2','',a,'8.3',cT('Instituto de Investigaci&oacute;n Cient&iacute;fica'),LM('http://www.ulima.edu.pe/webulima.nsf/default/1C8E3B34F5A0363905256FEA0047FBD0?OpenDocument&dn=8.2.1','_top'),b,c);CO('3','',a,'8.3.1',cT('Introducci&oacute;n'),LM('intro','_top'),b,c);CO('3','',a,'8.3.2',cT('Autoridades'),LM('auper','_top'),b,c);CO('3','',a,'8.3.3',cT('Proyectos de Investigaci&oacute;n 2005'),LM('pi05','_top'),b,c);CO('3','',a,'8.3.4',cT('Proyectos de Investigaci&oacute;n 2006'),LM('pi06','_top'),b,c);CO('3','',a,'8.3.5',cT('Proyectos de Investigaci&oacute;n 2007'),LM('pi07','_top'),b,c);CO('3','',a,'8.3.6',cT('Proyectos de Investigaci&oacute;n 2008'),LM('pi08','_top'),b,c);CO('3','',a,'8.3.7',cT('Proyectos de Investigaci&oacute;n 2009'),LM('pi09','_top'),b,c);CO('3','',a,'8.3.8',cT('Proyectos de Investigaci&oacute;n 2010'),LM('pi10','_top'),b,c);CO('3','',a,'8.3.9',cT('Publicaciones de Investigaci&oacute;n'),LM('pubid','_top'),b,c);CO('3','',a,'8.3.10',cT('Informes'),LM('idici','_top'),b,c);CO('2','',a,'8.4',cT('Fondo Editorial'),LM('http://fresno.ulima.edu.pe/sf/sf_bdfde.nsf/','_top'),b,c);CO('2','',a,'8.5',cT('Centro de Estudios'),LM('ccee','_top'),b,c);CO('1','0',a,'9',cT('AGENDA UNIVERSITARIA'),LM('agun','_top'),b,c);CO('1','0',a,'10',cT('VENTANA INDISCRETA'),LM('http://fresno.ulima.edu.pe/sf/sf5500_bd002.nsf/default/','_top'),b,c);CO('1','0',a,'11',cT('TIENDA ULIMA'),LM('tulim','_top'),b,c);CO('1','0',a,'12',cT('REVISTA NOTICIAS'),LM('http://fresno.ulima.edu.pe/wu/wurn_bd001.nsf/','_top'),b,c);CO('1','2',a,'13',cT('ACERCA DE LA UNIVERSIDAD'),LM('acerc',''),b,c);CO('2','',a,'13.1',cT('Presentaci&oacute;n'),LM('prese','_top'),b,c);CO('2','',a,'13.2',cT('Misi&oacute;n y Visi&oacute;n'),LM('aumi','_top'),b,c);CO('2','',a,'13.3',cT('Valores'),LM('val','_top'),b,c);CO('2','',a,'13.4',cT('Pol&iacute;tica de la Calidad'),LM('pol','_top'),b,c);CO('2','',a,'13.5',cT('Reseņa'),LM('aures','_top'),b,c);CO('2','',a,'13.6',cT('R&eacute;gimen Econ&oacute;mico'),LM('aureg','_top'),b,c);CO('2','',a,'13.7',cT('Organizaci&oacute;n'),LM('auorg','_top'),b,c);CO('2','',a,'13.8',cT('Autoridades'),LM('auaut','_top'),b,c);CO('2','',a,'13.9',cT('Consejos Consultivos'),LM('cons','_top'),b,c);CO('1','2',a,'14',cT('INFRAESTRUCTURA'),LM('infra',''),b,c);CO('2','',a,'14.1',cT('Campus de Monterrico'),LM('monte','_top'),b,c);CO('2','',a,'14.2',cT('Campus de Mayorazgo'),LM('mayor','_top'),b,c);CO('1','2',a,'15',cT('CONVENIOS INSTITUCIONALES'),LM('conve','_top'),b,c);CO('2','',a,'15.1',cT('Centro de Estudios de los Estados Unidos'),LM('http://fresno.ulima.edu.pe/ceeuu.nsf/','_top'),b,c);CO('1','2',a,'16',cT('NORMAS Y REGLAMENTOS'),LM('reg','_top'),b,c);}
function cT(){ return escape(cT.arguments[0]); }
function CheckPopUp(){
//var textlink = new String('hello');
//var a = textlink.link(CheckPopUp.arguments[0]);
//alert( a );
//textlink.link(CheckPopUp.arguments[0]);
//alert(CheckPopUp.arguments[0] + ', ' + textlink.location.href);
//window.document.location.href = CheckURL( a , redir_array_num );
// alert( CheckURL( "\'" + CheckPopUp.arguments[0] + "\'" , redir_array_num ) );
}
