<!--
with (contentRecursos) {

/* Mides fixes per que no hi hagi diferencia entre iexplorer i firefox */

divs[0] = new ScrDiv('contentRecursosOuter',      '706','290','262','190',2);
divs[1] = new ScrDiv('contentRecursosBar',        '968','290','1','190', 2);
divs[2] = new ScrDiv('contentRecursosThumb',      '967','','3','',1);
divs[3] = new ScrDiv('contentRecursosUpArrows',   '965','282','7','6', 2);
divs[4] = new ScrDiv('contentRecursosDownArrows', '965','482','7','6', 2);

onload = function() { 
var lm = getSty('loadMessage'); if (lm) lm.visibility = 'hidden'; 
}
}
//document.onmousewheel = function(evt)
//{
 //evt=evt?evt:window.event;
 //if (evt.wheelDelta) content.scrollBy(evt.wheelDelta / -3);
 //return false;
//}
//-->

