
function test(){
alert('ok');
}
function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}


var i=0; 
function resize() { 
  if (navigator.appName == 'Netscape') i=40; 
  if (document.images[0]) window.resizeTo(document.images[0].width +50, 
document.images[0].height+200-i); 
  self.focus(); 
} 


function closeIt() 
{
close();
}
function MoveIt(monurl)
{
window.opener.document.location.href=monurl;
closeIt();
}
function MoveItHere(monurl)
{
window.document.location.href=monurl;
}
//-->