<!--
<!-- Begin
var msg = "All web site design, graphics, images, and content are under Copyright © 2003-2008, Synergeez LLC. ALL RIGHTS RESERVED.";
if(document.layers) window.captureEvents(Event.MOUSEDOWN);

function no_click(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3))
 {
  alert(msg);return false;
 }
 if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
 {
   alert(msg);return false;
 }
}
window.onmousedown=no_click;
document.onmousedown=no_click;

function validateCtrlKey (event)
{
if (event.keyCode == '17')
{
alert("All web site design, graphics, images, and content are under Copyright © 2003-2006, Synergeez LLC. ALL RIGHTS RESERVED.")
return false
}
return true
}
//-->
