//JavaScript Document
//Copyright (C) 2004 by Sergio Zaliubovskiy.
//Thanks that you have visited us!
<!--//
var pti = "_img/";
if (document.images) {
serchbutoff = new Image(29,29);serchbutoff.src = pti + "search_off.gif";
serchbuton = new Image(29,29);serchbuton.src = pti + "search_on.gif";

cicoff = new Image(142,20);cicoff.src = pti + "top_m_btns/cic-home-off.gif";
cicon = new Image(142,20);cicon.src = pti + "top_m_btns/cic-home-on.gif";

lacuencaoff = new Image(142,20);lacuencaoff.src = pti + "top_m_btns/la-cuenca-off.gif";
lacuencaon = new Image(142,20);lacuencaon.src = pti + "top_m_btns/la-cuenca-on.gif";

programasoff = new Image(142,20);programasoff.src = pti + "top_m_btns/programas-off.gif";
programason = new Image(142,20);programason.src = pti + "top_m_btns/programas-on.gif";

conveniosoff = new Image(142,20);conveniosoff.src = pti + "top_m_btns/convenios-off.gif";
convenioson = new Image(142,20);convenioson.src = pti + "top_m_btns/convenios-on.gif";

basesdedatosoff = new Image(142,20);basesdedatosoff.src = pti + "top_m_btns/basesdedatos-off.gif";
basesdedatoson = new Image(142,20);basesdedatoson.src = pti + "top_m_btns/basesdedatos-on.gif";

linksoff = new Image(142,20);linksoff.src = pti + "top_m_btns/links-off.gif";
linkson = new Image(142,20);linkson.src = pti + "top_m_btns/links-on.gif";

autoridadesoff = new Image(142,20);autoridadesoff.src = pti + "top_m_btns/autoridades-off.gif";
autoridadeson = new Image(142,20);autoridadeson.src = pti + "top_m_btns/autoridades-on.gif";

englishoff = new Image(142,20);englishoff.src = pti + "top_m_btns/english-off.gif";
englishon = new Image(142,20);englishon.src = pti + "top_m_btns/english-on.gif";

spanishoff = new Image(142,20);spanishoff.src = pti + "top_m_btns/spanish-off.gif";
spanishon = new Image(142,20);spanishon.src = pti + "top_m_btns/spanish-on.gif";

portugueseoff = new Image(142,20);portugueseoff.src = pti + "top_m_btns/portuguese-off.gif";
portugueseon = new Image(142,20);portugueseon.src = pti + "top_m_btns/portuguese-on.gif";
}
function chimg(iname,overiname) {
if (document.images) {
  document.images[iname].src = eval(overiname + ".src");
}}
function searchfocus(sstr){
document.search_form.search_str.value=sstr;document.search_form.search_str.focus(); 
}
// Lite ZMail_Encrypt 0.01, Author Sergio Zaliubovskiy (C) 2004,
// Permission granted to CIC (http://cicplata.org)
// Any comments or questions to webmaster's mail please
function webmaster(who,st){
var towho = new Array (
"&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;", //webmaster-0
"&#105;&#110;&#102;&#111;&#99;&#105;&#99;", //infocic-1
"&#109;&#97;&#112;&#97;&#100;&#105;&#103;&#105;&#116;&#97;&#108;", //mapadigital-2
"&#104;&#101;&#108;&#105;&#111;&#99;&#105;&#99;", //heliocic-3
"&#112;&#114;&#101;&#115;&#105;&#100;&#101;&#110;&#99;&#105;&#97;", //presidencia-4
"&#112;&#109;&#97;&#114;&#99;&#111;", //pmarco-5
"&#115;&#101;&#99;&#114;&#101;&#116;&#97;&#114;&#105;&#97;", //secretaria-6
"&#115;&#101;&#99;&#112;&#109;&#97;&#114;&#99;&#111;" //secpmarco-7
);
var mdom = "&#64;";
mdom += "&#99;&#105;&#99;&#112;&#108;&#97;&#116;&#97;&#46;&#111;&#114;&#103";
if (st && st.length>1) {var cstyle = " class='" + st + "'";} else if (!st || st==null) {var cstyle="";}
var addr = towho[who] + mdom;
var encaddr = "<a href=mailto:" + addr + cstyle + ">" + addr + "</a>";
document.write(encaddr);
}

//Warning message Printer. Copyright (C) 2004 by Sergio Zaliubovskiy.
var position = 0;
var prntstr = "Para ver los datos macro-\neconómicos de cada uno de los países, haga clic sobre la bandera correspon-\ndiente";
var prntsymbol = "_";
var prntpause = 35;

function warnprinter(){
if (position>prntstr.length){position = 0;} 
else{
if (position>=prntstr.length) {warncode = prntstr + ".";} else {warncode = prntstr.slice(0,position) + prntsymbol;}
position = position + 1;
if (document.layers){
document.layers.prntwindow.document.write(warncode);
document.layers.prntwindow.document.close();
}
else if (document.getElementById && !document.all){
document.getElementById('prntwindow').innerHTML = warncode;
}
else if (document.all){
prntwindow.innerHTML = warncode;
}
setTimeout("warnprinter()",prntpause);
}}

function video(cname){
window.open("videos.php?cname=" + cname,"videos","width=414,height=344,top=150,scrollbars=0,location=0,title=0,resizable=0,toolbar=0,menubar=0,left=" + ((screen.availWidth/2)-432/2) + "");
}

//add popup 25.06.2011
function fullImg(imgPath, imgIndx, imgName) {
	window.open(("/imglib_zoom.php?imgDir=" + imgPath + "&imgIndx=" + imgIndx + "&imgName=" + imgName), 'fullImg', "top=0, left=0, scrollbars=1, resizable=1, status=0");
}
//-->
