function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+"ContentServer?pagename=FondsStructurels/Page/Region"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function printFiche(csUrl,ficheName) {
width = 650;
leftf =(screen.width-width) - 15;
height = screen.height - 60;
topf = 0;
window.open(csUrl,ficheName ,'toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width= '+width+',height='+height+',left='+leftf+',top='+topf);
}
