
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

function dropHandler(drop){
var URL = document.drop.mydrop.options[document.drop.mydrop.selectedIndex].value;
window.location.href = URL;
}

function fenetre() {
windowprops = "height=325,width=550,left=40,top=40,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
window.open("","f",windowprops);
}

function fenetre1() {
windowprops = "height=400,width=525,left=60,top=10,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
window.open("","f",windowprops);
}

function fenetre2() {
windowprops = "height=300,width=300,left=50,top=50,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
window.open("","f",windowprops);
}



function leapto(form) {
var myindex=form.dest.selectedIndex;
location.href=(form.dest.options[myindex].value);
myindex = 0; 
}

today=new Date();
    y0=today.getFullYear();
    


<!--(C) Copyright Boissiere Associates LLC 2004 All rights reserved Reuse forbidden with prior approval email info@boissiereassociates.com
//-->



