<!---------------------------------------------------------------------------->
<!-- 						PUBAUDIO.com									-->
<!-- 						Réalisation:									-->
<!--	Julien BOUCHEZ, Nicolas CADO, Sylvain GENEAU DE LAMARLIERE	        -->
<!--						  Design:										-->
<!--	Julien BOUCHEZ, Nicolas CADO, Sylvain GENEAU DE LAMARLIERE	        -->
<!--						Coordination:									-->
<!--					  Rodolphe KARAMZYN									-->
<!--																		-->
<!--				Tous droits réservés, France 2005						-->
<!---------------------------------------------------------------------------->




	button1 = new Image;
    button1.src = "./Images/logo_startFM.gif";
    button2 = new Image;
    button2.src = "./Images/logo_vibration.gif";
    button3 = new Image;
    button3.src = "./Images/logo_forum.gif";
	button4 = new Image;
    button4.src = "./Images/logo_voltage.gif";
	button5 = new Image;
    button5.src = "./Images/logo_ado.gif";
	button6 = new Image;
    button6.src = "./Images/logo_blackbox.gif";
	button7 = new Image;
    button7.src = "./Images/logo_13.gif";
	button8 = new Image;
    button8.src = "./Images/logo_sunFM.gif";
	button9 = new Image;
    button9.src = "./Images/logo_alouette.gif";
	button11 = new Image;
    button11.src = "./Images/logo_startFM.gif";

	button13 = new Image;
    button13.src = "./Images/logo_independant_inter.gif";
	button14 = new Image;
    button14.src = "./Images/logo_stat_inter.gif";
	
/* Boutons normaux pour les radios supplémentaires */
	
	button10 = new Image;
    button10.src = "./Images/logo_wit.gif";
	button12 = new Image;
    button12.src = "./Images/logo_latina.gif";
	button15 = new Image;
    button15.src = "./Images/logo_sud radio.gif";
	button16 = new Image;
    button16.src = "./Images/logo_generation.gif";
	button17 = new Image;
    button17.src = "./Images/logo_radio4.gif";
	button18	= new Image;
    button18.src = "./Images/logo_radio5.gif";
	button19 = new Image;
    button19.src = "./Images/logo_radio6.gif";
	button20 = new Image;
    button20.src = "./Images/logo_radio7.gif";
	
/*************************************************/

    Tbutton1 = new Image;
    Tbutton1.src = "./Images/logo_startFM_light.gif";
    Tbutton2 = new Image;
    Tbutton2.src = "./Images/logo_vibration_light.gif";
    Tbutton3 = new Image;
    Tbutton3.src = "./Images/logo_forum_light.gif";
	Tbutton4 = new Image;
    Tbutton4.src = "./Images/logo_voltage_light.gif";
	Tbutton5 = new Image;
    Tbutton5.src = "./Images/logo_ado_light.gif";
	Tbutton6 = new Image;
    Tbutton6.src = "./Images/logo_blackbox_light.gif";
	Tbutton7 = new Image;
    Tbutton7.src = "./Images/logo_13_light.gif";
	Tbutton8 = new Image;
    Tbutton8.src = "./Images/logo_sunFM_light.gif";
	Tbutton9 = new Image;
    Tbutton9.src = "./Images/logo_alouette_light.gif";
	Tbutton11 = new Image;
    Tbutton11.src = "./Images/logo_startFM_light.gif";
	Tbutton12 = new Image;
    Tbutton12.src = "./Images/logo_vide_light.gif";
	Tbutton13 = new Image;
    Tbutton13.src = "./Images/logo_independant_light_inter.gif";
	Tbutton14 = new Image;
    Tbutton14.src = "./Images/logo_stat_light_inter.gif";
	
/* Boutons éclairés pour les radios supplémentaires */

	Tbutton10 = new Image;
    Tbutton10.src = "./Images/logo_wit_light.gif";
	Tbutton12 = new Image;
    Tbutton12.src = "./Images/logo_latina_light.gif";
	Tbutton15 = new Image;
    Tbutton15.src = "./Images/logo_sud radio_light.gif";
	Tbutton16 = new Image;
    Tbutton16.src = "./Images/logo_generation_light.gif";
	Tbutton17 = new Image;
    Tbutton17.src = "./Images/logo_radio4_light.gif";
	Tbutton18	= new Image;
    Tbutton18.src = "./Images/logo_radio5_light.gif";
	Tbutton19 = new Image;
    Tbutton19.src = "./Images/logo_radio6_light.gif";
	Tbutton20 = new Image;
    Tbutton20.src = "./Images/logo_radio7_light.gif";
	
/*************************************************/

function Switch(image1,toggle) {
    if (toggle == "on")
    document.images[image1].src = eval("T" + image1 + ".src");
    else
    document.images[image1].src = eval(image1 + ".src");   
  }

/*Diaporama d'images avec fondu */

//Durée entre 2 images (en millisecondes)
var vtnamaniD=1000;
//Les images
var imgnamaniD=new Array("./Images/logo_pubaudio.gif","./Images/logo_pubaudio.gif","./Images/test1.gif","./Images/test2.gif");
//Liens correspondants
var urlsamaniD=new Array("./radios/Pubaudio/index_radio.html","./radios/Pubaudio/index_radio.html","./radios/Pubaudio/index_radio.html","./radios/Pubaudio/index_radio.html");
var aparnamaniD=0 ;//Dans une nouvelle fenêtre ? 1=oui, 0=non
var tiennamaniD=new Array();
var ie=document.all;
for (i=0;i<imgnamaniD.length;i++){
tiennamaniD[i]=new Image();
tiennamaniD[i].src=imgnamaniD[i];
}

function defilenamaniD(){
if (aparnamaniD)
window.open(urlsamaniD[quelnamaniD]);
else
window.location=urlsamaniD[quelnamaniD];
}



Statext= '**** Bienvenue sur Pubaudio.com *****';
Lentext = Statext.length-1;
Sright = 1;Sleft=0;
Pos=1;TR=120;TL=50;
function WStatut()
	{
	if (Sright==1 && Pos<=Lentext) {Pos++;Tp=TR;}
        if (Pos>Lentext){Sright=0;}
        if (Sright==0 && Pos>=0)
           {Pos--;Tp=TL;if (Pos<0){Sright=1}}
                
        Sdefil = Statext.substring(Pos,Lentext);     
	tpStat = setTimeout("WStatut()",Tp);
	window.status = Sdefil;
	}
