function scal(i,img,tit,calif) {
c = parent.document.getElementById('cal'+i);
c.src=img; c.title = tit;
parent.document.getElementById('calif'+i).innerHTML=calif;
}
scal(1, '/GIF/?cal85', '8.75 (4 votos)', '8.75
(4 votos)');
scal(2, '/GIF/?cal90', '10.00 (1 votos)', '10.00
(1 votos)');
scal(3, '/GIF/?cal75', '7.75 (4 votos)', '7.75
(4 votos)');