// JavaScript Document
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'20091211151024.htm\' class='leftmenu'>HR Policy<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'javascript:showmenu(\"0\")\' class='leftmenu'>Career<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_0  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#E7E7E7\">");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'14050501.htm\' class='leftmenu3'>Vacancies<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'14050502.htm\' class='leftmenu3'>Career Bulletin<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'20080430161817.htm\' class='leftmenu3'>Diagrama de la entrevista<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'14050504.htm\' class='leftmenu3'>Online Resume<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'javascript:showmenu(\"1\")\' class='leftmenu'>Training and Development<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_1  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#E7E7E7\">");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'20091211151942.htm\' class='leftmenu3'>Sistema administrativo de formación<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'20080504093933.htm\' class='leftmenu3'>Concepto de formación<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'20091210110815.htm\' class='leftmenu'>Capacitación de Personal para Servicios Ultramares<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<2;i++) 
{
	if(document.all('menu_'+i)==null) continue;
	if(i!=id) 
		document.all('menu_'+i).style.display='none';
}
if(document.all('menu_'+id).style.display=='block'){
	document.all('menu_'+id).style.display='none';
}else{
	document.all('menu_'+id).style.display='block';
}
}

var obj_menuid=document.getElementById("menuid");
if(obj_menuid!=null&&document.all('menu_'+obj_menuid.value)!=null)
{document.all('menu_'+obj_menuid.value).style.display='block';
}

