// JavaScript Document

function twNeowin(nUrl,nNom,w,h,nScroll){
  // Ouvrir un popUp
  // Centrer le popUp
  var winl = (screen.width) ? (screen.width-w)/2 : 0;
  var wint = (screen.height) ? (screen.height-h)/2 : 0;
  var options = 'width='+w+',height='+h+',top='+wint+',left='+winl+',scrollbars='+nScroll+',resizable=no';
  // Ouvrir le popUp
  neo=window.open(nUrl,nNom,options);
  // Forcer le focus sur un PopUp déjà ouvert
  if(neo.window.focus){neo.window.focus();}
}
if (parent.frames.length > 0)
	{
	window.top.location.href = location.href;
	}


var txt="bleuMangue ##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##- bleuMangue -##-  ";
var espera=400;
var refresco=null;
function rotulo_title()
{
 document.title=txt;
 txt=txt.substring(1,txt.length)+txt.charAt(0);
 refresco=setTimeout("rotulo_title()",espera);
}
rotulo_title();
