
//accounts index
 
d = new dTree('d');
d.add(0,-1,'Accounting');
d.add(1,0,'Accounting: Meaning','/Information/accounts/meaning.htm','','_parent');
d.add(2,0,'Objective of Accounting','/Information/accounts/objective.htm','','_parent');
d.add(3,0,'Basic terms in Accounting','/Information/accounts/basic_terms.htm','','_parent');
d.add(4,0,'Accounting Assumption','/Information/accounts/accounting_assumptions.htm','','_parent');
d.add(5,0,'Accounting cycle','/Information/accounts/account_cycle.htm','','_parent');
d.add(41,0,'Meaning Of Accounting','/Information/accounts/meaning_of_accounting.htm','','_parent');
d.add(6,0,'Process Flow of Accounting System','','','_parent');
	d.add(31,6,'Accounting Process','/Information/accounts/account_process.htm','','_parent');
	d.add(7,6,'Meaning of Transaction','/Information/accounts/pro_meaning_of_tran.htm','','_parent');
	d.add(8,6,'Source Documents','','','_parent');
	d.add(32,8,'Source Documents','/Information/accounts/pro_source.htm','','_parent');
		d.add(9,8,'Invoice','/Information/accounts/source_invoice.htm','','_parent');
		d.add(36,8,'Credit Note','/Information/accounts/credit_note.htm','','_parent');
		d.add(10,8,'Voucher','/Information/accounts/source_voucher.htm','','_parent');
		d.add(30,8,'Voucher Entries','','','_parent');
			d.add(11,30,'Simple Journal Entries','/Information/accounts/simple_entry.htm','','_parent');
			d.add(12,30,'Compound Journal Entry','/Information/accounts/compound_entry.htm','','_parent');
		d.add(13,6,'Running Balance Form of Ledger Accounts','/Information/accounts/ledger_account.htm','','_parent');
		d.add(37,6,'Posting Process','/Information/accounts/posting_process.htm','','_parent');
		d.add(44,6,'Purchase Day Book','/Information/accounts/purchase_daybook.htm','','_parent');
		d.add(45,6,'Sales Day Book','/Information/accounts/sales_daybook.htm','','_parent');
		d.add(46,6,'Sales Returns Day Book','/Information/accounts/salesreturns_daybook.htm','','_parent');
		d.add(47,6,'Debit Note','/Information/accounts/debit_note.htm','','_parent');
		d.add(48,6,'Credit Note Register','/Information/accounts/creditnote_regi.htm','','_parent');
d.add(43,0,'Account','','','_parent');
d.add(14,43,'Definition of Account','/Information/accounts/def_account.htm','','_parent');
d.add(15,43,'Classification of Account','','','_parent');
	d.add(28,15,'Traditional Classification','/Information/accounts/classi_custom.htm','','_parent');
	d.add(29,15,'Modern Classification','/Information/accounts/classi_modern.htm','','_parent');
//d.add(16,0,'Accounting Equation','/Information/accounts/accounting_equation.htm','','_parent');
d.add(17,0,'Final Accounts Statements','','','_parent');
	d.add(18,17,'Trial Balance','/Information/accounts/financial_statements.htm','','_parent');
	d.add(33,17,'Income Statements','/Information/accounts/income_statements.htm','','_parent');
	d.add(42,17,'Balance Sheet','/Information/accounts/balance_sheet.htm','','_parent');
	d.add(35,0,'Petty Cash Book','/Information/accounts/petty_cash.htm','','_parent');
	d.add(19,0,'Bank Reconciliation Statement','/Information/accounts/brs.htm','','_parent');
d.add(20,0,'Final Accounting Adjustments','','','_parent');
	d.add(34,20,'Closing Stock','/Information/accounts/final_account_adj.htm','','_parent');
	d.add(21,20,'Outstanding Expenses','/Information/accounts/final_outstanding.htm','','_parent');
	d.add(38,20,'Goods Taken Over by Proprietor for Personal Use','/Information/accounts/goods_taken1.htm','','_parent');
	d.add(39,20,'Goods Distributed as Free Samples','/Information/accounts/goods_distributed.htm','','_parent');
	d.add(22,20,'Prepaid Expenses','/Information/accounts/final_prepaid.htm','','_parent');
	d.add(40,20,'Abnormal Loss of Stock by Accident','/Information/accounts/abnormal_loss.htm','','_parent');
	d.add(23,20,'Outstanding Income','/Information/accounts/final_outstandingincome.htm','','_parent');
	d.add(24,20,'Income Received in Advance','/Information/accounts/final_income_adv.htm','','_parent');	
	d.add(25,20,'Depreciation','/Information/accounts/final_depreciation.htm','','_parent');
	d.add(26,20,'Interest on Partners Capital','/Information/accounts/final_interest_capi.htm','','_parent');
	d.add(27,20,'Interest on partners Drawings','/Information/accounts/final_drawings.htm','','_parent');

document.write(d)
//add new node to no. 49 .....
