// ancho
var marqueewidth=130

// alto
var marqueeheight=110











































































// velocidad
var speed=1











































































// contenido del scroll
var marqueecontents='<font face=Verdana size="1"><a href="funcionarios-01.html" target="_blank">Iniciativa de Ley de Prácticas Comerciales...  [+]</a><br><br><br><a href="b-enero-2006.html" target="_blank">Agenda 2006...  [+]</a><br><br><br><a href="b-dic-2005.html" target="_blank">Felicidades 2005...  [+]</a><br><br><br><a href="b-noviembre.html" target="_blank">XIII Junta de Asamblea Noviembre 2005...  [+]</a><br><br><br><a href="b-agosto.html" target="_blank">Programa Exposición y Venta ANAM 2005...  [+]</a><br><br><br><a href="b-julio.html" target="_blank">Nueva logistica para EXPO-VENTA 2005...  [+]</a><br><br><br><a href="b-2.html" target="_blank">Nueva alianza para mejorar el negocio abarrotero...  [+]</a><br><br><br><a href="b-marzo.html" target="_blank">Exitoso Congreso de Capacitación...  [+]</a><br><br><br><a href="b-aniversario.html" target="_blank">Amparo vs Costo de Ventas... [+]</a><br><br><br></a><a href="b-febrero.html" target="_blank">Resumen a las reformas fiscales 2005... [+]</a><br><br><br></a></font>'



























































































































































































































































































































if
 (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')











































































function regenerate2(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
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