function popup_status_server(){
	 $status=new status(1);
	 $etat=$status->Postfix_multi_status($_GET["hostname"]);
	 $tpl=new templates();
	 echo $tpl->_ENGINE_parse_body($etat);
}