/*    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(URL) {
			day = new Date();
			id = day.getTime();
			myWidth = screen.availWidth;
			myHeight = screen.availHeight;
			eval("page" + id + " = window.open(URL, '" + id + "', 'top=0,left=0,screenY=0,screenX=0,toolbar=0,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=1,width=" + myWidth + ",height=" + myHeight + ",directories=0, ');");
			}
//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=320, height=580,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');
	}
//-->	