function resize(x,y) {

	parent.window.resizeTo(x,y);}

	

//function Message() {

  // affiche un message au visiteur 

	//alert("Attention page de test, après votre choix patientez le temps que le khassaïde se charge en mémoire ...2 à 3 minutes selon la liaison 56k ou ADSL");

//}



function netie(net, ie) {

  if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))

    return true;

else return false;

}



function load() {

	if (document.images) {

		this.length=preload.arguments.length;

		for (var i=0;i<this.length;i++) {

			this[i+1]=new Image();

			this[i+1].src=preload.arguments[i];

		}

	}

}

function preload() {

// Cette fonction charge dans le cache toutes les images passées en paramètre

	var temp=new load("magneto.JPG","Touba_Mosque.jpg","decoupe_lecteur1_01.gif","decoupe_lecteur1_02.gif","decoupe_lecteur2_03.gif","decoupe_lecteur1_04.gif","decoupe_lecteur1_05.gif","decoupe_lecteur1_06.gif","decoupe_lecteur2_07.gif","decoupe_lecteur1_08.gif","decoupe_lecteur2_09.gif")

}

function load1() {

	if (document.images) {

		this.length=preload1.arguments.length;

		for (var i=0;i<this.length;i++) {

			this[i+1]=new Image();

			this[i+1].src=preload1.arguments[i];

		}

	}

}

function preload1() {

// Cette fonction charge dans le cache toutes les images passées en paramètre

	var temp=new load1("bassirou1_min.jpg","bibliotheque_pm.jpg","cif_min.gif","cimetiere1_pm.jpg","daray-kamil_min.gif","forage1_min.jpg","lamp_old_min.jpg","maus-cif3_min.gif","maus-cif_min.gif","minaret1_min.gif","minaret3_min.gif","mosq2_min.gif","mosq3_min.gif","mosq5_min.gif","mosq4_min.gif","mosq6_min.gif","mosq7_min.gif","mosq8_min.gif","mosq_qudos_min.jpg","mosq-lamp1_min.gif","mosq-lamp2_min.gif","mosq-lamp3_min.gif","photo_ahad_min.jpg","photo_deurby_min.jpg","photo_fallou_min.jpg","livre_min.gif","magal-58_min.gif","maus-bamba_min.gif","maus-cif2_min.gif","maus-khadre_min.gif","maus-mai_min.gif","minaret2_min.gif","minarets_min.gif","mosq1_min.gif","mosq9_min.gif","mosq-facade1_min.gif","mosq-facade2_min.gif","mosq-facade3_min.gif","mosq-old_min.gif","mosquee_pm.jpg","ndiarem1_min.gif","ndiarem3_min.gif","photo_khadimou_rassoul_min.jpg","photo_mediatheque1.jpg","photo_mediatheque1_min.jpg","photo_mediatheque2_min.jpg","photo_mediatheque3_min.jpg","photo_moustapha_min.jpg","photo_saliou_min.jpg","residence_pm.jpg","Sahad1.gif","Sahad1_min.gif","Sbass_min.gif","Sibrahima_min.gif","Smai2_min.gif","Smai_min.gif","SMourtada_min.gif","Srgntouba_min.gif","Ssaliou_min.gif")

}

var IB=new Object;

var posX=0;posY=0;

var xOffset=-20;yOffset=-30;

function AffBulle(texte) {

  contenu="<TABLE border=0 cellspacing=0 cellpadding="+IB.NbPixel+" width='203'><TR bgcolor='"+IB.ColContour+"'><TD><TABLE border=0 cellpadding=2 cellspacing=0 width='200' bgcolor='"+IB.ColFond+"'><TR><TD><FONT size='-1' face='arial' color='"+IB.ColTexte+"'>"+texte+"</FONT></TD></TR></TABLE></TD></TR></TABLE>&nbsp;";

  var finalPosX=posX-xOffset;

  if (finalPosX<0) finalPosX=0;

  if (document.layers) {

    document.layers["bulle"].document.write(contenu);

    document.layers["bulle"].document.close();

    document.layers["bulle"].top=posY+yOffset;

    document.layers["bulle"].left=finalPosX;

    document.layers["bulle"].visibility="show";
	
  }

  if (document.all) {

    bulle.innerHTML=contenu;

    document.all["bulle"].style.top=posY+yOffset;

    document.all["bulle"].style.left=finalPosX;

    document.all["bulle"].style.visibility="visible";

  }

  

  else if (document.getElementById) {

    document.getElementById("bulle").innerHTML=contenu;

    document.getElementById("bulle").style.top=posY+yOffset;

    document.getElementById("bulle").style.left=finalPosX;

    document.getElementById("bulle").style.visibility="visible";

  }

}

function getMousePos(e) {

  if (document.all) {

  posX=event.x+document.body.scrollLeft; 

  posY=event.y+document.body.scrollTop;

  }

  else {

  posX=e.pageX; 

  posY=e.pageY; 

  }

}

