<!--
        /////////////////////////////////////////////////////////////////////////////////
        //        THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
        //
        
        
        var tableWidth = 700;                                // The size of the top navigation table 
        var delay = 100;                                        // The length of time to hide the previous layer
        var offsetWidth = 130;                                // This is the width between the start of the table to the top navigation
        var layoutSize = 700;                                // This is the width of the entire site
        
        // This is where you change the table cells attributes
//#009A7B        var tdOff = "#5293D1";                                // The roll off/default color for the table cell
        var tdOff = "#009346";                                // The roll off/default color for the table cell
//        #007157var tdOn = "#1D7FDB";                                // The roll over color for the table cell
    var tdOn = "#84CFA5";                                // The roll over color for the table cell
        var lineSeperatorColor = "#EFF3F7";        // This is the color of the line that seperated the links in the layer
        var border = true;                                        // Show border if set to true
        var borderColor = "#EFF3F7";                // This will be the border color around the drop down layers
        var tdClass = "class='dropLinks'";        // Class applied to the links in the table cell
        var tdHeight = "height='20'";                // Height of each table cell
        
        var totalImages = 2        // Total amount of images on top nav
        // [ starting left position, [[text link, actual link],[text link, actual link]], layer width ]
        function windowopen(){
                window.open('#','_blank','toolbar=no,resizable=no,scrollbars,dependent,left=100,top=50,width=795,height=400');
        }
        var dropDownArray = new Array( 
                                                                            [0,0,0,0,0,0],
            [162,        [["志愿服务","../cn/main.php?type=zyfu"],
                         ["社会服务","../cn/main.php?type=shfw"],
                         ["备灾救灾","../cn/main.php?type=bzjz"],
                         ["救护培训","../cn/jzpx.php?type=jhpx"],
                         ["无偿献血","../cn/main.php?type=wcxx"],
                         ["造血干细胞","../cn/zxgxb.php?type=zxgxb"],
                         ["器官捐献","../cn/main.php?type=ytjxx"]],90],
            [350,         [["相关法律","../cn/list.php?type=xgfl"],
                          ["政策法规","../cn/list.php?type=zcfg"],
                          ["本市文件","../cn/list.php?type=bswj"]],90]
                                                                );
        // HOW TO CALL AN INDEX OF THE ARRAY:                                                                
        //dropDownArray[0][0] = Left Position;
        //dropDownArray[0][2] = num;
        //dropDownArray[0][1][0][0] = link Text;
        //dropDownArray[0][1][0][1] = actual link;
// -->