<!--
with (content) {

/*
divs[0] = new ScrDiv('contentOuter',      'page.winW()/2-265','125','700','360',2);
divs[1] = new ScrDiv('contentBar',        'page.winW()/2+441','121','1','360', 2);
divs[2] = new ScrDiv('contentThumb',      'page.winW()/2+440','','3','',1);
divs[3] = new ScrDiv('contentUpArrows',   'page.winW()/2+438','105','27','26', 2);
divs[4] = new ScrDiv('contentDownArrows', 'page.winW()/2+438','480','27','26', 2);
*/

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

divs[0] = new ScrDiv('contentOuter',      '215','125','700','360',2);
divs[1] = new ScrDiv('contentBar',        '936','121','1','360', 2);
divs[2] = new ScrDiv('contentThumb',      '935','','3','',1);
divs[3] = new ScrDiv('contentUpArrows',   '933','105','27','26', 2);
divs[4] = new ScrDiv('contentDownArrows', '933','480','27','26', 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;
//}
//-->
