<!--
function printpage() {
window.print()
}
// -->

<!--
function click() {
if ((event.button==2) || (event.button==3)) {
alert("Right click function removed.");
}
}
document.onmousedown=click;
// -->

<!--
function openwindow(url,name,attr) {
window.open(url,name,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, "+attr)
}
// -->

