var rubs = new Array();
 rubs[0] = new Array("Audiovisuel éducatif","/tice/ressources_av/accueil.htm","IER_accueil");
 rubs[1] = new Array("Télédoc","/tice/teledoc/actuel/accueil.htm","teledoc");
 rubs[2] = new Array("Formation à l'image","/tice/ressources_av/formation.htm","formation");
 rubs[3] = new Array("DVD, vidéocassettes","/tice/ressources_av/pedagogie.htm","ress_acc");
 rubs[4] = new Array("En librairie","/tice/ressources_av/librairie.htm","librairie");
 

 // NE PAS MODIFIER LES LIGNES CI-DESSOUS

eval('document.write (\'<SCRIPT LANGUAGE="Javascript" SRC="/lesScripts/surcouf.js"></SCRIPT>\')');

function Remplir_Srubs(){
if(parent.bandeaucndp)
	{
	if(parent.bandeaucndp.finbandeau==1)
	 	{
	 		if ((parent.bandeaucndp.espace == "") || (rubs[0][0]==parent.bandeaucndp.espace) || (rubrique==rubs[0][2])) 
				{
		 			parent.bandeaucndp.build_crubs(rubs,rubrique);
				}
		}
	else
		{
			setTimeout("Remplir_Srubs()",200)
		}
	}
else 
	surcouf();
}

