<!DOCTYPE html>
<html>
<!--
 * 
 * Copyright © 2012 All Rights Reserved, http://simpletrees.co.uk
 * 
 * NOTICE:  All information contained herein is, and remains the property 
 * of Simple Trees Ltd and its suppliers, if any. The intellectual and 
 * technical concepts contained herein are proprietary to Simple Trees Ltd 
 * and its suppliers and may be covered by UK, EU and Foreign Patents, 
 * patents in process, and are protected by copyright law. Dissemination of 
 * this information or reproduction of this material is strictly forbidden
 * unless prior written permission is obtained from Simple Trees Ltd. 
 *
 * This version of the product and all associated intellectual/technical
 * concepts are intended for demo purposes only and not for resale.
 *
 * Contact info@simpletrees.co.uk for license agreements or more details.
 *
-->
<head>
    <title> </title>
    <script src="../../ClientGlobalContext.js.aspx" type="text/javascript"> </script>
    <script src="../js/common.min.js"> </script>
    <script src="../js/crmhelper.min.js"> </script>
    <script src="../js/dashboard.min.js"> </script>
    <script src="../js/clienttreefv.min.js"> </script>
    <script src="../js/jquery.min.js"> </script>
    <script src="../KendoUI/js/kendo.all.min.js"> </script>
    <script src="../KendoUI/js/kendo.treeview.min.js"> </script>
    <link href="../KendoUI/styles/kendo.common.min.css" rel="stylesheet" />
    <link href="../KendoUI/styles/kendo.blueopal.min.css" rel="stylesheet" />
    <link href="../css/fonts.css" rel="stylesheet" />
    <link href="../css/dashboard.css" rel="stylesheet" />
    <link href="../css/common.css" rel="stylesheet" />
</head>
<body style="height: 100%">
	    <div id="treeView"> </div>
	    <script type="text/javascript">
	    	$(document).ready(function() {
                buildClientTree();
			});
	    </script>
</body>
</html>