

 
function Fenetre(ID,scrollbars,width,height,left,top)
{
	popup = window.open('http://www.onenparle.fr/'+ID,'Fenetre','toolbar=0,location=0,status=0,directories=0,menuBar=0,resizable=0,scrollbars='+scrollbars+',width='+width+',height='+height+',left='+left+',top='+top+'');
	if (popup && popup.focus) popup.focus();
        popup.resizeTo(width,height) ;


}


