/*    NEWBLED v 4.0 19/05/06            */
/*    xix / mini studio web             */
/*    info@st-xix.com                   */                        
/*    http://www.st-xix.com             */

	
// Ouverture plein écran
function twPleinEcran(nURL) {
window.open(nURL, '', 'fullscreen=yes, scrollbars=auto');
var targeturl
targeturl=document.location.href;
if (document.all || document.getElementById){
newwin.moveTo(0,0)
newwin.resizeTo(screen.availWidth,screen.availHeight)
}
newwin.location=targeturl
}
// Fin 
<!--
function PopupImage(url) { 
titre="Agrandissement"; 
w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>"); 
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>"); 
w.document.write("<BODY onload='checksize()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<TABLE width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><TR>");
w.document.write("<TD valign='middle' align='center'><IMG src='"+url+"' border=0 alt='Mon image'>"); 
w.document.write("</TD></TR></TABLE>");
w.document.write("</BODY></HTML>"); 
w.document.close(); 
} 
//-->


//Fonction pop_up Photos / Affiches
<!--
function pop_up(page)
	{
		window.open(page,'','top=10, left=100, width=700, height=640,resizable=yes, toolbar=no, scrollbars=no, status=no');
	}
//-->	


//Fonction pop-up video
<!--
function ouvrir(page)
	{
		window.open(page,'','top=10, left=100, width=350, height=350,resizable=yes, toolbar=no, scrollbars=no, status=no');
	}
//-->


//Fonction Fermer
<!--
 function fermer() { 
   opener=self ; 
   self.close() ; 
 } 
//-->

//Fonction pop-up Version Anglaise
<!--
/*function ouvrir02(page)
	{
		window.open(page,'','top=95, left=680, width=370, height=640,resizable=yes, toolbar=no, scrollbars=no, status=no');
	}*/
//-->	

//Fonction pop-up About us
<!--
function ouvrir03(page)
	{
		window.open(page,'','top=295, left=680, width=320, height=250,resizable=yes, toolbar=no, scrollbars=no, status=no');
	}
//-->	


//Fonction pop-up Version Anglaise
<!--
function ouvrir02(page)
	{
		window.open(page,'','top=95, left=680, width=440, height=700,resizable=yes, toolbar=no, scrollbars=yes, status=no');
	}
//-->
