// You cean find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1


foldersTree = gFld("<img src='../../image/icon_home.gif' align='absmiddle' border='0' vspace='3'><span class='clsBodyContentBold'><a href='../../index.html' class='clsBodyContentBold'>&nbsp;Home</a></span>")

  			aux1 = insFld(foldersTree, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Newsroom</span>", "Gco_Nws_Overview.html"))

			aux2 = insFld(aux1, gFld("<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Media Releases</span>", "Gco_Nws_Overview.html"))
				insDoc(aux2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Latest News</span>", "Gco_Nws_Overview.html"))			 
				insDoc(aux2, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Archive</span>", "Gco_Nws_PressArchive2004.html"))			 

			insDoc(aux1, gLnk("S", "<img src='../../image/arrowclose.gif' align='absmiddle' border='0'><span class='clsBodyContent'>&nbsp;Corporate Developments</span>", "Gco_Nws_CorporateDev.html"))			 

