2 var gaProj = new Array();
\r
5 function setRoot(sRoot)
\r
10 function aPE(sProjPath, sRootPath)
\r
12 gaProj[gaProj.length] = new tocProjEntry(sProjPath, sRootPath);
\r
15 function tocProjEntry(sProjPath, sRootPath)
\r
17 this.sPPath = sProjPath;
\r
18 this.sRPath = sRootPath;
\r
22 function window_OnLoad()
\r
24 if (parent && parent != this && parent.projReady) {
\r
25 parent.projReady(gsRoot, gaProj);
\r
28 window.onload = window_OnLoad;