
var cn_News_Node;
var cn_Showcase_Node;
var cn_Toolbox_Node;
var cn_Openjobs_Node;

var root_node =
new ChartNode( cn_Root, "Root", "Root node", null, 0,
  new ChartNode( cn_Std, "Company"  , null, "about.html",1,
    new ChartNode( cn_Std,"What We Do",  null,  "company1.html",11),
    new ChartNode( cn_Std,"How We Do It", null, "company2.html",12),
    new ChartNode( cn_Std,"Quality", null, "certificate1.html",  18, 
		new ChartNode( cn_Std,"Certification", null, "certificate.html",  182),
	    new ChartNode( cn_Std,"Quality Manual", null, "qm_content.html",  181)), 
    new ChartNode( cn_Std,"Why Hire Us",  null, "company3.html",13),
    new ChartNode( cn_Std,"Our Expertise",null, "company4.html",14),
    new ChartNode( cn_Std,"Where We Are", null, "company6.html",15),
    cn_News_Node = new ChartNode( cn_Std,"News", null, "company5.html",16),
    new ChartNode( cn_Std,"Our Brochure", null, "brochure.html",17)
  ),
  new ChartNode( cn_Std, "Services" , null, "services.html",2),
  new ChartNode( cn_Std, "Process"  , null, "process.html",3),
  cn_Showcase_Node = new ChartNode( cn_Std, "Showcase" , null, "showcase.html",4),
  cn_Toolbox_Node  = new ChartNode( cn_Std, "Products" , null, "toolbox.html",9),
  new ChartNode( cn_Std, "Customers", null, "customers.html",5,
    new ChartNode( cn_Std,"Become&nbsp;Customer", null,"register_customer.html",52),
    new ChartNode( cn_Std,"Login",null,"login.html",53),
    new ChartNode( cn_Std,"Forgot&nbsp;Password?", null,"register1.html",54),
    new ChartNode( cn_Std,"Demo",null,"demo.html",55)
  ),
  new ChartNode( cn_Std, "Partners" , null, "partners.html",6),
  new ChartNode( cn_Std, "Contacts" , null, "contacts.html",7),
  new ChartNode( cn_Std, "Jobs"     , null, "jobs.html",8,
    cn_Openjobs_Node = new ChartNode( cn_Std,"Open Jobs", null,"open.html",81),
    new ChartNode( cn_Std,"Submit Resume", null,"resume.html",82)
  )
);
