var str =
"(C)Copyright 2004 SEDIC International";
function mdown (e) {
 if (document.all) {
  if(e.button == 2) alert (str);
}
else if (document.
getElementByld){
if (e.button ==3) alert (str);
}
else if (document.layers){
if (e.which == 3) alert (str);
 }
}
function mup(e) {
 if(e.button ==3){
if(e.preventBubble)
e.preventBubble();
}
}
