// JavaScript Document

function AfficherStage(dep) // Fonction qui affiche les stages sur les pages régiions.
	{
		return document.getElementById('script').innerHTML = '<object id="stage"  data="http://partenaires.permisapoints.fr/index.php?bgcolor=FFF&amp;textcolor=000&amp;linkcolor=25a0ce&amp;textfamily=Arial&amp;textsize=12&amp;buttoncolor=EB6195&amp;searchbar=false&amp;op=liste_stages&amp;d='+dep+'&amp;id_host=19" type="application/xhtml+xml" width="700" height="1800"> <!--[if IE]> <iframe id="stage" src="http://partenaires.permisapoints.fr/index.php?bgcolor=FFF&amp;textcolor=000&amp;linkcolor=000&amp;textfamily=Arial&amp;textsize=12&amp;buttoncolor=EB6195&amp;searchbar=false&amp;op=liste_stages&amp;d='+dep+'&amp;id_host=19" width="700" height="1800" allowtransparency="true" frameborder="0" ></iframe> <![endif]--> </object>';
	}