function mOvr(src,id,R) { if (!src.contains(event.fromElement)) { var cellID = id + 'Cell'; document.all.toolbar.rows(R).cells(cellID).bgColor = 'blue';}}
function mOut(src,id,R) {if (!src.contains(event.toElement)) { var cellID = id + 'Cell'; document.all.toolbar.rows(R).cells(cellID).bgColor = '#000066';}}

function mOvr2(src,id,R) { if (!src.contains(event.fromElement)) { var cellID = id + 'Cell'; document.all.toolbar2.rows(R).cells(cellID).bgColor = 'blue';}}
function mOut2(src,id,R) {if (!src.contains(event.toElement)) { var cellID = id + 'Cell'; document.all.toolbar2.rows(R).cells(cellID).bgColor = '#000066';}}

function anti_spam()
{
A = "mai";
B = "l";
C = "to:fe";
D = "ni";
E = "ks";
F = "@samtel.ru?subject=Письмо&nbsp;с&nbsp;сайта!";
sborka = A + B + C + D + E + F;
parent.location=sborka;
}
