<!-- Hide script from old browsers --
var message="Textes et images protégés par la loi © Anaconda-// / All rights reserved.";
function click(e) {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;

function click() {
if (event.button==2) {
alert('Textes et images protégés par la loi © TechnoLangue / All rights reserved.')
}
}
document.onmousedown=click

function openWindow() {
  popupWin = window.open('news/news12-07.shtml', 'lastlink', 'width=350,height=250,left=290,top=230')
}

function openWindow1() {
  popupWin = window.open('default.html', 'lastlink', 'width=560,height=350,left=192,top=0')
}

// -->

