var strUnd = "_"; var arr01 = new Array( 'clippings/infancianamidia/?to=listar', 'boletins', 'pautas', 'midiaeeducacao', 'projetos_especiais', '', '', '', '', 'analise', '', '', 'premio ige de jornalismo' ); var arr02 = new Array( 'bancodefontes', 'leis_conselhos', 'voluntariado', 'fale_andi', 'conheca', 'glossario', 'denuncie', 'links', 'premios', 'parceiros', 'faq'); var arr03 = new Array( 'chat', 'enquete', 'forum'); function leftString(fullString, subString) { if (fullString.indexOf(subString) == -1) { return ""; } else { return (fullString.substring(0, fullString.indexOf(subString))); } } function rightString(fullString, subString) { if (fullString.indexOf(subString) == -1) { return ""; } else { return (fullString.substring(fullString.indexOf(subString)+subString.length, fullString.length)); } } function mudaFrame(x) { dir = ""; xName = x; if (window.name != "mapa") { if (x.name != "") { x = x.value; } } if (x != "") { strArea = leftString(x, strUnd); strDest = rightString(x, strUnd)-1; eval('strArrValue = arr'+strArea+'['+strDest+'];'); if (strArea == 3 && strDest == 1) { if (window.name == "mapa") { dir = "../"; self.close(); } openCentered(dir+'enquete/?id_pergunta=57', 'enquete', 'resizable=no,scrollbars=no', 316, 390);; } else if (strArea == 2 && strDest == 3) { if (window.name == "mapa") { dir = "../"; self.close(); } openCentered(dir+'contato.htm', 'contato', 'resizable=no,scrollbars=no', 560, 450);; } else if (strArea == 2 && strDest == 0) { if (window.name == "mapa") { dir="../"; self.close(); } parent.document.location.href = strArrValue; } else if (strArea == 1 && strDest == 5) { if (window.name == "mapa") { dir = "../"; self.close(); } window.open(dir+'mini_sites/rad'); } else if (strArea == 1 && strDest == 6) { if (window.name == "mapa") { dir = "../"; self.close(); } window.open("http://www.redandi.org"); } else if (strArea == 1 && strDest == 7) { if (window.name == "mapa") { dir = "../"; self.close(); } window.open(dir+'mini_sites/mij'); } else if (strArea == 1 && strDest == 8) { if (window.name == "mapa") { dir = "../"; self.close(); } openCentered(dir+'mini_sites/jac', 'mn', 'resizable=no,scrollbars=yes', 780, 480); } else if (strArea == 1 && strDest == 10) { if (window.name == "mapa") { dir = "../"; self.close(); } openCentered(dir+'mini_sites/tig', 'mn', 'resizable=no,scrollbars=yes', 780, 480);; } else if (strArea == 1 && strDest == 11) { if (window.name == "mapa") { dir = "../"; self.close(); } open(dir+'mini_sites/tim_lopes'); } else if (strArea == 1 && strDest == 12) { //alert("Testano") open('http://www.informacao.andi.org.br'); } else if (strArea == 1 && strDest == 13) { //alert("Testano") open('http://www.premioigedejornalismo.org.br'); } else if (window.name == "mapa") { window.opener.parent.frames['frmMiddle'].document.location.href = "../"+strArrValue; self.close(); } else if (window.name == "bancodefontes") { } else { parent.frames['frmMiddle'].document.location.href = strArrValue; } } xName.selectedIndex = 0; } function textFSearch(formF, strV, strT) { (formF.value == strV) ? formF.value = strT : formF.value = formF.value; }