var goleftimage='../images/menu//num-ant-titulo_fle01a.gif'
var gorightimage='../images/menu/num-ant-titulo_fle02a.gif'
var menuwidth=653
var menuheight=89
var scrolldir="normal"
var scrollspeed=6



var menucontents='<span class="texto1"><nobr><nobr><a href="../28/home.html"><img border="0" src="../images/menu/tapa-ant_28.jpg" width="66" height="81"></a> Nro. 28   <a href="../27/home.html"><img border="0" src="../images/menu/tapa-ant_27.jpg" width="66" height="81"></a> Nro. 27   <a href="../26/home.html"><img border="0" src="../images/menu/tapa-ant_26.jpg" width="66" height="81"></a> Nro. 26   <a href="../25/home.html"><img border="0" src="../images/menu/tapa-ant_25.jpg" width="66" height="81"></a> Nro. 25   <a href="../24/home.html"><img border="0" src="../images/menu/tapa-ant_24.jpg" width="66" height="81"></a> Nro. 24   <a href="../23/home.html"><img border="0" src="../images/menu/tapa-ant_23.jpg" width="66" height="81"></a> Nro. 23   <a href="../22/home.html"><img border="0" src="../images/menu/tapa-ant_22.jpg" width="66" height="81"></a> Nro. 22   <a href="../21/home.html"><img border="0" src="../images/menu/tapa-ant_21.jpg" width="66" height="81"></a> Nro. 21   <a href="../20/home.html"><img border="0" src="../images/menu/tapa-ant_20.jpg" width="66" height="81"></a> Nro. 20   <a href="../19/home.html"><img border="0" src="../images/menu/tapa-ant_19.jpg" width="66" height="81"></a> Nro. 19   <a href="../18/home.html"><img border="0" src="../images/menu/tapa-ant_18.jpg" width="66" height="81"></a> Nro. 18   <a href="../17/home.html"><img border="0" src="../images/menu/tapa-ant_17.jpg" width="66" height="81"></a> Nro. 17   <a href="../16/home.html"><img border="0" src="../images/menu/tapa-ant_16.jpg" width="66" height="81"></a> Nro. 16   <a href="../15/home.html"><img border="0" src="../images/menu/tapa-ant_15.jpg" width="66" height="81"></a> Nro. 15   <a href="../14/home.html"><img border="0" src="../images/menu/tapa-ant_14.jpg" width="66" height="81"></a> Nro. 14   <a href="../13/home.html"><img border="0" src="../images/menu/tapa-ant_13.jpg" width="66" height="81"></a> Nro. 13   <a href="../12/home.html"><img border="0" src="../images/menu/tapa-ant_12.jpg" width="66" height="81"></a> Nro. 12   <a href="../11/home.html"><img border="0" src="../images/menu/tapa-ant_11.jpg" width="66" height="81"></a> Nro. 11   <a href="../10/home.html"><img border="0" src="../images/menu/tapa-ant_10.jpg" width="66" height="81"></a> Nro. 10   <a href="../09/home.html"><img border="0" src="../images/menu/tapa-ant_9.jpg" width="66" height="81"></a> Nro. 9   <a href="../08/home.html"><img border="0" src="../images/menu/tapa-ant_8.jpg" width="65" height="81"></a> Nro. 8   <a href="../old/revista7/home.html"><img src="../images/menu/tapa-ant_7.jpg" width="66" height="81" border="0"></a> Nro. 7   <a href="../old/revista6/home.html"><img src="../images/menu/tapa-ant_6.gif" width="66" height="81" border="0"></a> Nro. 6   <a href="../old/revista5/home.html"><img src="../images/menu/tapa-ant_5.gif" width="66" height="81" border="0"></a> Nro. 5   <a href="../old/revista4/home.html"><img src="../images/menu/tapa-ant_4.gif" width="66" height="81" border="0"></a> Nro. 4   <a href="../old/revista3/home.html"><img src="../images/menu/tapa-ant_3.gif" width="66" height="81" border="0"></a> Nro. 3   <a href="../old/revista2/home.html"><img src="../images/menu/tapa-ant_2.gif" width="66" height="81" border="0"></a> Nro. 2   <a href="../old/revista1/home.html"><img src="../images/menu/tapa-ant_1.gif" wdith="66" height="81" border="0"></a> Nro. 1   </nobr></span>'


var iedom=document.all||document.getElementById
var leftdircode='onMouseover="moveleft()" onMouseout="clearTimeout(lefttime)"'
var rightdircode='onMouseover="moveright()" onMouseout="clearTimeout(righttime)"'
if (scrolldir=="reverse"){
	var tempswap=leftdircode
	leftdircode=rightdircode
	rightdircode=tempswap
}

if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100;left:-5000">'+menucontents+'</span>')
var actualwidth=''
var cross_scroll, ns_scroll
var loadedyes=0
function fillup(){
if (iedom){
cross_scroll=document.getElementById? document.getElementById("test2") : document.all.test2
cross_scroll.innerHTML=menucontents
actualwidth=document.all? cross_scroll.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (document.layers){
ns_scroll=document.ns_scrollmenu.document.ns_scrollmenu2
ns_scroll.document.write(menucontents)
ns_scroll.document.close()
actualwidth=ns_scroll.document.width
}
loadedyes=1
}
window.onload=fillup

function moveleft(){
if (loadedyes){
if (iedom&&parseInt(cross_scroll.style.left)>(menuwidth-actualwidth)){
cross_scroll.style.left=parseInt(cross_scroll.style.left)-scrollspeed+"px"
}
else if (document.layers&&ns_scroll.left>(menuwidth-actualwidth))
ns_scroll.left-=scrollspeed
}
lefttime=setTimeout("moveleft()",50)
}

function moveright(){
if (loadedyes){
if (iedom&&parseInt(cross_scroll.style.left)<0)
cross_scroll.style.left=parseInt(cross_scroll.style.left)+scrollspeed+"px"
else if (document.layers&&ns_scroll.left<0)
ns_scroll.left+=scrollspeed
}
righttime=setTimeout("moveright()",50)
}


if (iedom||document.layers){
with (document){
write('<table border="0" cellspacing="0" cellpadding="0">')
write('<td valign="top"><a href="#" '+rightdircode+'><img src="'+goleftimage+'" height="'+menuheight+'px" border=0></a></td>')
write('<td width="'+menuwidth+'px" height="'+menuheight+'px" valign="center">')
if (iedom){
write('<div style="position:relative;width:'+menuwidth+'px;height:'+menuheight+'px;overflow:hidden;background-image: url(images/num-ant-fondo.gif);">')
write('<div id="test2" style="position:relative;left:0;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+menuwidth+' height='+menuheight+' name="ns_scrollmenu">')
write('<layer name="ns_scrollmenu2" left=0 top=0></layer></ilayer>')
}
write('</td>')
write('<td valign="top"> <a href="#" '+leftdircode+'>')
write('<img src="'+gorightimage+'" height="'+menuheight+'px" border=0></a>')
write('</td></table>')
}
}
