// (c) 2001 Frédéric Saucez   -
var beIEx = document.all?true:false;
var Langue ="en";
document.write('<meta name="MSSmartTagsPreventParsing" content="TRUE">');
document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
document.write('<meta http-equiv="imagetoolbar" CONTENT="no">');
document.write('<meta http-equiv="expires" content="0">'); 
document.write('<meta http-equiv="cache-control" content="no-cache">'); 

function NoError()
   { var Alternate = false;    return true;}

window.onerror = NoError;

function printPage() {
  if (window.print)
    window.print();
  else
    alert("Sorry, your browser doesn't support this feature.");	
}

//disable text selection
function disableselect(e){
document.onselectstart=new Function ("return false");
return false;
}

function reEnable(){
document.onselectstart=new Function ("return true");
return true;
}

//if IE4+
document.onselectstart=new Function ("return false");
//if NS6
if (window.sidebar){
document.onmousedown=disableselect;
document.onclick=reEnable;
}
function click(e) {
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.captureEvents(Event.KEYDOWN);
}
document.onmousedown=click;
document.onkeydown=KeyPressed;