var data;
function loadData ()
{
	data = new DataClass ("Folder","Root","Web Site Root","",false,
		new DataClass ("Folder","15821","15821 - Desktop Integration Batch Inventory for Clerks","../common/Course15821_BatchClerks.htm",false, 	
				new DataClass ("File","Lesson 1","Inventory Overview","../content/15821/WI_DI13_InventoryOverview_01/index.html",false),
				new DataClass ("File","Lesson 2","Create Batches","../content/15821/WI_DI13_CreateBatches_01/index.html",false),
				new DataClass ("File","Lesson 3","Entering TINs","../content/15821/WI_DI13_EnteringTINs_01/index.html",false),
				new DataClass ("File","","Batch Inventory for Clerks Knowledge Check","../content/15821/WI_DI13_ClerkInventoryKC_01/index.html",false)				
		)
	);

}
