/*------------------------------------------- Choice One OnLine's Registration Code -------------------------------------------*/ limit_multiple_users = true sequence = "9x88_4" /*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 130 //default sub menu widths dqm__sub_xy = "0,0" //default sub x,y coordinates - defined relative //to the top-left corner of parent image or sub menu dqm__urltarget = "_self" //default URL target: _self, _parent, _new, or "my frame name" dqm__border_width = 1 dqm__divider_height = 1 dqm__border_color = "#4189C6" //Hex color or 'transparent' dqm__menu_bgcolor = "#2E618D" //Hex color or 'transparent' dqm__hl_bgcolor = "#819E40" dqm__mouse_off_delay = 0 //defined in milliseconds (activated after mouse stops) dqm__nn4_mouse_off_delay = 0 //defined in milliseconds (activated after leaving sub) /*------------------------------------------- Font settings and margins --------------------------------------------*/ //Font settings dqm__textcolor = "#FFFFFF" dqm__fontfamily = "Verdana" //Any available system font dqm__fontsize = 10 //Defined with pixel sizing dqm__fontsize_ie4 = 9 //Defined with point sizing dqm__textdecoration = "normal" //set to: 'normal', or 'underline' dqm__fontweight = "bold" //set to: 'normal', or 'bold' dqm__fontstyle = "normal" //set to: 'normal', or 'italic' //Rollover font settings dqm__hl_textcolor = "#FFFFFF" dqm__hl_textdecoration = "normal" //set to: 'normal', or 'underline' //Margins and text alignment dqm__text_alignment = "left" //set to: 'left', 'center' or 'right' dqm__margin_top = 2 dqm__margin_bottom = 3 dqm__margin_left = 5 dqm__margin_right = 4 /*------------------------------------------- Bullet and Icon image library - Unlimited bullet or icon images may be defined below and then associated with any sub menu items within the 'Sub Menu Structure and Text' section of this data file. --------------------------------------------*/ //Relative positioned icon images (flow with sub item text) dqm__icon_image0 = jsImage + "sample_images/bullet.gif" dqm__icon_rollover0 = jsImage + "sample_images/bullet_hl.gif" dqm__icon_image_wh0 = "13,8" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = jsImage + "sample_images/arrow.gif" dqm__2nd_icon_rollover0 = jsImage + "sample_images/arrow.gif" dqm__2nd_icon_image_wh0 = "13,10" dqm__2nd_icon_image_xy0 = "0,4" /*--------------------------------------------- Optional Status Bar Text -----------------------------------------------*/ dqm__show_urls_statusbar = false //dqm__status_text0 = "Sample text - Main Menu Item 0" //dqm__status_text1 = "Sample text - Main Menu Item 1" //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0" //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1" /*------------------------------------------- Internet Explorer Transition Effects --------------------------------------------*/ //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch dqm__sub_menu_effect = "iris" dqm__sub_item_effect = "none" //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = .1 dqm__sub_item_effect_duration = .1 //Specific settings for various transitions. dqm__effect_pixelate_maxsqare = 25 dqm__effect_iris_irisstyle = "CIRCLE" //CROSS, CIRCLE, PLUS, SQUARE, or STAR dqm__effect_checkerboard_squaresx = 14 dqm__effect_checkerboard_squaresY = 14 dqm__effect_checkerboard_direction = "RIGHT" //UP, DOWN, LEFT, RIGHT //Opacity and drop shadows. dqm__sub_menu_opacity = 100 //1 to 100 dqm__dropshadow_color = "none" //Hex color value or 'none' dqm__dropshadow_offx = 5 //drop shadow width dqm__dropshadow_offy = 5 //drop shadow height /*------------------------------------------- Browser Bug fixes and Workarounds --------------------------------------------*/ //Mac offset fixes, adjust until sub menus position correctly. dqm__ie4mac_offset_X = -8 dqm__ie4mac_offset_Y = -50 //Netscape 4 resize bug workaround. dqm__nn4_reaload_after_resize = true dqm__nn4_resize_prompt_user = false dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button." //Opera 5 & 6, set to true if the menu is the only item on the HTML page. dqm__use_opera_div_detect_fix = true //Pre-defined sub menu item heights for the Espial Escape browser. dqm__escape_item_height = 20 dqm__escape_item_height0_0 = 70 dqm__escape_item_height0_1 = 70 /*--------------------------------------------- Exposed menu events ----------------------------------------------*/ //Reference additional onload statements here. //dqm__onload_code = "" //The 'X' indicates the index number of the sub menu group or item. //The 'X_X' indicates the index number of the sub menu item. dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'" dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'" dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')" /*--------------------------------------------- Specific Sub Menu Settings ----------------------------------------------*/ //The following settings may be defined for specific sub menu groups. //The 'X' represents the index number of the sub menu group. dqm__border_widthX = 10; dqm__divider_heightX = 5; dqm__border_colorX = "#0000ff"; dqm__menu_bgcolorX = "#ff0000" dqm__hl_bgcolorX = "#00ff00" dqm__hl_textcolorX = "#ff0000" dqm__text_alignmentX = "left" //The following settings may be defined for specific sub menu items. //The 'X_X' represents the index number of the sub menu item. dqm__hl_subdescX_X = "custom highlight text" dqm__urltargetX_X = "_new" /*--------------------------------------------- Top Level Mouseover Buttons ----------------------------------------------*/ dqm__rollover_image0 = navImage + "nav_about_on.gif" dqm__rollover_wh0 = "64,27" dqm__url0 = "http://www.sjci.com/about-us.php"; dqm__rollover_image1 = navImage + "nav_academics_on.gif" dqm__rollover_wh1 = "70,27" dqm__url1 = "http://www.sjci.com/academics.php"; dqm__rollover_image2 = navImage + "nav_admissions_on.gif" dqm__rollover_wh2 = "73,27" dqm__url2 = "http://www.sjci.com/admissions.php"; dqm__rollover_image3 = navImage + "nav_advancement_on.gif" dqm__rollover_wh3 = "86,27" dqm__url3 = "http://www.sjci.com/advancement.php"; dqm__rollover_image4 = navImage + "nav_alumni_on.gif" dqm__rollover_wh4 = "50,27" dqm__url4 = "http://www.sjci.com/alumni.php"; dqm__rollover_image5 = navImage + "nav_athletics_on.gif" dqm__rollover_wh5 = "67,27" dqm__url5 = "http://www.sjci.com/athletics.php"; dqm__rollover_image6 = navImage + "nav_campus_on.gif" dqm__rollover_wh6 = "103,27" dqm__url6 = "http://www.sjci.com/campus-ministry.php"; dqm__rollover_image7 = navImage + "nav_parents_on.gif" dqm__rollover_wh7 = "58,27" dqm__url7 = "http://www.sjci.com/parents.php"; dqm__rollover_image8 = navImage + "nav_students_on.gif" dqm__rollover_wh8 = "64,27" dqm__url8 = "http://www.sjci.com/students.php"; dqm__rollover_image9 = navImage + "nav_contact_on.gif" dqm__rollover_wh9 = "77,27" dqm__url9 = "/contact.php"; dqm__rollover_image10 = navImage + "nav_webmail_on.gif" dqm__rollover_wh10 = "58,27" dqm__url10 = "http://www.sjci.com/webmail.php"; /*--------------------------------------------- Second Level Drop Down Buttons ----------------------------------------------*/ /*--------------------------------------------- Top Level Subnav function usage: subs(parent ID, menu ID) ----------------------------------------------*/ dqm__sub_xy0 = "-63,26"; dqm__sub_menu_width0 = 150; dqm__subdesc0_0 = "Welcome"; dqm__url0_0 = "http://www.sjci.com/welcome.php"; dqm__subdesc0_1 = "Mission Statement"; dqm__url0_1 = "http://www.sjci.com/mission-statement.php"; dqm__subdesc0_2 = "St. John Baptist de La Salle"; dqm__url0_2 = "http://www.sjci.com/st-john-baptist-de-la-salle.php"; dqm__subdesc0_3 = "History"; dqm__url0_3 = "http://www.sjci.com/history.php"; dqm__subdesc0_4 = "Board of Trustees"; dqm__url0_4 = "http://www.sjci.com/board-of-trustees.php"; dqm__subdesc0_5 = "Administration & Staff"; dqm__url0_5 = "http://www.sjci.com/administration-staff.php"; dqm__subdesc0_6 = "Fast Facts"; dqm__url0_6 = "http://www.sjci.com/fast-facts.php"; dqm__subdesc0_7 = "Academic Calendar (About Us)"; dqm__url0_7 = "http://www.sjci.com/academic-calendar-about-us-.php"; dqm__subdesc0_8 = "Driving Directions"; dqm__url0_8 = "http://www.sjci.com/driving-directions.php"; dqm__subdesc0_9 = "The Collegiate Magazine"; dqm__url0_9 = "http://www.sjci.com/the-collegiate-magazine.php"; dqm__subdesc0_10 = "SJCI Online Store"; dqm__url0_10 = "http://www.sjci.com/sjci-online-store.php"; dqm__subdesc0_11 = "Events Calendar"; dqm__url0_11 = "http://www.sjci.com/events-calendar.php"; dqm__subdesc0_12 = "Employment Opportunities"; dqm__url0_12 = "http://www.sjci.com/employment-opportunities.php"; dqm__subdesc0_13 = "Saint Augustine Scholars"; dqm__url0_13 = "http://www.sjci.com/saint-augustine-scholars.php"; dqm__sub_xy1 = "-70,26"; dqm__sub_menu_width1 = 150; dqm__subdesc1_0 = "Computer Technology"; dqm__url1_0 = "http://www.sjci.com/computer-technology.php"; dqm__subdesc1_1 = "English"; dqm__url1_1 = "http://www.sjci.com/english.php"; dqm__subdesc1_1_0 = "London Seminar"; dqm__url1_1_0 = "http://www.sjci.com/london-seminar.php"; dqm__subdesc1_2 = "Guidance"; dqm__url1_2 = "http://www.sjci.com/guidance.php"; dqm__subdesc1_2_0 = "Helpful Forms & Links"; dqm__url1_2_0 = "http://www.sjci.com/helpful-forms-links.php"; dqm__subdesc1_2_1 = "Freshmen"; dqm__url1_2_1 = "http://www.sjci.com/freshmen.php"; dqm__subdesc1_2_2 = "Sophomores"; dqm__url1_2_2 = "http://www.sjci.com/sophomores.php"; dqm__subdesc1_2_3 = "Juniors"; dqm__url1_2_3 = "http://www.sjci.com/juniors.php"; dqm__subdesc1_2_4 = "Seniors"; dqm__url1_2_4 = "http://www.sjci.com/seniors.php"; dqm__subdesc1_2_5 = "College Acceptances"; dqm__url1_2_5 = "http://www.sjci.com/college-acceptances.php"; dqm__subdesc1_2_6 = "Scholarships For Students"; dqm__url1_2_6 = "http://www.sjci.com/scholarships-for-students.php"; dqm__subdesc1_2_7 = "Summer Programs"; dqm__url1_2_7 = "http://www.sjci.com/summer-programs.php"; dqm__subdesc1_2_8 = "Careers"; dqm__url1_2_8 = "http://www.sjci.com/careers.php"; dqm__subdesc1_3 = "Independent Electives"; dqm__url1_3 = "http://www.sjci.com/independent-electives.php"; dqm__subdesc1_4 = "Library"; dqm__url1_4 = "http://www.sjci.com/library.php"; dqm__subdesc1_4_0 = "Databases"; dqm__url1_4_0 = "http://www.sjci.com/databases.php"; dqm__subdesc1_5 = "Mathematics"; dqm__url1_5 = "http://www.sjci.com/mathematics.php"; dqm__subdesc1_6 = "Modern Languages"; dqm__url1_6 = "http://www.sjci.com/modern-languages.php"; dqm__subdesc1_7 = "Physical Education / Health"; dqm__url1_7 = "http://www.sjci.com/physical-education-health.php"; dqm__subdesc1_8 = "Religion"; dqm__url1_8 = "http://www.sjci.com/religion.php"; dqm__subdesc1_9 = "Science"; dqm__url1_9 = "http://www.sjci.com/science.php"; dqm__subdesc1_10 = "Social Studies"; dqm__url1_10 = "http://www.sjci.com/social-studies.php"; dqm__subdesc1_11 = "Visual & Performing Arts"; dqm__url1_11 = "http://www.sjci.com/visual-performing-arts.php"; dqm__subdesc1_11_0 = "Events - Visual & Performance Arts"; dqm__url1_11_0 = "http://www.sjci.com/events-visual-performance-arts.php"; dqm__subdesc1_11_1 = "Artists in Residence Program"; dqm__url1_11_1 = "http://www.sjci.com/artists-in-residence-program.php"; dqm__subdesc1_11_1_0 = "Choral Workshops 2009-2010"; dqm__url1_11_1_0 = "http://www.sjci.com/choral-workshops-2009-2010.php"; dqm__subdesc1_11_1_1 = "Artists in Residence List"; dqm__url1_11_1_1 = "http://www.sjci.com/artists-in-residence-list.php"; dqm__subdesc1_11_1_2 = "Fall 2009 Dance Workshop Series "; dqm__url1_11_1_2 = "http://www.sjci.com/fall-2009-dance-workshop-series.php"; dqm__subdesc1_11_1_3 = "Visual Arts Workshops for 2009-2010"; dqm__url1_11_1_3 = "http://www.sjci.com/visual-arts-workshops-for-2009-2010.php"; dqm__subdesc1_11_1_4 = "Drama Workshops for 2009-2010"; dqm__url1_11_1_4 = "http://www.sjci.com/drama-workshops-for-2009-2010.php"; dqm__subdesc1_11_1_5 = "Instrumental Workshops for 2009-2010"; dqm__url1_11_1_5 = "http://www.sjci.com/instrumental-workshops-for-2009-2010.php"; dqm__subdesc1_11_2 = "Fine Arts Wall of Honor"; dqm__url1_11_2 = "http://www.sjci.com/fine-arts-wall-of-honor.php"; dqm__subdesc1_11_2_0 = "Fine Arts Wall of Honor Members"; dqm__url1_11_2_0 = "http://www.sjci.com/fine-arts-wall-of-honor-members.php"; dqm__subdesc1_11_3 = "Choral"; dqm__url1_11_3 = "http://www.sjci.com/choral.php"; dqm__subdesc1_11_4 = "Instrumental"; dqm__url1_11_4 = "http://www.sjci.com/instrumental.php"; dqm__subdesc1_11_5 = "Theatre"; dqm__url1_11_5 = "http://www.sjci.com/theatre.php"; dqm__subdesc1_11_6 = "Visual Arts"; dqm__url1_11_6 = "http://www.sjci.com/visual-arts.php"; dqm__subdesc1_12 = "Academic Calendar"; dqm__url1_12 = "http://www.sjci.com/academic-calendar.php"; dqm__subdesc1_13 = "Summer Reading Requirement"; dqm__url1_13 = "http://www.sjci.com/summer-reading-requirement.php"; dqm__subdesc1_14 = "Admin. and Staff"; dqm__url1_14 = "http://www.sjci.com/admin-and-staff.php"; dqm__subdesc1_15 = "Faculty - Alpha"; dqm__url1_15 = "http://www.sjci.com/faculty-alpha.php"; dqm__subdesc1_16 = "Faculty - by Dept."; dqm__url1_16 = "http://www.sjci.com/faculty-by-dept-.php"; dqm__subdesc1_17 = "Master Course List 2010-2011"; dqm__url1_17 = "http://www.sjci.com/master-course-list-2010-2011.php"; dqm__sub_xy2 = "-73,26"; dqm__sub_menu_width2 = 150; dqm__subdesc2_0 = "Applying To St. Joe's"; dqm__url2_0 = "http://www.sjci.com/applying-to-st-joe-s.php"; dqm__subdesc2_0_0 = "Elementary Students"; dqm__url2_0_0 = "http://www.sjci.com/elementary-students.php"; dqm__subdesc2_0_1 = "Transfer Students"; dqm__url2_0_1 = "http://www.sjci.com/transfer-students.php"; dqm__subdesc2_0_2 = "Important Dates & Events"; dqm__url2_0_2 = "http://www.sjci.com/important-dates-events.php"; dqm__subdesc2_0_3 = "7th Grade Practice Entrance Exam"; dqm__url2_0_3 = "http://www.sjci.com/7th-grade-practice-entrance-exam.php"; dqm__subdesc2_0_4 = "Eighth Graders - Apply Today!"; dqm__url2_0_4 = "http://www.sjci.com/eighth-graders-apply-today-.php"; dqm__subdesc2_1 = "Admissions Program"; dqm__url2_1 = "http://www.sjci.com/admissions-program.php"; dqm__subdesc2_1_0 = "Collegiate Summer"; dqm__url2_1_0 = "http://www.sjci.com/collegiate-summer.php"; dqm__subdesc2_1_1 = "Marauder For A Day Program"; dqm__url2_1_1 = "http://www.sjci.com/marauder-for-a-day-program.php"; dqm__subdesc2_1_2 = "PrepCourse"; dqm__url2_1_2 = "http://www.sjci.com/prepcourse.php"; dqm__subdesc2_1_3 = "Summer Sports Camps"; dqm__url2_1_3 = "http://www.sjci.com/summer-sports-camps.php"; dqm__subdesc2_2 = "Scholarships & Financial Aid"; dqm__url2_2 = "http://www.sjci.com/scholarships-financial-aid.php"; dqm__subdesc2_2_0 = "Academic Scholarships"; dqm__url2_2_0 = "http://www.sjci.com/academic-scholarships.php"; dqm__subdesc2_2_1 = "Tuition Assistance Program"; dqm__url2_2_1 = "http://www.sjci.com/tuition-assistance-program.php"; dqm__subdesc2_2_2 = "Supplementary Work Program"; dqm__url2_2_2 = "http://www.sjci.com/supplementary-work-program.php"; dqm__subdesc2_3 = "Applications"; dqm__url2_3 = "http://www.sjci.com/applications.php"; dqm__subdesc2_4 = "Contact Admissions"; dqm__url2_4 = "http://www.sjci.com/contact-admissions.php"; dqm__subdesc2_5 = "Driving Directions to St. Joe's"; dqm__url2_5 = "http://www.sjci.com/driving-directions-to-st-joe-s.php"; dqm__subdesc2_6 = "Transportation"; dqm__url2_6 = "http://www.sjci.com/transportation.php"; dqm__subdesc2_7 = "Why St. Joe's"; dqm__url2_7 = "http://www.sjci.com/why-st-joe-s.php"; dqm__sub_xy3 = "-86,26"; dqm__sub_menu_width3 = 150; dqm__subdesc3_0 = "Ways to Give"; dqm__url3_0 = "http://www.sjci.com/ways-to-give.php"; dqm__subdesc3_1 = "John Barden Society"; dqm__url3_1 = "http://www.sjci.com/john-barden-society.php"; dqm__subdesc3_2 = "Donate Online - Advancement"; dqm__url3_2 = "http://www.sjci.com/donate-online-advancement.php"; dqm__subdesc3_3 = "Lasallian 2010 Dinner & Auction"; dqm__url3_3 = "http://www.sjci.com/lasallian-2010-dinner-auction.php"; dqm__subdesc3_3_0 = "Calendar of Events"; dqm__url3_3_0 = "http://www.sjci.com/calendar-of-events.php"; dqm__subdesc3_3_1 = "Auction Sponsorships & Donations"; dqm__url3_3_1 = "http://www.sjci.com/auction-sponsorships-donations.php"; dqm__subdesc3_3_2 = "Volunteer Opportunities"; dqm__url3_3_2 = "http://www.sjci.com/volunteer-opportunities.php"; dqm__subdesc3_3_3 = "Lasallian Gift \"Wish List\""; dqm__url3_3_3 = "http://www.sjci.com/lasallian-gift-wish-list-.php"; dqm__subdesc3_3_4 = "\"First Choice\" Raffle Prizes & Tickets"; dqm__url3_3_4 = "http://www.sjci.com/-first-choice-raffle-prizes-tickets.php"; dqm__subdesc3_3_5 = "Auction Catalog-Available February 1st"; dqm__url3_3_5 = "http://www.sjci.com/auction-catalog-available-february-1st.php"; dqm__subdesc3_3_6 = "Reservations / Patrons"; dqm__url3_3_6 = "http://www.sjci.com/reservations-patrons.php"; dqm__subdesc3_4 = "Capital Campaign"; dqm__url3_4 = "http://www.sjci.com/capital-campaign.php"; dqm__subdesc3_4_0 = "The Buzz"; dqm__url3_4_0 = "http://www.sjci.com/the-buzz.php"; dqm__subdesc3_4_1 = "Steering Committee"; dqm__url3_4_1 = "http://www.sjci.com/steering-committee.php"; dqm__subdesc3_4_2 = "Renderings"; dqm__url3_4_2 = "http://www.sjci.com/renderings.php"; dqm__subdesc3_4_3 = "Photos"; dqm__url3_4_3 = "http://www.sjci.com/photos.php"; dqm__subdesc3_4_4 = "Athletic Complex Complete - Science Center Next"; dqm__url3_4_4 = "http://www.sjci.com/athletic-complex-complete-science-center-next.php"; dqm__subdesc3_4_5 = "Robert T. Scott, AFSC Athletic Complex"; dqm__url3_4_5 = "http://www.sjci.com/robert-t-scott-afsc-athletic-complex.php"; dqm__subdesc3_4_6 = "Webcamera"; dqm__url3_4_6 = "http://www.sjci.com/webcamera.php"; dqm__subdesc3_5 = "Lock Up Your Legacy"; dqm__url3_5 = "http://www.sjci.com/lock-up-your-legacy.php"; dqm__sub_xy4 = "-50,26"; dqm__sub_menu_width4 = 150; dqm__subdesc4_0 = "Alumni Association"; dqm__url4_0 = "http://www.sjci.com/alumni-association.php"; dqm__subdesc4_1 = "Reunions"; dqm__url4_1 = "http://www.sjci.com/reunions.php"; dqm__subdesc4_1_0 = "Classes Celebrating Reunions In 2010"; dqm__url4_1_0 = "http://www.sjci.com/classes-celebrating-reunions-in-2010.php"; dqm__subdesc4_1_1 = "50 Year Jubilee Reunion"; dqm__url4_1_1 = "http://www.sjci.com/50-year-jubilee-reunion.php"; dqm__subdesc4_1_2 = "Golden Plus Reunions"; dqm__url4_1_2 = "http://www.sjci.com/golden-plus-reunions.php"; dqm__subdesc4_1_3 = "St. Joe's Alumni Weekend 2010"; dqm__url4_1_3 = "http://www.sjci.com/st-joe-s-alumni-weekend-2010.php"; dqm__subdesc4_1_4 = "Class of 2009 Reunion Party"; dqm__url4_1_4 = "http://www.sjci.com/class-of-2009-reunion-party.php"; dqm__subdesc4_2 = "Alumni Special Events"; dqm__url4_2 = "http://www.sjci.com/alumni-special-events.php"; dqm__subdesc4_2_0 = "Bob Ivory Run"; dqm__url4_2_0 = "http://www.sjci.com/bob-ivory-run.php"; dqm__subdesc4_2_1 = "Sports Hall of Fame"; dqm__url4_2_1 = "http://www.sjci.com/sports-hall-of-fame.php"; dqm__subdesc4_2_1_0 = "Sports Hall of Fame Members"; dqm__url4_2_1_0 = "http://www.sjci.com/sports-hall-of-fame-members.php"; dqm__subdesc4_2_2 = "Signum Fidei"; dqm__url4_2_2 = "http://www.sjci.com/signum-fidei.php"; dqm__subdesc4_2_2_0 = "Signum Fidei Society Members"; dqm__url4_2_2_0 = "http://www.sjci.com/signum-fidei-society-members.php"; dqm__subdesc4_2_3 = "Man of the Year"; dqm__url4_2_3 = "http://www.sjci.com/man-of-the-year.php"; dqm__subdesc4_2_3_0 = "Man of the Year Awardees"; dqm__url4_2_3_0 = "http://www.sjci.com/man-of-the-year-awardees.php"; dqm__subdesc4_2_4 = "Fine Arts Wall of Honor - Alumni"; dqm__url4_2_4 = "http://www.sjci.com/fine-arts-wall-of-honor-alumni.php"; dqm__subdesc4_2_4_0 = "Fine Arts Wall of Honor Inductees"; dqm__url4_2_4_0 = "http://www.sjci.com/fine-arts-wall-of-honor-inductees.php"; dqm__subdesc4_2_5 = "Out-of-Town Alumni Receptions"; dqm__url4_2_5 = "http://www.sjci.com/out-of-town-alumni-receptions.php"; dqm__subdesc4_3 = "Tell Us About Yourself"; dqm__url4_3 = "http://www.sjci.com/tell-us-about-yourself.php"; dqm__subdesc4_4 = "Alumni Notes"; dqm__url4_4 = "http://www.sjci.com/alumni-notes.php"; dqm__subdesc4_5 = "Online Donation Form"; dqm__url4_5 = "http://www.sjci.com/online-donation-form.php"; dqm__subdesc4_6 = "Transcript Request"; dqm__url4_6 = "http://www.sjci.com/transcript-request.php"; dqm__subdesc4_7 = "Alumni Calendar"; dqm__url4_7 = "http://www.sjci.com/alumni-calendar.php"; dqm__subdesc4_8 = "Volunteer"; dqm__url4_8 = "http://www.sjci.com/volunteer.php"; dqm__sub_xy5 = "-67,26"; dqm__sub_menu_width5 = 150; dqm__subdesc5_0 = "Scoreboard"; dqm__url5_0 = "http://www.sjci.com/scoreboard.php"; dqm__subdesc5_1 = "Robert T. Scott Athletic Complex"; dqm__url5_1 = "http://www.sjci.com/robert-t-scott-athletic-complex.php"; dqm__subdesc5_2 = "Baseball"; dqm__url5_2 = "http://www.sjci.com/baseball.php"; dqm__subdesc5_2_0 = "Varsity Baseball"; dqm__url5_2_0 = "http://www.sjci.com/varsity-baseball.php"; dqm__subdesc5_2_1 = "J.V. Maroon Baseball"; dqm__url5_2_1 = "http://www.sjci.com/j-v-maroon-baseball.php"; dqm__subdesc5_2_2 = "J.V. White Baseball"; dqm__url5_2_2 = "http://www.sjci.com/j-v-white-baseball.php"; dqm__subdesc5_3 = "Basketball"; dqm__url5_3 = "http://www.sjci.com/basketball.php"; dqm__subdesc5_3_0 = "Varsity Basketball"; dqm__url5_3_0 = "http://www.sjci.com/varsity-basketball.php"; dqm__subdesc5_3_1 = "J.V. Basketball"; dqm__url5_3_1 = "http://www.sjci.com/j-v-basketball.php"; dqm__subdesc5_3_2 = "Freshman Basketball"; dqm__url5_3_2 = "http://www.sjci.com/freshman-basketball.php"; dqm__subdesc5_4 = "Bowling"; dqm__url5_4 = "http://www.sjci.com/bowling.php"; dqm__subdesc5_4_0 = "Varsity Bowling"; dqm__url5_4_0 = "http://www.sjci.com/varsity-bowling.php"; dqm__subdesc5_4_1 = "J.V. Bowling"; dqm__url5_4_1 = "http://www.sjci.com/j-v-bowling.php"; dqm__subdesc5_5 = "Crew"; dqm__url5_5 = "http://www.sjci.com/crew.php"; dqm__subdesc5_5_0 = "Varsity Crew"; dqm__url5_5_0 = "http://www.sjci.com/varsity-crew.php"; dqm__subdesc5_6 = "Cross Country"; dqm__url5_6 = "http://www.sjci.com/cross-country.php"; dqm__subdesc5_6_0 = "Varsity Cross Country"; dqm__url5_6_0 = "http://www.sjci.com/varsity-cross-country.php"; dqm__subdesc5_6_1 = "2008 Season Results"; dqm__url5_6_1 = "http://www.sjci.com/2008-season-results.php"; dqm__subdesc5_6_2 = "Freshman Cross Country"; dqm__url5_6_2 = "http://www.sjci.com/freshman-cross-country.php"; dqm__subdesc5_7 = "Football"; dqm__url5_7 = "http://www.sjci.com/football.php"; dqm__subdesc5_7_0 = "Varsity Football"; dqm__url5_7_0 = "http://www.sjci.com/varsity-football.php"; dqm__subdesc5_7_1 = "J.V. Football"; dqm__url5_7_1 = "http://www.sjci.com/j-v-football.php"; dqm__subdesc5_7_2 = "Freshman Football"; dqm__url5_7_2 = "http://www.sjci.com/freshman-football.php"; dqm__subdesc5_8 = "Golf"; dqm__url5_8 = "http://www.sjci.com/golf.php"; dqm__subdesc5_8_0 = "Varsity Golf"; dqm__url5_8_0 = "http://www.sjci.com/varsity-golf.php"; dqm__subdesc5_9 = "Hockey"; dqm__url5_9 = "http://www.sjci.com/hockey.php"; dqm__subdesc5_9_0 = "Federation Hockey"; dqm__url5_9_0 = "http://www.sjci.com/federation-hockey.php"; dqm__subdesc5_9_1 = "Varsity \"A\" Hockey"; dqm__url5_9_1 = "http://www.sjci.com/varsity-a-hockey.php"; dqm__subdesc5_9_2 = "Varsity 'B' Hockey"; dqm__url5_9_2 = "http://www.sjci.com/varsity-b-hockey.php"; dqm__subdesc5_9_3 = "J.V. Maroon Hockey"; dqm__url5_9_3 = "http://www.sjci.com/j-v-maroon-hockey.php"; dqm__subdesc5_9_4 = "J.V. White Hockey"; dqm__url5_9_4 = "http://www.sjci.com/j-v-white-hockey.php"; dqm__subdesc5_9_5 = "J.V. Silver Hockey"; dqm__url5_9_5 = "http://www.sjci.com/j-v-silver-hockey.php"; dqm__subdesc5_10 = "Indoor Track"; dqm__url5_10 = "http://www.sjci.com/indoor-track.php"; dqm__subdesc5_10_0 = "Varsity Track"; dqm__url5_10_0 = "http://www.sjci.com/varsity-track.php"; dqm__subdesc5_11 = "Lacrosse"; dqm__url5_11 = "http://www.sjci.com/lacrosse.php"; dqm__subdesc5_11_0 = "Varsity Lacrosse"; dqm__url5_11_0 = "http://www.sjci.com/varsity-lacrosse.php"; dqm__subdesc5_11_1 = "J.V. Lacrosse"; dqm__url5_11_1 = "http://www.sjci.com/j-v-lacrosse.php"; dqm__subdesc5_12 = "Soccer"; dqm__url5_12 = "http://www.sjci.com/soccer.php"; dqm__subdesc5_12_0 = "Varsity Soccer"; dqm__url5_12_0 = "http://www.sjci.com/varsity-soccer.php"; dqm__subdesc5_12_1 = "J.V. Soccer"; dqm__url5_12_1 = "http://www.sjci.com/j-v-soccer.php"; dqm__subdesc5_12_2 = "J.V. \"B\" Frosh"; dqm__url5_12_2 = "http://www.sjci.com/j-v-b-frosh.php"; dqm__subdesc5_13 = "Swimming"; dqm__url5_13 = "http://www.sjci.com/swimming.php"; dqm__subdesc5_13_0 = "Varsity Swimming"; dqm__url5_13_0 = "http://www.sjci.com/varsity-swimming.php"; dqm__subdesc5_14 = "Tennis"; dqm__url5_14 = "http://www.sjci.com/tennis.php"; dqm__subdesc5_14_0 = "Varsity Tennis"; dqm__url5_14_0 = "http://www.sjci.com/varsity-tennis.php"; dqm__subdesc5_15 = "Track & Field"; dqm__url5_15 = "http://www.sjci.com/track-field.php"; dqm__subdesc5_15_0 = "Varsity Track & Field"; dqm__url5_15_0 = "http://www.sjci.com/varsity-track-field.php"; dqm__subdesc5_15_1 = "Track and Field School Records"; dqm__url5_15_1 = "http://www.sjci.com/track-and-field-school-records.php"; dqm__subdesc5_15_2 = "School Records"; dqm__url5_15_2 = "http://www.sjci.com/school-records.php"; dqm__subdesc5_15_3 = "All Time Best Performances"; dqm__url5_15_3 = "http://www.sjci.com/all-time-best-performances.php"; dqm__subdesc5_15_4 = "Complete Results 2008"; dqm__url5_15_4 = "http://www.sjci.com/complete-results-2008.php"; dqm__subdesc5_15_5 = "Results 2009"; dqm__url5_15_5 = "http://www.sjci.com/results-2009.php"; dqm__subdesc5_16 = "Volleyball"; dqm__url5_16 = "http://www.sjci.com/volleyball.php"; dqm__subdesc5_16_0 = "Varsity Volleyball"; dqm__url5_16_0 = "http://www.sjci.com/varsity-volleyball.php"; dqm__subdesc5_16_1 = "J.V. Volleyball"; dqm__url5_16_1 = "http://www.sjci.com/j-v-volleyball.php"; dqm__subdesc5_17 = "Wrestling"; dqm__url5_17 = "http://www.sjci.com/wrestling.php"; dqm__subdesc5_17_0 = "Varsity Wrestling"; dqm__url5_17_0 = "http://www.sjci.com/varsity-wrestling.php"; dqm__subdesc5_18 = "Driving Directions - Athletics"; dqm__url5_18 = "http://www.sjci.com/driving-directions-athletics.php"; dqm__subdesc5_19 = "Summer Camps"; dqm__url5_19 = "http://www.sjci.com/summer-camps.php"; dqm__subdesc5_20 = "Athletics Forms"; dqm__url5_20 = "http://www.sjci.com/athletics-forms.php"; dqm__subdesc5_21 = "Athletics Sports Hall of Fame"; dqm__url5_21 = "http://www.sjci.com/athletics-sports-hall-of-fame.php"; dqm__subdesc5_21_0 = "Members of the Sports Hall of Fame"; dqm__url5_21_0 = "http://www.sjci.com/members-of-the-sports-hall-of-fame.php"; dqm__subdesc5_22 = "Athletics Calendar"; dqm__url5_22 = "http://www.sjci.com/athletics-calendar.php"; dqm__sub_xy6 = "-103,26"; dqm__sub_menu_width6 = 150; dqm__subdesc6_0 = "Liturgy Schedule"; dqm__url6_0 = "http://www.sjci.com/liturgy-schedule.php"; dqm__subdesc6_1 = "Prayer Opportunities"; dqm__url6_1 = "http://www.sjci.com/prayer-opportunities.php"; dqm__subdesc6_2 = "Retreats"; dqm__url6_2 = "http://www.sjci.com/retreats.php"; dqm__subdesc6_2_0 = "Kairos"; dqm__url6_2_0 = "http://www.sjci.com/kairos.php"; dqm__subdesc6_2_1 = "Retreat Dates"; dqm__url6_2_1 = "http://www.sjci.com/retreat-dates.php"; dqm__subdesc6_3 = "Christian Ministry Project"; dqm__url6_3 = "http://www.sjci.com/christian-ministry-project.php"; dqm__subdesc6_3_0 = "Important Dates"; dqm__url6_3_0 = "http://www.sjci.com/important-dates.php"; dqm__subdesc6_3_1 = "Ministry Forms"; dqm__url6_3_1 = "http://www.sjci.com/ministry-forms.php"; dqm__subdesc6_4 = "Christian Ministry Agencies"; dqm__url6_4 = "http://www.sjci.com/christian-ministry-agencies.php"; dqm__subdesc6_5 = "Vocations"; dqm__url6_5 = "http://www.sjci.com/vocations.php"; dqm__sub_xy7 = "-58,26"; dqm__sub_menu_width7 = 150; dqm__subdesc7_0 = "FAQ's"; dqm__url7_0 = "http://www.sjci.com/faq-s.php"; dqm__subdesc7_1 = "Fast Facts for Parents"; dqm__url7_1 = "http://www.sjci.com/fast-facts-for-parents.php"; dqm__subdesc7_2 = "Parents' Guild"; dqm__url7_2 = "http://www.sjci.com/parents-guild.php"; dqm__subdesc7_2_0 = "Parents' Guild Events"; dqm__url7_2_0 = "http://www.sjci.com/parents-guild-events.php"; dqm__subdesc7_2_1 = "Parents' Guild Board & Event Contacts"; dqm__url7_2_1 = "http://www.sjci.com/parents-guild-board-event-contacts.php"; dqm__subdesc7_2_2 = "Executive Board Event Liaisons"; dqm__url7_2_2 = "http://www.sjci.com/executive-board-event-liaisons.php"; dqm__subdesc7_3 = "Financial Information"; dqm__url7_3 = "http://www.sjci.com/financial-information.php"; dqm__subdesc7_3_0 = "Tuition Assistance"; dqm__url7_3_0 = "http://www.sjci.com/tuition-assistance.php"; dqm__subdesc7_3_1 = "Supplementary Work Program - Parents"; dqm__url7_3_1 = "http://www.sjci.com/supplementary-work-program-parents.php"; dqm__subdesc7_4 = "School Calendar - Parents"; dqm__url7_4 = "http://www.sjci.com/school-calendar-parents.php"; dqm__subdesc7_5 = "Parents' Newsletter"; dqm__url7_5 = "http://www.sjci.com/parents-newsletter.php"; dqm__subdesc7_6 = "Forms - Parents"; dqm__url7_6 = "http://www.sjci.com/forms-parents.php"; dqm__subdesc7_7 = "Daily Announcements and Information"; dqm__url7_7 = "http://www.sjci.com/daily-announcements-and-information.php"; dqm__sub_xy8 = "-64,26"; dqm__sub_menu_width8 = 150; dqm__subdesc8_0 = "Clubs/Organizations"; dqm__url8_0 = "http://www.sjci.com/clubs-organizations.php"; dqm__subdesc8_0_0 = "MasterMinds"; dqm__url8_0_0 = "http://www.sjci.com/masterminds.php"; dqm__subdesc8_1 = "Curriculum"; dqm__url8_1 = "http://www.sjci.com/curriculum.php"; dqm__subdesc8_1_0 = "Course Catalog"; dqm__url8_1_0 = "http://www.sjci.com/course-catalog.php"; dqm__subdesc8_2 = "Summer Reading Requirements"; dqm__url8_2 = "http://www.sjci.com/summer-reading-requirements.php"; dqm__subdesc8_3 = "Academic Calendar - Students"; dqm__url8_3 = "http://www.sjci.com/academic-calendar-students.php"; dqm__subdesc8_4 = "Lunch Menu"; dqm__url8_4 = "http://www.sjci.com/lunch-menu.php"; dqm__subdesc8_5 = "Daily Schedule"; dqm__url8_5 = "http://www.sjci.com/daily-schedule.php"; dqm__subdesc8_6 = "Bookstore"; dqm__url8_6 = "http://www.sjci.com/bookstore.php"; dqm__subdesc8_7 = "Student Events Calendar"; dqm__url8_7 = "http://www.sjci.com/student-events-calendar.php"; dqm__subdesc8_8 = "Health Office"; dqm__url8_8 = "http://www.sjci.com/health-office.php";