var text=new Array();
var thelink=new Array();
var posicionlateral=0;
var anchotablamenu=150;
var ancholadovisible=24;
var possup=48;
var altofila=20;
var smouseover=new String("#99FFFF");
var smouseourt=new String("white");
var colorfuera=new String("");
var colorinimenu=new String("#33FFFF");
var colorfuente=new String("#0000E0");

posicionlateral=anchotablamenu-ancholadovisible;
document.write('<LAYER visibility="hide" top="+possup+" name="object1" bgcolor="black" left="0"onmouseover="move('+posicionlateral+')" onmouseout="move(-'+posicionlateral+')">');

if (document.all) {document.write('<DIV ID="object1" style="visibility:hidden;cursor:hand; Position : Absolute ;Left : 0px ;Top : '+possup+'px ;Z-Index : 20" onmouseover="move('+posicionlateral+')" onmouseout="move(-'+posicionlateral+')">')}

document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+anchotablamenu+'">')
document.write('<tr><td bgcolor="'+colorinimenu+'">&nbsp;<font size="4" face="Arial"><b>Productos</b></font></td>')
document.write('<td align="center" rowspan="100" width="'+ancholadovisible+'" bgcolor="'+colorfuera+'" valign="top"><span><IMG src="../b/botoneurogratis.gif" width="24" height="120"></span></TD>')
document.write('</tr>');


function move(x) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.visibility = "visible"
}
else if (document.layers) 
{
document.object1.left += x;
document.object1.visibility = "show"
}
};

function makeStatic() {
if (document.all) {
object1.style.pixelTop=document.body.scrollTop+possup
}
else {
eval(document.object1.top=eval(window.pageYOffset+possup));
}
setTimeout("makeStatic()",2);
}


function positionmenu()
{
move(-posicionlateral)
}

if (document.all||document.layers) 
{
makeStatic();
}

//configure thelinks below. Extend as desired

text[0]="EuroCalculadora";
text[1]="ConversorExcel";
text[2]="ConversorAccess";
text[3]="E.B.A.";
text[4]="Mycapo";
text[5]="EuroEnlaces";
text[6]="Tablas";
text[7]="Inicio";

thelink[0]="http://www.eurogratis.com/eurocalculadora/";
thelink[1]="http://www.eurogratis.com/euroconversorexcel/";
thelink[2]="http://www.eurogratis.com/euroconversoraccess/";
thelink[3]="http://buscarportal.com/eba";
thelink[4]="http://www.mycapo.com";
thelink[5]="http://www.eurogratis.com/euroenlaceseuro.html";
thelink[6]="http://www.eurogratis.com/tablasequivalenciaeuro.html";
thelink[7]="http://www.eurogratis.com";

//enter target of above links
//Valid values are '', 'new', or 'framename' (where 'framename' is the name of the frame you wish the links to target)
var linktarget=''

///DO NOT EDIT BELOW THIS LINE////////////////

function navigateie(which)
{
if (linktarget=='')
window.location=thelink[which]
else if (linktarget=='new')
window.open(thelink[which])
else
{
temp_var=eval("window.parent."+linktarget)
temp_var.location=thelink[which]
}
}

for (i=0;i<=text.length-1;i++)
if (document.all) {document.write('<TR><TD bgcolor=white onclick="navigateie('+i+')" Height='+altofila+' onmouseover="className=\'hl\'" onmouseout="className=\'n\'"><FONT SIZE=2 FACE=ARIAL  class="n"> &nbsp;'+text[i]+'</FONT></TD></TR>')}
else {document.write('<TR><TD bgcolor="white" Height='+altofila+' ><ILAYER><LAYER HEIGHT="'+ancholadovisible+'" onmouseover="this.bgColor=\''+smouseover+'\'" onmouseout="this.bgColor=\''+smouseout+'\'" width='+posicionlateral-1+'><FONT SIZE=2 FACE=ARIAL>&nbsp;<A HREF="'+thelink[i]+'" target="'+linktarget+'" id="nounderline" class="n">'+text[i]+'</A></FONT></LAYER></ILAYER></TD></TR>')}


document.write('<tr>');
document.write('<td bgcolor="'+colorinimenu+'">&nbsp;<font size="3" face="Arial"><b>Gratuitos</b></font></td>');
document.write('</TR>');
document.write('</table>');

if (document.all) {
document.write('</DIV>')
}
window.onload=positionmenu;

document.write('</LAYER >');