// *** DO NOT EDIT THIS FILE! ***
// created Wed Oct 10 13:41:28 2007
// by /opt/ptk/bin/jsmenu
// from alumnimenu.menu


courtyard = createMenu( "courtyard" );

    courtyard.width = "150px";
    courtyard.ref = "http://www.ptk.org/foundation/f_alpha.htm";
    courtyard.anchortype = ANCHOR_TYPE_RIGHT;
    courtyard.sticky = true;

    setMenuGroup(courtyard, vgroup);

    courtyard_01 = createMenuItem( "About the Alpha Courtyard", "http://www.ptk.org/foundation/f_alpha.htm" );
    courtyard_02 = createMenuItem( "Order a Courtyard Brick (PDF)", "http://www.ptk.org/foundation/brick_web06.pdf" );

    addMenuComponent( courtyard, courtyard_01 );
    addMenuComponent( courtyard, courtyard_02 );


alumniassocresources = createMenu( "alumniassocresources" );

    alumniassocresources.width = "150px";
    alumniassocresources.ref = "http://www.ptk.org/alumni/al_intro.htm";
    alumniassocresources.anchortype = ANCHOR_TYPE_RIGHT;
    alumniassocresources.sticky = true;

    setMenuGroup(alumniassocresources, vgroup);

    alumniassocresources_01 = createMenuItem( "Alumni Association Directory", "http://www.ptk.org/alumni/al_intro.htm" );
    alumniassocresources_02 = createMenuItem( "Alumni Association Annual Report", "http://www.ptk.org/alumni/annreport.htm" );
    alumniassocresources_03 = createMenuItem( "Alumni Association Best Practices Form", "http://www.ptk.org/alumni/assocbestpractices.htm" );
    alumniassocresources_04 = createMenuItem( "Alumni Associations’ Best Practices Directory (PDF)", "http://www.ptk.org/alumni/alumni_assoc_best_practices.pdf" );
    alumniassocresources_05 = createMenuItem( "Chartering an Alumni Association", "http://www.ptk.org/alumni/chartering.htm" );
    alumniassocresources_06 = createMenuItem( "Alumni Association Award of Merit", "http://www.ptk.org/alumni/awards.htm#merit" );
    alumniassocresources_07 = createMenuItem( "Phi Theta Kappa Foundation", "http://www.ptk.org/foundation/" );

    addMenuComponent( alumniassocresources, alumniassocresources_01 );
    addMenuComponent( alumniassocresources, alumniassocresources_02 );
    addMenuComponent( alumniassocresources, alumniassocresources_03 );
    addMenuComponent( alumniassocresources, alumniassocresources_04 );
    addMenuComponent( alumniassocresources, alumniassocresources_05 );
    addMenuComponent( alumniassocresources, alumniassocresources_06 );
    addMenuComponent( alumniassocresources, alumniassocresources_07 );


alumniresources = createMenu( "alumniresources" );

    alumniresources.width = "150px";
    alumniresources.ref = "http://www.ptk.org/alumni/";
    alumniresources.anchortype = ANCHOR_TYPE_RIGHT;
    alumniresources.sticky = true;

    setMenuGroup(alumniresources, vgroup);

    alumniresources_01 = createMenuItem( "Welcome to Alumni Resources", "http://www.ptk.org/alumni/" );
    alumniresources_02 = createMenuItem( "Alumni Directory", "http://www.ptk.org/alumni/al_dir.htm" );
    alumniresources_03 = createMenuItem( "Alumni Association Directory", "http://www.ptk.org/alumni/al_intro.htm" );
    alumniresources_04 = createMenuItem( "Alumni Guidelines and Benefits", "http://www.ptk.org/alumni/guidelines.htm" );
    alumniresources_05 = createMenuItem( "Alumni Awards", "http://www.ptk.org/alumni/awards.htm" );
    alumniresources_06 = createMenuItem( "Outstanding Alumni", "http://www.ptk.org/alumni/outstanding.htm" );
    alumniresources_07 = createMenuItem( "Board of Directors Alumni Achievement Award", "http://www.ptk.org/alumni/awards.htm#achieve" );
    alumniresources_08 = createMenuItem( "Alumni Advisory Council", "http://www.ptk.org/alumni/al_advcouncil.htm" );
    alumniresources_09 = createMenuItem( "Alumni eNewsletter", "http://www.ptk.org/alumni/enewsletter/" );
    alumniresources_10 = createMenuItem( "Alumni Notes", "http://www.ptk.org/index.php/alumni/notes" );
    alumniresources_11 = createMenuItem( "Alumni Notes Submission Form", "http://www.ptk.org/alumni/al_notesfrm.htm" );
    alumniresources_12 = createMenuItem( "Phi Theta Kappa Foundation", "http://www.ptk.org/foundation/" );

    addMenuComponent( alumniresources, alumniresources_01 );
    addMenuComponent( alumniresources, alumniresources_02 );
    addMenuComponent( alumniresources, alumniresources_03 );
    addMenuComponent( alumniresources, alumniresources_04 );
    addMenuComponent( alumniresources, alumniresources_05 );
    addMenuComponent( alumniresources, alumniresources_06 );
    addMenuComponent( alumniresources, alumniresources_07 );
    addMenuComponent( alumniresources, alumniresources_08 );
    addMenuComponent( alumniresources, alumniresources_09 );
    addMenuComponent( alumniresources, alumniresources_10 );
    addMenuComponent( alumniresources, alumniresources_11 );
    addMenuComponent( alumniresources, alumniresources_12 );

    drawMenu( alumniresources, 0, 0 );
    drawMenu( alumniassocresources, 0, 0 );
    drawMenu( courtyard, 0, 0 );

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