<!-- Begin



// NOTE: If you use a ' add a slash before it like this \'



document.write('<span class="subtitle">');



document.write('Adjustech, LLC');



document.write('</span><br>');



document.write('P.O. Box 2246<br>');



document.write('Portland, Oregon 97208-2246<br>');



document.write('PHONE: <span class="subtitle">(503) 224-9655<BR></span>');



document.write('out of area: <span class="subtitle">866-240-8086<BR></span>');



document.write('<BR>E-mail us: ');



document.write(' <A HREF="mailto:admin@Adjustech.com">admin@Adjustech.com</a><br>');



var message="You may not right mouse click this page.";

if (navigator.appName == 'Microsoft Internet Explorer'){

function NOclickIE(e) {

if (event.button == 2 || event.button == 3) {

alert(message);

return false;

}

return true;

}

document.onmousedown=NOclickIE;

document.onmouseup=NOclickIE;

window.onmousedown=NOclickIE;

window.onmouseup=NOclickIE;

}

else {

function NOclickNN(e){

if (document.layers||document.getElementById&&!document.all){

if (e.which==2||e.which==3){

alert(message);

return false;

}}}

if (document.layers){

document.captureEvents(Event.MOUSEDOWN);

document.onmousedown=NOclickNN; }

document.oncontextmenu=new Function("alert(message);return false")

}





//  End -->