Warning: session_start(): open(/var/tmp/sessions/sess_70b6b651026d2d2c69ecf8cc7ac485ea, O_RDWR) failed: Disk quota exceeded (122) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 9

Warning: session_start(): Failed to read session data: files (path: /var/tmp/sessions) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 9

Warning: Use of undefined constant debugMode - assumed 'debugMode' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/fun.gral.php on line 615

Warning: Use of undefined constant cant - assumed 'cant' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 12

Warning: Use of undefined constant datos - assumed 'datos' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 17

Warning: Use of undefined constant Version - assumed 'Version' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 29

Warning: Use of undefined constant setLang - assumed 'setLang' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 32

Warning: Use of undefined constant lang - assumed 'lang' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 40

Warning: Use of undefined constant lang - assumed 'lang' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 42

Warning: Use of undefined constant lang - assumed 'lang' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 45

Warning: Use of undefined constant Jan - assumed 'Jan' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 182

Warning: Use of undefined constant Fev - assumed 'Fev' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 183

Warning: Use of undefined constant Mar - assumed 'Mar' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 184

Warning: Use of undefined constant Abr - assumed 'Abr' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 185

Warning: Use of undefined constant Mai - assumed 'Mai' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 186

Warning: Use of undefined constant Jun - assumed 'Jun' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 187

Warning: Use of undefined constant Jul - assumed 'Jul' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 188

Warning: Use of undefined constant Ago - assumed 'Ago' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 189

Warning: Use of undefined constant Set - assumed 'Set' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 190

Warning: Use of undefined constant Out - assumed 'Out' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 191

Warning: Use of undefined constant Nov - assumed 'Nov' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 192

Warning: Use of undefined constant Dez - assumed 'Dez' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/lang/pt-utf-8.inc.php on line 193

Warning: Use of undefined constant cmdlog - assumed 'cmdlog' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 48

Warning: Use of undefined constant id_correo_electronico - assumed 'id_correo_electronico' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/session.php on line 53

Warning: Use of undefined constant XTMheader - assumed 'XTMheader' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/fun.xml.php on line 14

Warning: Use of undefined constant ssuser_id - assumed 'ssuser_id' (this will throw an Error in a future version of PHP) in /var/www/html/arquiamigos.org.br/web/thesaurus/include/fun.gral.php on line 663
function expand( id ) { var details = document.getElementById('masTE' + id ); var enlaceMas= document.getElementById( 'expandTE' + id ); var enlaceMenos= document.getElementById( 'contraeTE' + id ); details.style.display = ( details.style.display == 'block' ) ? 'none' : 'block'; enlaceMas.style.display = ( details.style.display == 'block' ) ? 'none' : 'inline'; enlaceMenos.style.display = ( details.style.display == 'block' ) ? 'inline' : 'none'; } function expandLink( id ) { var details = document.getElementById( id ); var enlaceMas= document.getElementById( 'expandTE' + id ); var enlaceMenos= document.getElementById( 'contraeTE' + id ); details.style.display = ( details.style.display == 'block' ) ? 'none' : 'block'; enlaceMas.style.display = ( details.style.display == 'block' ) ? 'none' : 'inline'; enlaceMenos.style.display = ( details.style.display == 'block' ) ? 'inline' : 'none'; } function montre(id) { if (document.getElementById) { document.getElementById(id).style.display="block"; } else if (document.all) { document.all[id].style.display="block"; } else if (document.layers) { document.layers[id].display="block"; } } function cache(id) { if (document.getElementById) { document.getElementById(id).style.display="none"; } else if (document.all) { document.all[id].style.display="none"; } else if (document.layers) { document.layers[id].display="none"; } } function checkrequired(which) { var pass=true; if (document.images) { for (i=0;i)/gi, ''); } $("#search-q").autocomplete('searcher.php', { width: 260, minChars: 1, selectFirst: false }); $("#search-q").result(function(event, data, formatted) { if (data) $(this).parent().next().find("input").val(data[1]); }); $("#addExistTerm").autocomplete('searcher.php?t=e', { width: 260, minChars: 1, selectFirst: false }); $("#addExistTerm").result(function(event, data, formatted) { if (data) $(this).parent().next().find("input").val(data[1]); }); $("#addTerms").autocomplete('searcher.php', { width: 300, multiple: true, matchContains: true, formatItem: formatItem, formatResult: formatResult, multipleSeparator: "\n", minChars: 1 }); /* $(":text, textarea").result(log).next().click(function() { */ $(":text, textarea").result().next().click(function() { $(this).prev().search(); }); $("#clear").click(function() { $(":input").unautocomplete(); }); });