var courses  = new MenuList();
    courses.APPEND("Undergraduate"           ,"ugcourses_vtu.php");
    courses.APPEND("Postgraduate"           ,"pgcourses_vtu.php");
    courses.APPEND("PhD"           ,"phd_vtu.php");
        


    var regions   = new MenuList()
    regions.APPEND("Bangalore","bang_reg.php");
    regions.APPEND("Belgaum","bel_reg.php");
    regions.APPEND("Gulbarga","gul_reg.php");
    regions.APPEND("Mysore","mys_reg.php");


    var about  = new MenuList();
    about.APPEND("History" ,"history_vtu.php");
    about.APPEND("Vision"        ,"vision_vtu.php");
    about.APPEND("Mandate"        ,"mandate_vtu.php");
    about.APPEND("Mission"        ,"mission_vtu.php");
    about.APPEND("Future Plans"        ,"fplan_vtu.php");

    

    var MNUtech     = new MenuList();
    MNUtech.APPEND("Databases"              ,"");
    MNUtech.APPEND("Desktop Computing"      ,"");
    MNUtech.APPEND("E-Commerce"             ,"");
    MNUtech.APPEND("Enterprise Apps"        ,"");
    MNUtech.APPEND("Internet/Intranet"      ,"");
    MNUtech.APPEND("Mobile Computing"       ,"");
    MNUtech.APPEND("Networking"             ,"");
    MNUtech.APPEND("Storage"                ,"");


    var MNUnec      = new MenuList();
    MNUnec.APPEND("Review: Two unique color printers","");
    MNUnec.APPEND("What's wrong with MS-Exchange"   ,"");
    MNUnec.APPEND("TestDrive: Internet Explorer 5.0","");
    MNUnec.APPEND("Netscape Preps Metadirectory"    ,"");
    MNUnec.APPEND("No Laptop Lite Enough"           ,"");
    MNUnec.APPEND("The Last artical in this menu"   ,"");
