function ouvrirGrand(id_contenu) {
	window.open ('admin/imagessedna/grand/'+id_contenu+'.jpg')
}

function SBPpopup(l1,l2,l4) {
	window.open(l1,l2,l4)
}

function ouvrirVisu(fichier,w,h) {
  ff=window.open(fichier,"pop","width="+w+",height="+h+",left=25,top=20,toolbar=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,status=no,titlebar=no");
  titre="Sedna";
  if (ff) {
  ff.document.open(); 
  ff.document.write('<head><title>' + titre + '<\/title><\/head>');
  ff.document.write('<body onBlur="top.close()">');
  ff.document.write('<img src="'+ fichier + ' ">');
  ff.document.write('<br><br>');
  ff.document.write('<a href="javascript:void(0);" onClick="javascript:ouvrirVisu(1_a.jpg,1000,600);">1</a><br>');
  ff.document.write('<\/body>');
  ff.document.close();
  }
}

function contact_aff(){
	
document.getElementById('aff_syst').style.display='';
	
	}
	
function contact_aff1(){
	
document.getElementById('aff_syst').style.display='none';
	
	}	
	
function contact_ope(){
	
document.getElementById('aff_ope').style.display='';
	
	}		
	
	
function contact_ope1(){
	
document.getElementById('aff_ope').style.display='none';
	
	}			
