textosp="Español";
textopt="Português";
textoen="English";
function id1(){
var actual= location.href;
if ( actual.indexOf('/en/') != -1 ){
dividir=actual.split("/en/");
idioma="pt";
} else if ( actual.indexOf('/pt/') != -1 ){
dividir=actual.split("/pt/");
idioma="en";
} else {
dividir=actual.split("/sp/");
idioma="en";
}
texto=eval("texto"+idioma);
document.write(""+texto+"");
}
function id2(){
var actual= location.href;
if ( actual.indexOf('/en/') != -1 ){
dividir=actual.split("/en/");
idioma="sp";
} else if ( actual.indexOf('/pt/') != -1 ){
dividir=actual.split("/pt/");
idioma="sp";
} else {
dividir=actual.split("/sp/");
idioma="pt";
}
texto=eval("texto"+idioma);
document.write(""+texto+"");
}
function Toggle(item) {
var etc;
etc=document.getElementById(item);
var visible;
visible = etc.style.display;
if (visible != 'none') {
etc.style.display="none";
} else {
etc.style.display="block";
}
}
function showDetail(item) {
var etc;
etc=document.getElementById(item);
var visible;
visible = etc.style.display;
etc.style.display="block";
}
divdetails=[];
divdetails[0]="det-pres1";
divdetails[1]="det-pres2";
divdetails[2]="det-pres3";
divdetails[3]="det-pres4";
divdetails[4]="det-pres5";
divdetails[5]="det-pres6";
divdetails[6]="det-pres7";
divdetails[7]="det-pres8";
divdetails[8]="det-pres9";
function ExpandProgram() {
for (i=0;i\n\n'+alt+'<\/title>\n<\/head>\n\n
\n<\/body>\n<\/html>');
newWin.document.open();
newWin.document.write(markup);
newWin.document.close();
}