/////////////////////////////////////////////////////////////////////////
//	Set up submenu links.
//	You can call the arrays anything you want... 
//	Just reference their name from the hyperlinks at the end of this code
//
//	Array Defination: new Array('Friendly Description','href Web URL', 'target')
//
//------- ADDED 05/01/2005: set target option --------------
//	Set the target in the last array position.
//	If using frames, be sure to set "parent.<framename>"
//	If you don't use "parent." an error will occur.
//
/////////////////////////////////////////////////////////////////////////

	LinkArray1=new Array();i=-1
		i++;LinkArray1[i]=new Array('Site Home', 'menu.asp','parent')
		i++;LinkArray1[i]=new Array('Site Adminisitration', 'SiteAdmin.asp','parent')
		i++;LinkArray1[i]=new Array('Developement Team', 'OurTeam.asp','self')
		i++;LinkArray1[i]=new Array('Change Password', 'changepw.asp','self')
		//i++;LinkArray1[i]=new Array('Chat Room', 'http://pub24.bravenet.com/chat/show.php/2037356946','_blank')
		i++;LinkArray1[i]=new Array('Logout', 'default.asp?logout=true','self')

	LinkArray2=new Array();i=-1
		i++;LinkArray2[i]=new Array('Monthly Billing', 'recoveryrpt.asp?offcode=5000&cat=MB&period=monthly','self')
		i++;LinkArray2[i]=new Array('Computed Assessment', 'recoveryrpt.asp?offcode=5000&cat=CA&period=monthly','self')
		i++;LinkArray2[i]=new Array('Receivables', 'recoveryrpt.asp?offcode=5000&cat=RA&period=monthly','self')
		i++;LinkArray2[i]=new Array('Tariff wise Billing', 'slabtree.asp','self')
		i++;LinkArray2[i]=new Array('Govt. Departments', 'frame3.htm','self')
	LinkArray3=new Array();i=-1
		i++;LinkArray3[i]=new Array('Monthly', 'lossesrpt.asp?offcode=5000&cat=monthly','self')
		i++;LinkArray3[i]=new Array('Progressive', 'lossesrpt.asp?offcode=5000&cat=prog','self')
		i++;LinkArray3[i]=new Array('Feeder Analysis', 'fanalysis.asp','self')

	LinkArray4=new Array();i=-1
		i++;LinkArray4[i]=new Array('Defaulters', 'DeffTree.asp','self')
		i++;LinkArray4[i]=new Array('CP-114', 'CP114Tree.asp','self')
		i++;LinkArray4[i]=new Array('CP-114 (Tent.)', 'CP114Tenttree.asp','self') //CP114Tent25

	LinkArray5=new Array();i=-1
		i++;LinkArray5[i]=new Array('Cash Collection', 'frame.htm','self')
		i++;LinkArray5[i]=new Array('Assessment (Batch wise)', 'frame2.htm','self')
		i++;LinkArray5[i]=new Array('Billing Status', 'Tentitive.asp','self')

	LinkArray6=new Array();i=-1
		i++;LinkArray6[i]=new Array('CP-90', 'CP90Tree.asp','self')//SetDefective.asp
		i++;LinkArray6[i]=new Array('Billing Program', 'mccmul/bill.htm','_blank')
		i++;LinkArray6[i]=new Array('Court Cases', 'SetTree.asp','self')
		i++;LinkArray6[i]=new Array('New Connection Monitoring', 'NC/mdi_reports.asp','self')
		i++;LinkArray6[i]=new Array('Village Electrification Monitoring', 'pd/home.asp','self')

/////////////////////////////////////////////////////////////////////////