function HideBulle() {

	if (document.layers) {document.layers["bulle"].visibility="hide";}

	if (document.all) {document.all["bulle"].style.visibility="hidden";}

	else if (document.getElementById){document.getElementById("bulle").style.visibility="hidden";}

}



function InitBulle(ColTexte,ColFond,ColContour,NbPixel) {

	IB.ColTexte=ColTexte;IB.ColFond=ColFond;IB.ColContour=ColContour;IB.NbPixel=NbPixel;

	if (document.layers) {

		window.captureEvents(Event.MOUSEMOVE);window.onMouseMove=getMousePos;

		document.write("<LAYER name='bulle' top=0 left=0 visibility='hide'></LAYER>");

	}

	if (document.all) {

		document.write("<DIV id='bulle' style='position:absolute;top:0;left:0;visibility:hidden'></DIV>");

		document.onmousemove=getMousePos;

	}

	

	else if (document.getElementById) {

	        document.onmousemove=getMousePos;

	        document.write("<DIV id='bulle' style='position:absolute;top:0;left:0;visibility:hidden'></DIV>");

	}



}



var nbr_songs = 20;
var nbr_songs1 = 12;

songs = new Array(nbr_songs);
songs1 = new Array(nbr_songs1); 

function The_songs(fichier,titre)
{
this.fichier = fichier;
this.titre = titre;
}


songs[0] = new The_songs("faridjbidiahil_moustapha.rpm","01-   Faridj Bidjahil Moustapha");
songs[1] = new The_songs("lirabine_karimine.rpm","02-   Lirabine Karimine");
songs[2] = new The_songs("Alaysaya_mini.rpm","03-   Alaysaya Mini");
songs[3] = new The_songs("alamane_aleya.rpm","04-   Alamane Aleya");
songs[4] = new The_songs("illal_moustapha.rpm","05-   Illal Moustapha");
songs[5] = new The_songs("sindidi.rpm","06-   Sindidi");
songs[6] = new The_songs("adjabani_raboussama.rpm","07-   Adjabani Raboussama");
songs[7] = new The_songs("assirou.rpm","08-   Assirou");
songs[8] = new The_songs("Ajabani_Khaïrouba.rpm","09-   Ajabani Khaïrouba");
songs[9] = new The_songs("At_tawbatun-nacuh.rpm","10-   At tawbatun nacuh");
songs[10] = new The_songs("Innani_uztu.rpm","11-   Innani uztu");
songs[11] = new The_songs("Lirabbine_Ghafurine.rpm","12-   Lirabbine Ghafurine");
songs[12] = new The_songs("Mafatihul_jinan.rpm","13-   Mafatihul jinan");
songs[13] = new The_songs("Malaktu.rpm","14-   Malaktu");
songs[14] = new The_songs("Wajahtu-lilahi-hamdan.rpm","15-   Wajahtu lilahi hamdan");
songs[15] = new The_songs("Wakhani.rpm","16-   Wakhani");
songs[16] = new The_songs("jazbu.rpm","17-   Jazbu");
songs[17] = new The_songs("kawwinrabii.rpm","18-   Kawwinrabii");
songs[18] = new The_songs("madalkhabiru.rpm","19-   Madalkhabiru");
songs[19] = new The_songs("midadi.rpm","20-   Midadi");

songs1[0] = new The_songs("Mouwahibou.rpm","21-   Mawahibou");
songs1[1] = new The_songs("hammat_sulayma.rpm","22-   Hammat Sulayma");
songs1[2] = new The_songs("jazbumagal03.rpm","23-   Jazbu Magal 2003");
songs1[3] = new The_songs("mawahibumagal03.rpm","24-   Mawahibou Magal 2003");
songs1[4] = new The_songs("raiyamagal03.rpm","25-   Raiya Magal 2003");
songs1[5] = new The_songs("safarmagal03.rpm","26-   Safar Magal 2003");
songs1[6] = new The_songs("wajjahtulilahimagal03.rpm","27-   Wajjahtulilahi Magal 2003");
songs1[7] = new The_songs("codiouf.rpm","28-   Cheikh Oumar Diouf");
songs1[8] = new The_songs("aladjifallou.rpm","29-   K.Gueye : Aladji Fallou");
songs1[9] = new The_songs("diarratoullahi.rpm","30-   K.Gueye : Mame Diarra");
songs1[10] = new The_songs("Albarakh.rpm","31-   Albarakh");
songs1[11] = new The_songs("appel_magal03.rpm","32-   Appel S.Saliou Magal03");
//songs1[12] = new The_songs("samfall.rpm","33-   O.Diagne M'Bawor");
//songs1[13] = new The_songs("compil-hisbut.rpm","34-   Compilation H.Tarkhiyyah");


