
// JavaScript Documentvar marqueewidth=220 // ancho
var marqueewidth=220 // ancho
var marqueeheight=180 // alto
var speed=2 // velocidad
// contenido
var marqueecontents='<p class="justify">Amendments to the Telecommunications Act of El Salvador. (<a href="http://www.elsalvador.law.pro">more...</a>).</p><p>ALBA seeks regional trade in medicines. (<a href="http://www.elsalvador.law.pro">more...</a>).</p><p>April 26th: World Day of Intellectual Property. (<a href="http://www.elsalvador.law.pro">more...</a>).</p><p>FITCH: Salvadoran Banking is the most stable in the region. (<a href="news-en.php">more...</a>).</p><p>Chinese entrepreneurs meet with Salvadoran businessmen. (<a href="news-en.php">more...</a>).</p><p>17 companies participating in Taiwanese business conference with Salvadoran businessmen. (<a href="news-en.php">more...</a>).</p><p>Relations with China can be opened. (<a href="news-en.php">more...</a>).</p><p>Salvadoran businessmen will participate in the Food Fair in Barcelona. (<a href="news-en.php">more...</a>).</p><p>Advancing negotiations between Europe and C.A. (<a href="news-en.php">more...</a>).</p><p>El Salvador and Canada retake the negotiation of an FTA. (<a href="news-en.php">more...</a>).</p><p>CAFTA must be used to attract investment. (<a href="news-en.php">more...</a>).</p><p>Brazilians attracted by benefits of the Free Trade Agreement (<a href="news-en.php">more...</a>).</p><p>On Valentines Month, GOLD SERVICE is giving 5 marriage services for free (<a href="news-en.php">more...</a>).</p><p>Takes effect trade agreement El Salvador - Colombia (<a href="news-en.php">more...</a>).</p><p>World Bank approves $250 millions for El Salvador (<a href="news-en.php">more...</a>).</p><p>Everything ready for CONSTRUEXPO 2010 (<a href="news-en.php">more...</a>).</p><p>SIGET authorizes up the phone tariffs (<a href="news-en.php">more...</a>).</p><p>New General Attorney in El Salvador (<a href="news-en.php">more...</a>).</p><p>January 4th, 2010, Tax Reforms takes effects in El Salvador (<a href="news-en.php">more...</a>).</p><p>Airport of El Salvador, the only certificate in C.A. (<a href="news-en.php">more...</a>).</p><p>Tax Reform approved on December 18, 2009, by the Legislative Assembly of El Salvador. (<a href="news-en.php">more...</a>).</p><p>Obama designates a lawyer as new U.S. ambassador to El Salvador. (<a href="news-en.php">more...</a>).</p><p>Further extension of validity of the new Procedural Code. (<a href="news-en.php">more...</a>).</p><p>Wal Mart Mexico buys Walmart C.A.. (<a href="news-en.php">more...</a>).</p><p>People Living program is started. (<a href="news-en.php">more...</a>).</p><p>El Salvador, one of 10 tourist destinations in 2010. (<a href="news-en.php">more...</a>).</p><p>Competitiveness Index ranks to El Salvador in number 77. (<a href="news-en.php">more...</a>).</p><p>Lula pledges support to Salvadoran companies. (<a href="news-en.php">more...</a>).</p><p>El Salvador improved position in the Doing Business in the region. (<a href="news-en.php">more...</a>).</p><p>El Salvador at the 1 in Market Access, according to the Index of The World Economic Forum. (<a href="news-en.php">more...</a>).</p><p>GOLD SERVICE, published the first video of a law firm in El Salvador to attract investors.(<a href="http://www.youtube.com/watch?v=rdl4P36WoUw">Watch the video...</a>).</p>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",400)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}

window.onload=regenerate2