function evidenziaRigaPerHome(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune_piccolo_roll.gif'; document.getElementById(idCella).style.color='#FBAD20'; } function ripristinaRigaPerHome(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune_piccolo.gif'; document.getElementById(idCella).style.color=''; } function evidenziaRiga(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune_roll.gif'; document.getElementById(idCella).style.color='#FBAD20'; } function ripristinaRiga(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune.gif'; document.getElementById(idCella).style.color=''; } function evidenziaRigaNera(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune_nero_roll.gif'; document.getElementById(idCella).style.color='#FBAD20'; } function ripristinaRigaNera(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune_nero.gif'; document.getElementById(idCella).style.color=''; } function evidenziaRigaGrigia(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune_grigio_roll.gif'; document.getElementById(idCella).style.color='#FBAD20'; } function ripristinaRigaGrigia(nomeBottone,idCella) { document.getElementById(nomeBottone).src='/astropoli/gif/bottone_comune_grigio.gif'; document.getElementById(idCella).style.color=''; } function evidenziaLink(idTd,idLink) { document.getElementById(idTd).style.color='#FBAD20'; document.getElementById(idLink).style.color='#FBAD20'; document.getElementById(idTd).style.background='#00005E'; } function ripristinaLink(idTd,idLink) { document.getElementById(idTd).style.color=''; document.getElementById(idLink).style.color=''; document.getElementById(idTd).style.background='#000000'; } function temaNataleDaPaginaSegno() { opener.document.location.href='/oroscopo/tema-natale.html'; window.close(); window.opener.focus(); } function estrattoGratuitoDaPaginaSegno() { opener.document.location.href='/oroscopo/tema-natale-gratuito.html'; window.close(); window.opener.focus(); } function temaKarmicoDaPaginaSegno() { opener.document.location.href='/oroscopo/karma.html'; window.close(); window.opener.focus(); } function dimensionaMenu() { var altezzaBody = document.body.clientHeight; altezzaMenu = altezzaBody - 120; if(altezzaMenu > 600) { altezzaMenu = 600; } document.getElementById("contenitoreMenu").style.height = altezzaMenu; }