// Preload 1
var preload1 = new Image();
preload1.src = "/head/es.gif";

var leftout   = new Image();
var leftover  = new Image();
var rightout  = new Image();
var rightover = new Image();
leftout.src   = "/products/es/rider1lo.gif";
leftover.src  = "/products/es/rider1lo_focus.gif";
rightout.src  = "/products/es/rider2lo.gif";
rightover.src = "/products/es/rider2lo_focus.gif";


var pm1    = new Image();
var pm2    = new Image();
var pm3    = new Image();
var pm4    = new Image();
var pm5    = new Image();
var pm6    = new Image();
var pm7    = new Image();
var pm8    = new Image();


function onbodyload () {
 PicLinks();
 
 // Productsmenu
 pm1.src = "/products/menu1.gif";
 pm2.src = "/products/menu2.gif";
 pm3.src = "/products/es/rider1hi.gif";
 pm4.src = "/products/es/rider2hi.gif";
 pm5.src = "/products/es/menuth.gif";
 pm6.src = "/products/t.gif";
 pm7.src = "/products/l.gif";
 pm8.src = "/products/q.gif";
}

// Productsmenu

var code;
var alt1 = "hasta 25 T";
var alt2 = "desde 20 T";
var alt3 = "Excavadora (Tonelada)";

function Menu0 () {
 document.writeln("<ul>");
 code = '<li><a id="r1" href="javascript:productsmenu(1);" onmouseout="rider(1);" onmouseover="rider(1,1);">';
 code = code + '<img name="rider1" src="\/products\/es\/rider1lo.gif" width="126" height="24" title="" alt="' + alt1 + '"><\/a>';
 code = code + '<a id="r2" href="javascript:productsmenu(2);" onmouseout="rider(2);" onmouseover="rider(2,1);">';
 code = code + '<img name="rider2" src="\/products\/es\/rider2lo.gif" style="margin-left:2px;" ';
 code = code + 'width="126" height="24" title="" alt="' + alt2 + '"><\/a><\/li>';
 document.writeln(code);
 code = '<li style="padding-top:1em;"><img src="\/products\/piece1.gif" width="10" height="10">';
 code = code + '<strong>Encuentre aqu&iacute; una variada gama de fresadoras para excavadora';
 code = code + ', con cabezas cortadoras transversal o longitudinal para m&uacute;ltiples aplicaciones.<\/strong> <\/li>';
 document.writeln(code);
 document.write("<\/ul>");
}

function Menu1 () {
 document.writeln("<ul>");
 code = '<li><img src="\/products\/es\/rider1hi.gif" width="126" height="24" title="" alt="' + alt1 + '">';
 code = code + '<a id="r3" href="javascript:productsmenu(3);" onmouseout="rider(3);" onmouseover="rider(3,1);">';
 code = code + '<img name="rider3" src="\/products\/es\/rider2lo.gif" ';
 code = code + 'style="margin-left:2px;" width="126" height="24" title="" alt="' + alt2 + '"><\/a><\/li>';
 document.writeln(code);
 code = '<li><img style="margin-left:178px;" src="\/products\/es\/menuth.gif" ';
 code = code + 'width="76" height="42" title="" alt="' + alt3 + '"><\/li>';
 document.writeln(code);
}

function Menu2 () {
 document.writeln("<ul>");
 code = '<li><a id="r4" href="javascript:productsmenu(4);" onmouseout="rider(4);" onmouseover="rider(4,1);">';
 code = code + '<img name="rider4" src="\/products\/es\/rider1lo.gif" width="126" height="24" title="" alt="' + alt1 + '">';
 code = code + '<\/a><img src="\/products\/es\/rider2hi.gif" style="margin-left:2px;" ';
 code = code + 'width="126" height="24" title="" alt="' + alt2 + '"><\/li>';
 document.writeln(code);
 code = '<li><img style="margin-left:178px;" src="\/products\/es\/menuth.gif" ';
 code = code + 'width="76" height="42" title="" alt="' + alt3 + '"><\/li>';
 document.writeln(code);
}

function PmLink (a, b, c, d, e, f) {
 code = '<li class="' + a + '">';
 code = code + '<a href="\/es\/product\/' + b + '\/"><img title="" alt="' + c + '" ';
 code = code + 'src="\/products\/t.gif" class="name"><\/a>';
 code = code + '<img title="' + d + '" src="\/products\/' + e + '" class="type" alt="">' + f + '<\/li>';
 document.writeln(code);
}

function EndUL () {
 document.write("<\/ul>");
}


