<!--
	 var largeur = screen.availWidth;
	 var hauteur = screen.availHeight;

  function fullscr(file) {
	ff=window.open(file,'plein','fullscreen=yes');
  }

  function fullpopup(file) {
	f2=window.open(file,'plein','top=0,left=0,width='+screen.width
	   +',height='+screen.height+',menubar=no,resize=no');
  }

  function fullNN(file) {
	f2=window.open(file,'plein','top='+screen.availTop
	   +',left='+screen.availLeft
		 +',outerWidth='+screen.availWidth
	   +',outerHeight='+screen.availHeight+',menubar=no,resize=no');
	}

  function pleinecran(fichier) {
  if( (navigator.appName == "Microsoft Internet Explorer")
    &&(navigator.platform != "MacPPC") ) {
	   ff=window.open(fichier,'plein','fullscreen=yes');
  } else {
    ff=window.open(fichier,'plein','top=0,left=0,width='+screen.width
     +',height='+ screen.height +',menubar=no,resize=no'); }
  }
	
//-->

	


