function fenetre2(lien,w,h) {
	mywindow2=window.open(lien,'mytarget','scrollbars=yes,width='+w+',height='+h);
	mywindow2.focus();
}

function fenetrevideo(theURL, haut, larg) { //v2.0
	window.open(theURL,'extrait','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+larg+',height='+haut);
}

function fenetreorga(theURL, haut, larg) { //v2.0
	window.open(theURL,'extrait','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+larg+',height='+haut);
}

function FZB_RollTD(leTD,laClasse) {  // Permet de changer la couleur de fond des cellues pour faire un rollover
	if(document.getElementById) {
		document.getElementById(leTD).className=laClasse;
	}
}