function PlaySong(num)
{
var choice_song = 0; 
choice_song = num;
//document.formu.title.value = songs[choice_song].titre;
document.formubis.titlebis.value = songs[choice_song].titre;
if (document.all&&document.readyState=="complete")
document.all.Layer1.innerHTML = '<EMBED src="Real/'+ songs[choice_song].fichier +'" autostart="true" width="333" height="90" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">';
if (document.layers){
document.Layer1.document.open();
document.Layer1.document.write('<EMBED src="Real/'+ songs[choice_song].fichier +'" autostart="true" width="333" height="90" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">');
document.Layer1.document.close();
}
}

function PlaySong1(num)
{
var choice_song1 = 0; 
choice_song1 = num;
//document.formu.title.value = songs[choice_song].titre;
document.formubis1.titlebis1.value = songs1[choice_song1].titre;
if (document.all&&document.readyState=="complete")
document.all.Layer1.innerHTML = '<EMBED src="Real/'+ songs1[choice_song1].fichier +'" autostart="true" width="333" height="90" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">';
if (document.layers){
document.Layer1.document.open();
document.Layer1.document.write('<EMBED src="Real/'+ songs1[choice_song1].fichier +'" autostart="true" width="333" height="90" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">');
document.Layer1.document.close();
}
}

function PlaySongbis()
{
	var choice_song = 0; 
	for (i=0; i<nbr_songs; i++)
	{
	if (document.formubis.choix.options[i].selected)
	choice_song = i;
	}
	PlaySong(choice_song);
}

function PlaySongbis1()
{
	var choice_song1 = 0; 
	for (i=0; i<nbr_songs1; i++)
	{
	if (document.formubis1.choix1.options[i].selected)
	choice_song1 = i;
	}
	PlaySong1(choice_song1);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized

  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);

// -->



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

//-->
var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<EMBED src=\'Real/faridjbidiahil_moustapha.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[1]='<EMBED src=\'Real/lirabine_karimine.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[2]='<EMBED src=\'Real/Alaysaya_mini.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[3]='<EMBED src=\'Real/alamane_aleya.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[4]='<EMBED src=\'Real/illal_moustapha.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[5]='<EMBED src=\'Real/sindidi.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[6]='<EMBED src=\'Real/adjabani_raboussama.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[7]='<EMBED src=\'Real/assirou.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[8]='<EMBED src=\'Real/Ajabani_Khaïrouba.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[9]='<EMBED src=\'Real/At_tawbatun-nacuh.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[10]='<EMBED src=\'Real/Innani_uztu.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[11]='<EMBED src=\'Real/Lirabbine_Ghafurine.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[12]='<EMBED src=\'Real/Mafatihul_jinan.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[13]='<EMBED src=\'Real/Malaktu.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[14]='<EMBED src=\'Real/Wajahtu-lilahi-hamdan.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[15]='<EMBED src=\'Real/Wakhani.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[16]='<EMBED src=\'Real/jazbu.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[17]='<EMBED src=\'Real/kawwinrabii.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[18]='<EMBED src=\'Real/madalkhabiru.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content[19]='<EMBED src=\'Real/midadi.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'

var content1=new Array()
content1[0]='<EMBED src=\'Real/Mouwahibou.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[1]='<EMBED src=\'Real/hammat_sulayma.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[2]='<EMBED src=\'Real/jazbumagal03.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[3]='<EMBED src=\'Real/mawahibumagal03.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[4]='<EMBED src=\'Real/raiyamagal03.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[5]='<EMBED src=\'Real/safarmagal03.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[6]='<EMBED src=\'Real/wajjahtulilahimagal03.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[7]='<EMBED src=\'Real/codiouf.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[8]='<EMBED src=\'Real/aladjifallou.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[9]='<EMBED src=\'Real/diarratoullahi.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[10]='<EMBED src=\'Real/Albarakh.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'
content1[11]='<EMBED src=\'Real/appel_magal03.rpm\' width=333 height=90 autostart="true" hidden="false" CONSOLE=audio  NOJAVA=true CONTROLS="all">'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2

var nbr_songsnet = 20;
var nbr_songsnet1 = 12;

function PlaySongnet()
{
	var choice_song = 0; 
	for (i=0; i<nbr_songsnet; i++)
	{
	if (document.formubis.choix.options[i].selected)
	choice_song = i;
	}
	//changetext(content[choice_song]);
	document.formubis.titlebis.value = songs[choice_song].titre;
	changetext(content[choice_song])
}

function PlaySongnet1()
{
	var choice_song1 = 0; 
	for (i=0; i<nbr_songsnet1; i++)
	{
	if (document.formubis1.choix1.options[i].selected)
	choice_song1 = i;
	}
	document.formubis1.titlebis1.value = songs1[choice_song1].titre;
	changetext(content1[choice_song1]);
}