var ancho
ancho = screen.width
if (ancho>800) {
document.writeln('<table width="100%" cellpadding="0" cellspacing="0" bgcolor="#040447"><tr><td align="left"><img src="img/logo_arriba.jpg"></td><td align="center" background="img/baner.jpg" width="400" height="70" valign="middle"><iframe frameborder="0" align="middle" width="374" height="47" src="comercial.asp" scrolling="no"></iframe></td><td width="50">&nbsp;</td></tr></table>')
document.writeln('<table width="100%" cellpadding="0" cellspacing="0"><tr><td background="img/arriba.jpg"><img src="img/arriba.jpg" width="100" height="10"></td></tr></table>')
}
else
{
if (ancho<900) {
document.writeln('<table width="100%" cellpadding="0" cellspacing="0" bgcolor="#040447"><tr><td align="left"><img src="img/logo_arriba.jpg"></td><td align="center" background="img/baner.jpg" style="background-repeat:no-repeat" width="500" height="70" valign="middle"><iframe frameborder="0" align="middle" width="344" height="47" src="comercial.asp" scrolling="no"></iframe></td><td>&nbsp;</td></tr></table>')
document.writeln('<table width="100%" cellpadding="0" cellspacing="0"><tr><td background="img/arriba.jpg"><img src="img/arriba.jpg" width="100" height="10"></td></tr></table>')
}	
}