 //--------------------------------------Codigo de Noticias del Mercado-------------------------
function not_mkt(){
// ancho
var marqueewidth=340
// alto
var marqueeheight=140
// velocidad
var speed=1
// contenido
var marqueecontents='<p><a href="news.php?news=m1&sg=1"><strong>Estás listo para los Gráficos de Windows Vista?</strong><br><br>Windows Vista te ofrecerá una gran variedad de niveles de funcionalidad dependiendo de qué clase de tarjeta de video tengas. Cuando actualices tu PC, ¿estarás listo para el desafío?</a></p><br><hr color="D7DBE5"><p><a href="news.php?news=m2"><strong>Hecho en Taiwan.</strong><br><br>Las marcas de Taiwán se acercan cada vez más al mercado latinoamericano.<br>El fin: competir con los grandes y contra la piratería.</p></a><br><hr color="D7DBE5"><br><center>:: Noticias del Mercado CVA ::</center>'
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",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
}

function popup(){
window.open('http://www.grupocva.com/mkt/pop-up/popup.htm','_blank','toolbar=0,location=0,status=0,menubar=0, scrollbars=0,resizable=0,width=700,height=450, top=100,left=200');
}