found this on the sites source..

function menuTrans(mId, grade) {
if (ie4 && !ie4mac) {
eval('document.all.' + mId + '.style.filter="alpha(opacity=' + grade + ')"');
}
}

cool effect though!