function NewsPressList () { All="215% más: Una nueva oportunidad de mercado oxigenando camarones@@1.11.2004@@/international/web/lg/ve/likelgagave.nsf/docbyalias/news_aqua_tec@@Después de seis meses de trabajo conjunto entre AGA Gas y Aqua Tec Cultivos Marinos, el resultado fue un crecimiento en la producción de camarones en un 215% ...@@none@@Planta de Hidrógeno por US$ 70 millones construirán en ENAP Refinerías Aconcagua@@14.9.2004@@/international/web/lg/ve/likelgagave.nsf/docbyalias/news_planta_hidrógeno@@ENAP contrató suministro de este elemento por 15 años a AGA S.A. ...@@Logo_enap_th.jpg@@"; ListElem=All.split(/@@/); if (ListElem.length > 1) { SubTitleHeader ("Press News"); document.writeln(""); for (var i=0; i < ListElem.length; i+=5) { document.writeln(""); } document.writeln("

"); if(ListElem[i+4]!="none") document.writeln(""); document.writeln(""+ListElem[i+1]+""); document.writeln("
"+ListElem[i]+"
"); document.writeln(ListElem[i+3]); document.writeln(">>Leer mas...
"); document.writeln("
"); } }