<?php
	
require_once('fns_cc.php');
	
function fns_act($rs)
{
	if($rs == 1)
	{
		fns_cc();
	}
	elseif($rs == 2)
	{
		fns_del();
	}
}

