
<!--
function intro() 
{ 
document.write('<object type="application/x-shockwave-flash" data="http://www.elanciel.com/img/fd07.swf" width="573" height="107">\n'); 
document.write('<param name="wmode" value="Transparent">\n'); 
document.write('<param name="movie" value="http://www.elanciel.com/img/fd07.swf">\n'); 
document.write('<param name="quality" value="high">\n'); 
document.write('<param name="menu" value="false">\n'); 
document.write('</object>\n'); 
} 
-->



function popup (lien) {
        fiche = window.open (lien,'image','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=520,height=395,left=300,top=100');
        if (navigator.appVersion.substring(1,0)>="3")
        {
        fiche.focus(); 
        }
}




function AfficheHomePage()
	{
	if (document.all && document.getElementById)
		{
		document.write('<A HREF="#" onClick="HomePage(this);return(false);" class="lien02">Page de démarrage</A><BR>');
		}
	}
function HomePage(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.una-paris.org/');
	}



function add2Favoris()
{
	if (navigator.appName == "Netscape")
		alert ('Utilisateur de Netscape (ou Mozilla), il vous suffit d\'appuyer sur CTRL+d  pour ajouter cette page à vos signets');
	else { window.external.AddFavorite('http://www.una-paris.org/','UNA PARIS'); }
}



function ChangeUrl(formulaire){
if (formulaire.ListeUrl.selectedIndex != 0){
location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
}
else{
alert('Veuillez choisir une destination.');
}
}



function impression() 
{ 
    window.frames[0].print(); 
} 
