var Sel="_11"
var a
function highlightButton(s,f) {
if ("INPUT"==event.srcElement.tagName)
event.srcElement.className=s;
}

function noRightClick() {
if (event.button==2) {
alert('  ')
}
}
document.onmousedown=noRightClick