function popupImage(img)
  {
  w=open("",'imagepop','width=200,height=320,toolbar=no,scrollbars=no,resizable=yes');
  w.document.write("<html><head><title>Dessins & Infographies </title></head>");
  w.document.write("<script language='javascript'>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+100,document.images[0].height+130); window.focus();} else { setTimeout('check()',250) } }function right(click) { window.close(); return false; } if (document.layers) { window.captureEvents(Event.MOUSEDOWN); window.captureEvents(Event.MOUSEUP); } document.onmousedown=right; document.onmouseup=right; window.document.layers=right;</"+"script>");
  w.document.write("<body bgcolor='#E6E6E6' onload='checksize()' onClick='window.close();' leftMargin='0' topMargin='0' marginwidth='0' marginheight='0'>");
  w.document.write("<table style='width:100%;height:100%;' cellpadding='0' cellspacing='0'><tr><td valign='middle' style='text-align:center;' align='center'>");
  w.document.write("<img src='"+img+"' border='0'>");
  w.document.write("<p class='acc-normal' style='text-align: center'><b>- Alias Conrad Coldwood -</b></p>");
  w.document.write("</td></tr></table></body></html>");
  w.document.close();
  }

function lockRight()
  {
  if((event.button==2)||(event.button==3)||(event.button==4))
    alert('Utilisez Opera ;)');
  document.onmousedown=controlRight();
  }