function openImage(image){	javascript:window.open('/image.php?img='+image,'image','scrollbars=no,width=520,height=400');}function click(e)   {   var message="Copyright © 2002-2004 The National Job Fair Inc. All rights reserved.";   if (document.all) {      if (event.button == 2) {         alert(message);         return false;      }   }   if (document.layers) {      if (e.which == 3) {         alert(message);         return false;      }   }   }   if (document.layers) {      document.captureEvents(Event.MOUSEDOWN);   }   document.onmousedown=click;
