<!-- //
function no_right_click() 
{
 if (event.button==2) 
  {
  alert('Copyright 2000-2003 Granite City Tool. All rights reserved.');
  }
}
//-->