function go(what) {

        if (what.outils.value=="typo3") {
            document.forms.typo3.submit();
        }
		    else if (what.outils.value=="tous") {
			document.forms["alerion"].exp.value=what.nom.value;
            document.forms["alerion"].submit();
       		 }
		        else if (what.outils.value=="etudiants") {
				document.forms["etudiants"].nom.value=what.nom.value;
            	document.forms["etudiants"].submit();
        		}
		        	else if (what.outils.value=="employes") {
					document.forms["employes"].nom.value=what.nom.value;
            		document.forms["employes"].submit();
        			}
		        		else if (what.outils.value=="cours") {
						document.forms["cours"].exp.value=what.nom.value;
            			document.forms["cours"].submit();
        				}
    return false;
}

function Popup(unPath, large, haut,titre) 
{
	NewWin = window.open(unPath,titre,"left=100,top=100,width="+large+",height="+haut+",scrollbars=1,menubar=1,resizable=1");
	NewWin.focus();
}

function changerImage(img_name,img_src) {
	document[img_name].src=img_src;
}
