{
		$objTransfer->to_date=$_POST['to_date'];
	}
	
	
	
	
	echo $objTransfer->GetTransferUsingJSON();
	}
	if(isset($_POST['Search']) && $_POST['Search']=="Search"){
?>

<?php 
		echo $objISIN->GetISINJSON();
		echo $objCurrency->GetCurrencyJSON();
		echo $objUser->GetUserSUsingJSON();
		$objCustodyAC=new Custody_ACClass($db);
		echo $objCustodyAC->GetCustodyACJSON();
	}
?>
</head>
<body>
    <div id="main_cont">
        <div id="title">
            <img src="logo.jpg" alt="" /></div>
         <div id="left">
			<?php require_once('include/menu-left-client.php'); ?>
        </div>