<!--

function moveOver(src,clrOver){
        if (!src.contains(event.fromElement)){
                src.style.cursor = 'hand';
                src.bgColor = clrOver;
        }
}
function moveOut(src,clrIn){
        if (!src.contains(event.toElement)){
                src.style.cursor = 'default';
                src.bgColor = clrIn;
        }
}


function winopen(nom){
        window.open(nom,"", "width=auto,height=auto,scrollbars=0" );
}


function winopen2(nom){
        window.open(nom,"", "width=820,height=420,scrollbars=0" );
}


function winopen3(nom){
        window.open(nom,"", "width=auto,height=auto,scrollbars=0" );
}

function winopen4(nom){
        window.open(nom,"", "width=350,height=350,scrollbars=0" );
}


function winopen5(name){

newwin=window.open("name","","scrollbars=1,toolbar=1,menubar=1,location=1,directories=1,status=1,resizable=1,copyhistory=1");

h = screen.height;
ah = h - 25

  if (document.all){
  newwin;
  }
  
newwin.location=name;
  
}


function move_in(img_name,img_src) {
document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
document[img_name].src=img_src;
}


function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",100)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=100
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity>60)
cur2.filters.alpha.opacity-=15
else if (window.highlighting)
clearInterval(highlighting)
}

function imprimer(){
 if (navigator.appName == "Netscape") {
  window.print() ;
 }
 else {
  var navi = '<OBJECT ID="navi1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
  document.body.insertAdjacentHTML('beforeEnd', navi);  navi1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box    navi1.outerHTML = "";
 }
}


//-->

