var w;
    function Ouvrir01() {
       w=window.open("../popup/org_fr_01.htm","pop","width=380,height=376"); 
    }
	function Ouvrir02() {
       w=window.open("../popup/org_fr_02.htm","pop","width=380,height=376"); 
    }
	function Ouvrir03() {
       w=window.open("../popup/org_fr_03.htm","pop","width=380,height=376"); 
    }
	function Ouvrir04() {
       w=window.open("../popup/org_fr_04.htm","pop","width=380,height=376"); 
    }
	function Ouvrir05() {
       w=window.open("../popup/org_fr_05.htm","pop","width=380,height=376"); 
    }
	function Ouvrir06() {
       w=window.open("../popup/org_fr_06.htm","pop","width=380,height=376"); 
    }
	function Ouvrir07() {
       w=window.open("../popup/org_fr_07.htm","pop","width=380,height=376"); 
    }
	function Ouvrir08() {
       w=window.open("../popup/org_fr_08.htm","pop","width=380,height=376"); 
    }
	function Ouvrir09() {
       w=window.open("../popup/org_fr_09.htm","pop","width=380,height=376"); 
    }
	function Ouvrir10() {
       w=window.open("../popup/org_fr_10.htm","pop","width=380,height=376"); 
    }
	function Ouvrir11() {
       w=window.open("../popup/org_fr_11.htm","pop","width=380,height=376"); 
    }
	function Ouvrir12() {
       w=window.open("../popup/org_fr_12.htm","pop","width=380,height=376"); 
    }
	function Ouvrir13() {
       w=window.open("../popup/org_fr_13.htm","pop","width=380,height=376"); 
    }
	function Ouvrir14() {
       w=window.open("../popup/org_fr_14.htm","pop","width=380,height=376"); 
    }
	function Ouvrir15() {
       w=window.open("../popup/org_fr_15.htm","pop","width=380,height=376"); 
    }
	function Ouvrir16() {
       w=window.open("../popup/org_fr_16.htm","pop","width=380,height=376"); 
    }
	function Ouvrir17() {
       w=window.open("../popup/org_fr_17.htm","pop","width=380,height=376"); 
    }
    function Fermer() {
       if (w.document) { w.close(); }
    }
	function ModifAlpha(nom,alpha){
	if (document.images[nom]) {
		if (document.images[nom].filters) {
			document.images[nom].filters.alpha.opacity=alpha;
		}
	}
}