// JavaScript Document


/* IEPNGFIX************ */
//<![CDATA[

 // If you don't want to put unstandard properties in your stylesheet, here's yet
 // another means of activating the script. This assumes that you have at least one
 // stylesheet included already. Remove the /* and */ lines to activate.
//
//if (document.all && document.styleSheets && document.styleSheets[0] &&
//  document.styleSheets[0].addRule)
// {
//  // Feel free to add rules for specific tags only, you just have to call it several times.
//  document.styleSheets[0].addRule('*', 'behavior: url(fwd/js/iepngfix/iepngfix.htc)');
// }
 
// For MENU
//window.onload=montre;
//function montre(id) {
//var d = document.getElementById(id);
//	for (var i = 1; i<=10; i++) {
//		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='block';}
//	}
//if (d) {d.style.display='block';}
//}
//-->

<!-- FOR HOW USE
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=12; i++) {
		if (document.getElementById('use'+i)) {document.getElementById('use'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
//-->

//Pop Up/
function fenetreCent(url,nom,largeur,hauteur,options) {
var haut=(screen.height-hauteur)/2;
var Gauche=(screen.width-largeur)/2;
fencent=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}
