/* Roll Over */

if (document.images)
        {
var one=new Image();
        one.src="../_mm/btn_11.gif";

var deux=new Image();
        deux.src="../_mm/btn_21.gif";
        
var trois=new Image();
        trois.src="../_mm/btn_31.gif";
        
var quatre=new Image();
        quatre.src="../_mm/btn_41.gif";
        }

function SetImg(img_name,file)
        {
                if(document.images)
                        {
                        document.images[img_name].src = file;
                                }
                         }
                         

//Fin Roll Over

//Popup

function Open_Win2(f)
{
    var fenetre = window.open("", "fen","width=430,height=200,status=1,toolbar=0,location=0");
    f.target="fen";
    return true;
}

function Open_Win_EnvoyerSite(f)
{
    var fenetre = window.open("", "fen","width=350,height=400,status=1,toolbar=0,location=0");
    f.target="fen";
    return true;
}
function Zoom(src,nom,largeur,hauteur,leftx,topx) { 
popUp = window.open(src,nom,'width=' + largeur + ',' + 'height=' + hauteur  + ' ,left=' + leftx + ',top= '+ topx +',scrollbars=no,toolbars=no,menubars=no,location=no');
}

//Fin popup

//Popup scroll

function Zoomscroll(src,nom,largeur,hauteur,leftx,topx) { 
popUp = window.open(src,nom,'width=' + largeur + ',' + 'height=' + hauteur  + ' ,left=' + leftx + ',top= '+ topx +',scrollbars=yes,toolbars=no,menubars=no,location=no');
}

//Fin popup


//--------------------------------------------------------------
// fonction pour le chngt d'image dans le flash
//--------------------------------------------------------------

var moviename = "bar2nav";
function movieobject(moviename)
{
//IE and Netscape refer to the movie object differently.
//This function returns the appropriate syntax depending on the browser.
	if (navigator.appName.indexOf ("Microsoft") !=-1)
	{
		return window['bar2nav']
	}
	else
	{
		return document['bar2nav']
	}
}


function connaitre_centre(){
	movieobject("bar2nav").TGotoLabel("_level0","connaitre_centre");
}
function centre_pratique(){
	movieobject("bar2nav").TGotoLabel("_level0","centre_pratique");
}
function animation(){
	movieobject("bar2nav").TGotoLabel("_level0","animation");
}
function partenaire(){
	movieobject("bar2nav").TGotoLabel("_level0","partenaire");
}
function cancer(){
	movieobject("bar2nav").TGotoLabel("_level0","cancer");
}
function prise_charge(){
	movieobject("bar2nav").TGotoLabel("_level0","prise_charge");
}
function equipes(){
	movieobject("bar2nav").TGotoLabel("_level0","equipes");
}
function vie_centre(){
	movieobject("bar2nav").TGotoLabel("_level0","vie_centre");
}
function recherche(){
	movieobject("bar2nav").TGotoLabel("_level0","recherche");
}
function formation(){
	movieobject("bar2nav").TGotoLabel("_level0","formation");
}

function sommaire(){
	movieobject("bar2nav").TGotoLabel("_level0","sommaire");
}
