if(isset($_GET["in-front-ajax"])){popup_js_front();exit;}
	if(isset($_GET["status"])){popup_status();exit;}
	if(isset($_GET["status-server"])){popup_status_server();exit;}
	if(isset($_GET["transport"])){popup_transport();exit;}
	if(isset($_GET["security"])){popup_security();exit;}
	if(isset($_GET["filters"])){filters_security();exit;}
	if(isset($_GET["enable_plugins"])){filters_security_save();exit;}
	
	if(isset($_GET["postfix-network"])){postfix_network();exit;}
	if(isset($_GET['ReloadNetworkTable'])){postfix_network_table();exit;}
	if(isset($_GET["PostfixAddMyNetwork"])){postfix_network_add();exit;}
	if(isset($_GET["PostFixDeleteMyNetwork"])){postfix_network_delete();exit;}
	
	if(isset($_GET["postfix-hostname"])){postfix_hostname();exit;}
	if(isset($_GET["VirtualHostNameToChange"])){postfix_hostname_save();exit;}
	
	if(isset($_GET["instance-reload"])){instance_perform_reload();exit;}
	if(isset($_GET["instance-restart"])){instance_perform_restart();exit;}
	if(isset($_GET["instance-flush"])){instance_perform_flush();exit;}
	if(isset($_GET["instance-reconfigure"])){instance_perform_reconfigure();exit;}
	if(isset($_GET["instance-kill"])){instance_perform_delete();exit;}

	tabs();

	
	
function popup_js_front(){
	$tpl=new templates();
	$page=CurrentPageName();
	if(isset($_GET["encoded"])){
    exit;
}
if (isset($_GET["PostfixAddMyNetwork"])) {
    postfix_network_add();
    exit;
}
if (isset($_GET["PostFixDeleteMyNetwork"])) {
    postfix_network_delete();
    exit;
}
if (isset($_GET["postfix-hostname"])) {
    postfix_hostname();
    exit;
}
if (isset($_GET["VirtualHostNameToChange"])) {
    postfix_hostname_save();
    exit;
}
if (isset($_GET["instance-reload"])) {
    instance_perform_reload();
    exit;
}
if (isset($_GET["instance-restart"])) {
    instance_perform_restart();
    exit;
}
if (isset($_GET["instance-flush"])) {
    instance_perform_flush();
    exit;
}
if (isset($_GET["instance-reconfigure"])) {