function frk(e) { return e && e.which && (e.which == 1) }
function ff(e) { return false }
document.onmousedown=frk;
window.onmousedown=frk;
document.ondragstart=ff;
document.oncontextmenu=ff;
document.writeln('<meta http-equiv="ImageToolbar" content="no">');

