// 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 = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
ICONPATH = "tree/"

foldersTree = gFld("<b><font size=3>Bulletin Archive</font></b>", "weekly_bulletin.php")
  aux1 = insFld(foldersTree, gFld("<font size=3>2005</font>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("<font size=3>October</font>", "javascript:undefined"))
 			insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2005_Oct_28"))
    aux2 = insFld(aux1, gFld("<font size=3>November</font>", "javascript:undefined"))
 			insDoc(aux2, gLnk("S", "<font size=3>3</font>", "weekly_bulletin.php?date=2005_Nov_03"))
 			insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2005_Nov_10"))
 			insDoc(aux2, gLnk("S", "<font size=3>17</font>", "weekly_bulletin.php?date=2005_Nov_17"))
                        insDoc(aux2, gLnk("S", "<font size=3>23</font>", "weekly_bulletin.php?date=2005_Nov_23"))
    aux2 = insFld(aux1, gFld("<font size=3>December</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>01</font>", "weekly_bulletin.php?date=2005_Dec_01"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2005_Dec_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2005_Dec_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2005_Dec_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>29</font>", "weekly_bulletin.php?date=2005_Dec_29"))
  aux1 = insFld(foldersTree, gFld("<font size=3>2006</font>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("<font size=3>January</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>05</font>", "weekly_bulletin.php?date=2006_Jan_05"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2006_Jan_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2006_Jan_19"))                        
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2006_Jan_26"))
    aux2 = insFld(aux1, gFld("<font size=3>February</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2006_Feb_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>09</font>", "weekly_bulletin.php?date=2006_Feb_09"))
                        insDoc(aux2, gLnk("S", "<font size=3>16</font>", "weekly_bulletin.php?date=2006_Feb_16"))
                        insDoc(aux2, gLnk("S", "<font size=3>23</font>", "weekly_bulletin.php?date=2006_Feb_23"))
    aux2 = insFld(aux1, gFld("<font size=3>March</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2006_Mar_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>09</font>", "weekly_bulletin.php?date=2006_Mar_09"))
                        insDoc(aux2, gLnk("S", "<font size=3>16</font>", "weekly_bulletin.php?date=2006_Mar_16"))
                        insDoc(aux2, gLnk("S", "<font size=3>23</font>", "weekly_bulletin.php?date=2006_Mar_23"))
                        insDoc(aux2, gLnk("S", "<font size=3>30</font>", "weekly_bulletin.php?date=2006_Mar_30"))
    aux2 = insFld(aux1, gFld("<font size=3>April</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2006_Apr_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2006_Apr_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2006_Apr_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2006_Apr_27"))
    aux2 = insFld(aux1, gFld("<font size=3>May</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>04</font>", "weekly_bulletin.php?date=2006_May_04"))
                        insDoc(aux2, gLnk("S", "<font size=3>11</font>", "weekly_bulletin.php?date=2006_May_11"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2006_May_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2006_May_27"))
    aux2 = insFld(aux1, gFld("<font size=3>June</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>01</font>", "weekly_bulletin.php?date=2006_Jun_01"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2006_Jun_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2006_Jun_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2006_Jun_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>29</font>", "weekly_bulletin.php?date=2006_Jun_29"))
    aux2 = insFld(aux1, gFld("<font size=3>July</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2006_Jul_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2006_Jul_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>20</font>", "weekly_bulletin.php?date=2006_Jul_20"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2006_Jul_27"))
    aux2 = insFld(aux1, gFld("<font size=3>August</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2006_Aug_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2006_Aug_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>16</font>", "weekly_bulletin.php?date=2006_Aug_16"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2006_Aug_25"))
    aux2 = insFld(aux1, gFld("<font size=3>September</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>01</font>", "weekly_bulletin.php?date=2006_Sep_01"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2006_Sep_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2006_Sep_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2006_Sep_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2006_Sep_28"))
    aux2 = insFld(aux1, gFld("<font size=3>October</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>05</font>", "weekly_bulletin.php?date=2006_Oct_05"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2006_Oct_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>20</font>", "weekly_bulletin.php?date=2006_Oct_20"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2006_Oct_27"))
    aux2 = insFld(aux1, gFld("<font size=3>November</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2006_Nov_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>09</font>", "weekly_bulletin.php?date=2006_Nov_09"))
                        insDoc(aux2, gLnk("S", "<font size=3>16</font>", "weekly_bulletin.php?date=2006_Nov_16"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2006_Nov_26"))
                        insDoc(aux2, gLnk("S", "<font size=3>30</font>", "weekly_bulletin.php?date=2006_Nov_30"))
    aux2 = insFld(aux1, gFld("<font size=3>December</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>07</font>", "weekly_bulletin.php?date=2006_Dec_07"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2006_Dec_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2006_Dec_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2006_Dec_28"))
  aux1 = insFld(foldersTree, gFld("<font size=3>2007</font>", "javascript:undefined"))    
    aux2 = insFld(aux1, gFld("<font size=3>January</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>04</font>", "weekly_bulletin.php?date=2007_Jan_04"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2007_Jan_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2007_Jan_19"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2007_Jan_25"))
    aux2 = insFld(aux1, gFld("<font size=3>February</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2007_Feb_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2007_Feb_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2007_Feb_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2007_Feb_22"))
    aux2 = insFld(aux1, gFld("<font size=3>March</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>01</font>", "weekly_bulletin.php?date=2007_Mar_01"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2007_Mar_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2007_Mar_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2007_Mar_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>30</font>", "weekly_bulletin.php?date=2007_Mar_30"))
    aux2 = insFld(aux1, gFld("<font size=3>April</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2007_Apr_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2007_Apr_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>20</font>", "weekly_bulletin.php?date=2007_Apr_20"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2007_Apr_26"))
    aux2 = insFld(aux1, gFld("<font size=3>May</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>03</font>", "weekly_bulletin.php?date=2007_May_03"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2007_May_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>17</font>", "weekly_bulletin.php?date=2007_May_17"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2007_May_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2007_May_25"))
                        insDoc(aux2, gLnk("S", "<font size=3>31</font>", "weekly_bulletin.php?date=2007_May_31"))
    aux2 = insFld(aux1, gFld("<font size=3>June</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>07</font>", "weekly_bulletin.php?date=2007_Jun_07"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2007_Jun_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2007_Jun_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>29</font>", "weekly_bulletin.php?date=2007_Jun_29"))
    aux2 = insFld(aux1, gFld("<font size=3>July</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>05</font>", "weekly_bulletin.php?date=2007_Jul_05"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2007_Jul_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>20</font>", "weekly_bulletin.php?date=2007_Jul_20"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2007_Jul_26"))
    aux2 = insFld(aux1, gFld("<font size=3>August</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2007_Aug_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2007_Aug_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>16</font>", "weekly_bulletin.php?date=2007_Aug_16"))
                        insDoc(aux2, gLnk("S", "<font size=3>23</font>", "weekly_bulletin.php?date=2007_Aug_23"))
                        insDoc(aux2, gLnk("S", "<font size=3>30</font>", "weekly_bulletin.php?date=2007_Aug_30"))
    aux2 = insFld(aux1, gFld("<font size=3>September</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2007_Sep_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>20</font>", "weekly_bulletin.php?date=2007_Sep_20"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2007_Sep_25"))
    aux2 = insFld(aux1, gFld("<font size=3>October</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>03</font>", "weekly_bulletin.php?date=2007_Oct_03"))
                        insDoc(aux2, gLnk("S", "<font size=3>11</font>", "weekly_bulletin.php?date=2007_Oct_11"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2007_Oct_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2007_Oct_26"))
    aux2 = insFld(aux1, gFld("<font size=3>November</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2007_Nov_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2007_Nov_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2007_Nov_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>23</font>", "weekly_bulletin.php?date=2007_Nov_23"))
                        insDoc(aux2, gLnk("S", "<font size=3>29</font>", "weekly_bulletin.php?date=2007_Nov_29"))
    aux2 = insFld(aux1, gFld("<font size=3>December</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>07</font>", "weekly_bulletin.php?date=2007_Dec_07"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2007_Dec_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2007_Dec_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2007_Dec_28"))
  aux1 = insFld(foldersTree, gFld("<font size=3>2008</font>", "javascript:undefined"))    
    aux2 = insFld(aux1, gFld("<font size=3>January</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>04</font>", "weekly_bulletin.php?date=2008_Jan_04"))
                        insDoc(aux2, gLnk("S", "<font size=3>11</font>", "weekly_bulletin.php?date=2008_Jan_11"))
                        insDoc(aux2, gLnk("S", "<font size=3>17</font>", "weekly_bulletin.php?date=2008_Jan_17"))
                        insDoc(aux2, gLnk("S", "<font size=3>23</font>", "weekly_bulletin.php?date=2008_Jan_23"))
                        insDoc(aux2, gLnk("S", "<font size=3>31</font>", "weekly_bulletin.php?date=2008_Jan_31"))
    aux2 = insFld(aux1, gFld("<font size=3>February</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>07</font>", "weekly_bulletin.php?date=2008_Feb_07"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2008_Feb_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2008_Feb_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2008_Feb_28"))
    aux2 = insFld(aux1, gFld("<font size=3>March</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2008_Mar_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2008_Mar_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>20</font>", "weekly_bulletin.php?date=2008_Mar_20"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2008_Mar_27"))
    aux2 = insFld(aux1, gFld("<font size=3>April</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>03</font>", "weekly_bulletin.php?date=2008_Apr_03"))
                        insDoc(aux2, gLnk("S", "<font size=3>11</font>", "weekly_bulletin.php?date=2008_Apr_11"))
                        insDoc(aux2, gLnk("S", "<font size=3>17</font>", "weekly_bulletin.php?date=2008_Apr_17"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2008_Apr_25"))
    aux2 = insFld(aux1, gFld("<font size=3>May</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2008_May_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2008_May_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2008_May_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2008_May_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>29</font>", "weekly_bulletin.php?date=2008_May_29"))
    aux2 = insFld(aux1, gFld("<font size=3>June</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>05</font>", "weekly_bulletin.php?date=2008_Jun_05"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2008_Jun_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2008_Jun_19"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2008_Jun_26"))
    aux2 = insFld(aux1, gFld("<font size=3>July</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2008_Jul_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>11</font>", "weekly_bulletin.php?date=2008_Jul_11"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2008_Jul_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>24</font>", "weekly_bulletin.php?date=2008_Jul_24"))
                        insDoc(aux2, gLnk("S", "<font size=3>31</font>", "weekly_bulletin.php?date=2008_Jul_31"))
    aux2 = insFld(aux1, gFld("<font size=3>August</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2008_Aug_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2008_Aug_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2008_Aug_28"))
    aux2 = insFld(aux1, gFld("<font size=3>September</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>05</font>", "weekly_bulletin.php?date=2008_Sep_05"))
                        insDoc(aux2, gLnk("S", "<font size=3>11</font>", "weekly_bulletin.php?date=2008_Sep_11"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2008_Sep_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2008_Sep_26"))
    aux2 = insFld(aux1, gFld("<font size=3>October</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>03</font>", "weekly_bulletin.php?date=2008_Oct_03"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2008_Oct_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>17</font>", "weekly_bulletin.php?date=2008_Oct_17"))
                        insDoc(aux2, gLnk("S", "<font size=3>24</font>", "weekly_bulletin.php?date=2008_Oct_24"))
                        insDoc(aux2, gLnk("S", "<font size=3>31</font>", "weekly_bulletin.php?date=2008_Oct_31"))
    aux2 = insFld(aux1, gFld("<font size=3>November</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2008_Nov_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2008_Nov_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2008_Nov_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2008_Nov_26"))
    aux2 = insFld(aux1, gFld("<font size=3>December</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>04</font>", "weekly_bulletin.php?date=2008_Dec_04"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2008_Dec_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2008_Dec_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2008_Dec_26"))
  aux1 = insFld(foldersTree, gFld("<font size=3>2009</font>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("<font size=3>January</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2009_Jan_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2009_Jan_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2009_Jan_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2009_Jan_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>30</font>", "weekly_bulletin.php?date=2009_Jan_30"))
    aux2 = insFld(aux1, gFld("<font size=3>February</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2009_Feb_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2009_Feb_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2009_Feb_19"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2009_Feb_26"))
    aux2 = insFld(aux1, gFld("<font size=3>March</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2009_Mar_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2009_Mar_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2009_Mar_19"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2009_Mar_26"))
    aux2 = insFld(aux1, gFld("<font size=3>April</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2009_Apr_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>05</font>", "weekly_bulletin.php?date=2009_Apr_05"))
                        insDoc(aux2, gLnk("S", "<font size=3>24</font>", "weekly_bulletin.php?date=2009_Apr_24"))
    aux2 = insFld(aux1, gFld("<font size=3>May</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>01</font>", "weekly_bulletin.php?date=2009_May_01"))
                        insDoc(aux2, gLnk("S", "<font size=3>07</font>", "weekly_bulletin.php?date=2009_May_07"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2009_May_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2009_May_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>26</font>", "weekly_bulletin.php?date=2009_May_26"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2009_May_28"))
    aux2 = insFld(aux1, gFld("<font size=3>June</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>04</font>", "weekly_bulletin.php?date=2009_Jun_04"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2009_Jun_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2009_Jun_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2009_Jun_25"))
    aux2 = insFld(aux1, gFld("<font size=3>July</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2009_Jul_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>09</font>", "weekly_bulletin.php?date=2009_Jul_09"))
                        insDoc(aux2, gLnk("S", "<font size=3>16</font>", "weekly_bulletin.php?date=2009_Jul_16"))
                        insDoc(aux2, gLnk("S", "<font size=3>24</font>", "weekly_bulletin.php?date=2009_Jul_24"))
                        insDoc(aux2, gLnk("S", "<font size=3>31</font>", "weekly_bulletin.php?date=2009_Jul_31"))
    aux2 = insFld(aux1, gFld("<font size=3>August</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2009_Aug_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2009_Aug_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>20</font>", "weekly_bulletin.php?date=2009_Aug_20"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2009_Aug_28"))
    aux2 = insFld(aux1, gFld("<font size=3>September</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>03</font>", "weekly_bulletin.php?date=2009_Sep_03"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2009_Sep_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>17</font>", "weekly_bulletin.php?date=2009_Sep_17"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2009_Sep_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>24</font>", "weekly_bulletin.php?date=2009_Sep_24"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2009_Sep_27"))
    aux2 = insFld(aux1, gFld("<font size=3>October</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>01</font>", "weekly_bulletin.php?date=2009_Oct_01"))
                        insDoc(aux2, gLnk("S", "<font size=3>09</font>", "weekly_bulletin.php?date=2009_Oct_09"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2009_Oct_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2009_Oct_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>29</font>", "weekly_bulletin.php?date=2009_Oct_29"))
    aux2 = insFld(aux1, gFld("<font size=3>November</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>05</font>", "weekly_bulletin.php?date=2009_Nov_05"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2009_Nov_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2009_Nov_19"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2009_Nov_27"))
    aux2 = insFld(aux1, gFld("<font size=3>December</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>03</font>", "weekly_bulletin.php?date=2009_Dec_03"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2009_Dec_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2009_Dec_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>24</font>", "weekly_bulletin.php?date=2009_Dec_24"))
                        insDoc(aux2, gLnk("S", "<font size=3>31</font>", "weekly_bulletin.php?date=2009_Dec_31"))
   aux1 = insFld(foldersTree, gFld("<font size=3>2010</font>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("<font size=3>January</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>07</font>", "weekly_bulletin.php?date=2010_Jan_07"))
                        insDoc(aux2, gLnk("S", "<font size=3>14</font>", "weekly_bulletin.php?date=2010_Jan_14"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2010_Jan_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>28</font>", "weekly_bulletin.php?date=2010_Jan_28"))
    aux2 = insFld(aux1, gFld("<font size=3>February</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>04</font>", "weekly_bulletin.php?date=2010_Feb_04"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2010_Feb_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2010_Feb_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2010_Feb_25"))
    aux2 = insFld(aux1, gFld("<font size=3>March</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>04</font>", "weekly_bulletin.php?date=2010_Mar_04"))
                        insDoc(aux2, gLnk("S", "<font size=3>11</font>", "weekly_bulletin.php?date=2010_Mar_11"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2010_Mar_19"))
                        insDoc(aux2, gLnk("S", "<font size=3>25</font>", "weekly_bulletin.php?date=2010_Mar_25"))
    aux2 = insFld(aux1, gFld("<font size=3>April</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2010_Apr_02"))
                        insDoc(aux2, gLnk("S", "<font size=3>09</font>", "weekly_bulletin.php?date=2010_Apr_09"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2010_Apr_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2010_Apr_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>29</font>", "weekly_bulletin.php?date=2010_Apr_29"))
    aux2 = insFld(aux1, gFld("<font size=3>May</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2010_May_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>13</font>", "weekly_bulletin.php?date=2010_May_13"))
                        insDoc(aux2, gLnk("S", "<font size=3>21</font>", "weekly_bulletin.php?date=2010_May_21"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2010_May_27"))
    aux2 = insFld(aux1, gFld("<font size=3>June</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>03</font>", "weekly_bulletin.php?date=2010_Jun_03"))
                        insDoc(aux2, gLnk("S", "<font size=3>10</font>", "weekly_bulletin.php?date=2010_Jun_10"))
                        insDoc(aux2, gLnk("S", "<font size=3>18</font>", "weekly_bulletin.php?date=2010_Jun_18"))
                        insDoc(aux2, gLnk("S", "<font size=3>24</font>", "weekly_bulletin.php?date=2010_Jun_24"))
    aux2 = insFld(aux1, gFld("<font size=3>July</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>01</font>", "weekly_bulletin.php?date=2010_Jul_01"))
                        insDoc(aux2, gLnk("S", "<font size=3>08</font>", "weekly_bulletin.php?date=2010_Jul_08"))
                        insDoc(aux2, gLnk("S", "<font size=3>15</font>", "weekly_bulletin.php?date=2010_Jul_15"))
                        insDoc(aux2, gLnk("S", "<font size=3>22</font>", "weekly_bulletin.php?date=2010_Jul_22"))
                        insDoc(aux2, gLnk("S", "<font size=3>30</font>", "weekly_bulletin.php?date=2010_Jul_30"))
    aux2 = insFld(aux1, gFld("<font size=3>August</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>06</font>", "weekly_bulletin.php?date=2010_Aug_06"))
                        insDoc(aux2, gLnk("S", "<font size=3>12</font>", "weekly_bulletin.php?date=2010_Aug_12"))
                        insDoc(aux2, gLnk("S", "<font size=3>19</font>", "weekly_bulletin.php?date=2010_Aug_19"))
                        insDoc(aux2, gLnk("S", "<font size=3>27</font>", "weekly_bulletin.php?date=2010_Aug_27"))
    aux2 = insFld(aux1, gFld("<font size=3>September</font>", "javascript:undefined"))
                        insDoc(aux2, gLnk("S", "<font size=3>02</font>", "weekly_bulletin.php?date=2010_Sep_02"))
