function newBGcolor(idCell) { eval('document.all.'+idCell+'.style.borderColor = "#9B252A"'); eval('document.getElementById("' + idCell + '").style.borderColor = "#9B252A"'); } function backBGcolor(idCell) { eval('document.all.'+idCell+'.style.borderColor = "#DDDDDD"'); eval('document.getElementById("' + idCell + '").style.borderColor = "#DDDDDD"'); } function showimg(name, siz, title){ myWin=open("","G", siz+", status=no,toolbar=no,scrollbars=no"); myWin.document.open(); myWin.document.write(''+title+''); myWin.document.write(''); myWin.document.write('Закрыть окно'); myWin.document.write(' '); }