// CALCULATRICE

function calculatrice()
{
	window.open("calculatrice.php","calculatrice","width=600,height=350,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,status=yes");
}

//POP TERME ET CONDITION

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  }
  function preview01() {  window.open('termes.php','','scrollbars=yes,menubar=no,location=no,toolbar=no,width=375,height=450')
  }

// JUMP MENU
function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}