function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function size()
{
var nHauteur = document.getElementById("ifrm").contentWindow.document.body.scrollHeight;
document.getElementById("ifrm").style.height = nHauteur;
var nLargeur = document.getElementById("ifrm").contentWindow.document.scrollWidth;
document.getElementById("ifrm").style.width = nLargeur;
}

function MM_openBrWindow(theURL,winName,features)
{
window.open(theURL,winName,features);
}

function MM_popupMsg(msg)
{
alert(msg);
}


function accessUrlWith( object )
{
var url = object.options[ object.selectedIndex ].value;
if ( url != '' && url != '#' )
{
window.open( url );
}
}

function boutonRetour()
{
history.back()
}
-->
