Warning: Use of undefined constant debugMode - assumed 'debugMode' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/include/session.php on line 45

Warning: Use of undefined constant Ene - assumed 'Ene' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 181

Warning: Use of undefined constant Feb - assumed 'Feb' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 182

Warning: Use of undefined constant Mar - assumed 'Mar' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 183

Warning: Use of undefined constant Abr - assumed 'Abr' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 184

Warning: Use of undefined constant May - assumed 'May' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 185

Warning: Use of undefined constant Jun - assumed 'Jun' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 186

Warning: Use of undefined constant Jul - assumed 'Jul' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 187

Warning: Use of undefined constant Ago - assumed 'Ago' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 188

Warning: Use of undefined constant Sep - assumed 'Sep' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 189

Warning: Use of undefined constant Oct - assumed 'Oct' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 190

Warning: Use of undefined constant Nov - assumed 'Nov' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 191

Warning: Use of undefined constant Dic - assumed 'Dic' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/lang/es-utf-8.inc.php on line 192

Warning: Use of undefined constant cmdlog - assumed 'cmdlog' (this will throw an Error in a future version of PHP) in /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/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 /home/s118d378/public_html/tematres/include/fun.xml.php on line 14
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() { $(this).prev().search(); }); $("#clear").click(function() { $(":input").unautocomplete(); }); });