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/?cal60', '6.15 (59 votos)', '6.15
(59 votos)');
scal(2, '/GIF/?cal80', '8.17 (63 votos)', '8.17
(63 votos)');
scal(3, '/GIF/?cal70', '7.23 (30 votos)', '7.23
(30 votos)');