// *** DO NOT EDIT THIS FILE! ***
// created Wed Jun  1 08:56:31 2005
// by /opt/ptk/bin/jsmenu
// from nsfmenu.menu


mentoring = createMenu( "mentoring" );

    mentoring.width = "150px";
    mentoring.ref = "http://www.ptk.org/special/nsf/teacherproject/";
    mentoring.anchortype = ANCHOR_TYPE_RIGHT;
    mentoring.sticky = true;

    setMenuGroup(mentoring, vgroup);

    mentoring_01 = createMenuItem( "Teacher Project Index", "http://www.ptk.org/special/nsf/teacherproject/" );
    mentoring_02 = createMenuItem( "Exemplary Teacher Preparation Programs", "http://www.ptk.org/special/nsf/teacherproject/presentations.htm" );
    mentoring_03 = createMenuItem( "National Teacher Preparation Conference II", "http://www.ptk.org/special/nsf/teacherproject/conf2.htm" );
    mentoring_04 = createMenuItem( "Selected Colleges", "http://www.ptk.org/special/nsf/teacherproject/colleges.htm" );
    mentoring_05 = createMenuItem( "Project Features", "http://www.ptk.org/special/nsf/teacherproject/features.htm" );
    mentoring_06 = createMenuItem( "Teacher Mentor Corps for Selected Colleges", "http://www.ptk.org/special/nsf/teacherproject/teachprep.htm" );

    addMenuComponent( mentoring, mentoring_01 );
    addMenuComponent( mentoring, mentoring_02 );
    addMenuComponent( mentoring, mentoring_03 );
    addMenuComponent( mentoring, mentoring_04 );
    addMenuComponent( mentoring, mentoring_05 );
    addMenuComponent( mentoring, mentoring_06 );


nsfresources = createMenu( "nsfresources" );

    nsfresources.width = "150px";
    nsfresources.ref = "http://www.ptk.org/special/nsf/";
    nsfresources.anchortype = ANCHOR_TYPE_RIGHT;
    nsfresources.sticky = true;

    setMenuGroup(nsfresources, vgroup);

    nsfresources_01 = createMenuItem( "National Science Foundation Index", "http://www.ptk.org/special/nsf/" );
    nsfresources_02 = createMenuItem( "Summer 2005 National Science Foundation Newsletter", "http://www.ptk.org/special/nsf/newsletter/sum05/contents.htm" );
    nsfresources_03 = createMenuItem( "National Science Foundation Official Website", "http://www.nsf.gov/" );

    addMenuComponent( nsfresources, nsfresources_01 );
    addMenuComponent( nsfresources, nsfresources_02 );
    addMenuComponent( nsfresources, nsfresources_03 );

    drawMenu( nsfresources, 0, 0 );
    drawMenu( mentoring, 0, 0 );

// *** DO NOT EDIT THIS FILE! ***
// ----------- end --------------
