
// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 1
PRESERVESTATE = 0
HIGHLIGHT = 1



foldersTree = gFld("<b><font class =TreeMain>Investment Products</font></b>", "")

	//sub11=insDoc(foldersTree,gFld("<font class=Head>News</font>", "")) 
                
                  insDoc(foldersTree, gLnk("P", "Investment Products", "../InvestProduct/InvestProduct.aspx?id=1"))
				insDoc(foldersTree, gLnk("P", "Pay Yourself First", "../InvestProduct/InvestProduct.aspx?id=2"))
				insDoc(foldersTree, gLnk("P", "News Details", "../InvestProduct/InvestProduct.aspx?id=3"))
				

				

	
			
foldersTree.treeID = "t2" 









