<!--

function Fiche_douche(arg) {
	fen = window.open(arg,'douche','width=570,height=620,resizable=yes,menubar=no,toolbar=no,directories=no,scrollbars=yes');
	fen.focus();
}

function Fiche_Solution() {

  var urlfiche=Fiche_Solution.arguments[0];
  var l=(Fiche_Solution.arguments.length>1?Fiche_Solution.arguments[1]:538);
  var h=(Fiche_Solution.arguments.length>2?Fiche_Solution.arguments[2]:600);
  var left=Math.floor((screen.availWidth-538)/2);
  var top=Math.floor((screen.availHeight-600)/2);
  //alert("Popup " + urlfiche);
  var bidule = "width="+l+",height="+h+",left="+left+",top="+top+",scrollbars=yes";
  //alert(bidule);
  
  
  var win=window.open( urlfiche, "FicheSolution", bidule );
  win.focus();
  
} 

function envoi(obj) {
	//alert(obj.options[obj.selectedIndex].value);
	//document.form1.action = obj.options[obj.selectedIndex].value;
	//document.form1.submit();
	
	//alert(parent.frames[3].name);
	//parent.frames[3].location.href = obj.options[obj.selectedIndex].value;
	//parent.frames[3].location.reload();
	
	//window.open(obj.options[obj.selectedIndex].value,parent.frames[3].name);
	//parent.frames[2].location.href = obj.options[obj.selectedIndex].value;
	
	fen = window.open(obj.options[obj.selectedIndex].value,parent.frames[3].name);
	
	//fen = window.open("",parent.frames[3].name);
	//fen.location.href = obj.options[obj.selectedIndex].value;
	
	//document.location.href = obj.options[obj.selectedIndex].value;
	
}

function envoi2() {
	//alert(document.form1.menu1.selectedIndex);
	//alert(document.form1.menu1.options[document.form1.menu1.selectedIndex].value);
	document.location.href = document.form1.menu1.options[document.form1.menu1.selectedIndex].value;
}

function envoi3() {
	//alert(document.form1.menu1.selectedIndex);
	//alert(document.form1.menu1.options[document.form1.menu1.selectedIndex].value);
	document.location.href = document.form1.menu1.options[3].value;
}


//-->
