// QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com // // // QuickMenu Pro is Compatible With.... // // IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP) // IE4, IE5.x, &up (Mac) // IE4 & up (other platforms) // NS4.x (All Platforms) // NS5/6.x (All Platforms) // NS7 (All Platforms) // Opera 5,6,7 (All Platforms) // Mozilla 0.6 & up (All Platforms) // Konqueror 2.2 & up (Linux) // Espial Escape 4.x & up (All Platforms) // Ice Browser 5.x & up (All Platforms) // Safari 1.0 (Mac only browser) // Degrades gracefully in older browsers // // // To customize QuickMenu Pro open this file in a simple text // editor (Notepad or similar). Modify and add parameters (all // customizable parameters start with 'dqm__'), save this file, // and open 'sample.htm' in a browser to view your menu. View // the source for sample.htm for information on connecting // sub menus to HTML images or build your page around the // included sample.htm file. // // QuickMenu conditionally loads the necessary JavaScript // files (.js) depending on the browser and platform the user // is viewing the menu on. The total file size for each // browser / platform scenario is no larger than 12K. // // This sample data file contains comments and help information // to assist in the initial customization of your drop down // menu. If you base your implementation on this documented template // we recommend the removal of the comments before using on the web, as // to optimize the overall file size and load time of the menu for // the end user. With the comments removed this sample data files // size may be reduced by as much as 50%. Note: To simplify comment // removal there is a uncommented version of this sample template // offered in the 'samples' folder. // // // NOTE: Parameters prefixed with '//' are commented out, // delete the '//' to activate the parameter. // // Commenting out required parameters will cause errors. // // Text values, except TRUE and FALSE statements, must be // enclosed by double quotes ("). " // // Each parameter value should appear on its own line. // // This data file may also be placed within your HTML page // by enclosing between JavaScript tags. // // Due to browser limitations, DHTML menus will not appear // on top of Flash objects (unless the flash objects 'wmode' // parameter is set to transparent, however this may be buggy), // across frames, or over certain form field elements. A hide // and show workaround for form fields is included with this menu // (see the FAQ for additional information). // Americaneagle.com, Inc.OC Unlock Statements limit_multiple_users = true restrict_access = true sequence = '9x44_5' /*------------------------------------------- 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 = 0 dqm__border_color = "#6E94C4" //Hex color or 'transparent' dqm__menu_bgcolor = "#094B94" //Hex color or 'transparent' dqm__hl_bgcolor = "#09377F" dqm__mouse_off_delay = 60 //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 = "#B8D6F0" 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' dqm__hl_bgcolor = "#09377F" //Hex color or 'transparent' //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 = 5 /*------------------------------------------- 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 = "" dqm__icon_rollover0 = "" dqm__icon_image_wh0 = "" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = "" dqm__2nd_icon_rollover0 = "" 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 = "none" dqm__sub_item_effect = "none" //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = 0 dqm__sub_item_effect_duration = 0 //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 = "alert('custom function - onload')" //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" /********************************************************************************************** ********************************************************************************************** Main Menu Rollover Images and Links ********************************************************************************************** **********************************************************************************************/ //Main Menu Item 0 - The Bills dqm__rollover_image0 = "" dqm__rollover_wh0 = "77,23" dqm__url0 = "/team/index.html"; //Main Menu Item 1 - News dqm__rollover_image1 = "" dqm__rollover_wh1 = "65,22" dqm__url1 = "/news/"; //Main Menu Item 2 - Bills Backers dqm__rollover_image2 = "" dqm__rollover_wh2 = "116,23" dqm__url2 = "/billsbackers/"; //Main Menu Item 3 - Multimedia dqm__rollover_image3 = "" dqm__rollover_wh3 = "85,23" dqm__url3 = "/fans/"; //Main Menu Item 4 - Stadium dqm__rollover_image4 = "" dqm__rollover_wh4 = "71,23" dqm__url4 = "http://www.ralphwilsonstadium.com/"; //Main Menu Item 5 - Community dqm__rollover_image5 = "" dqm__rollover_wh5 = "84,23" dqm__url5 = "/community/index.html"; //Main Menu Item 6 - Tickets dqm__rollover_image6 = "" dqm__rollover_wh6 = "61,23" dqm__url6 = "/tickets/"; /********************************************************************************************** ********************************************************************************************** Sub Menu Structure and Text ********************************************************************************************** **********************************************************************************************/ //Sub Menu 0 - The Bills dqm__sub_xy0 = "-80,24" dqm__sub_menu_width0 = 145 //Sub Menu 1 - Gameday dqm__sub_xy1 = "-88,24" dqm__sub_menu_width1 = 145 //Sub Menu 2 - Bills Backers dqm__sub_xy2 = "-73,24" dqm__sub_menu_width2 = 145 //Sub Menu 3 - Multimedia dqm__sub_xy3 = "-94,24" dqm__sub_menu_width3 = 145 //Sub Menu 4 - Stadium dqm__sub_xy4 = "-72,24" dqm__sub_menu_width4 = 145 //Sub Menu 4 - The Jills //dqm__sub_xy4 = "-84,24" //dqm__sub_menu_width4 = 145 //Sub Menu 5 - Community dqm__sub_xy5 = "-96,24" dqm__sub_menu_width5 = 145 //Sub Menu 6 - Tickets dqm__sub_xy6 = "-70,24" dqm__sub_menu_width6 = 145 //Sub Menu 7 - News dqm__sub_xy7 = "-62,24" dqm__sub_menu_width7 = 145 //Photo Menu 8 - Camp Photos dqm__sub_xy8 = "-149,24" dqm__sub_menu_width8 = 150 dqm__subdesc8_0 = "2004 Camp Photos" dqm__subdesc8_1 = "2002 Training Camp" dqm__icon_index8_0 = 0 dqm__icon_index8_1 = 0 dqm__icon_index8_2 = 0 dqm__icon_index8_3 = 0 dqm__icon_index8_4 = 0 dqm__url8_0 = "/gallery/popup_gallery.jsp?gallery_id=335§ion_id=335" dqm__url8_1 = "/games/2002OffseasonPhotos.jsp" //Photo Menu 9 - Off Field dqm__sub_xy9 = "-106,24" dqm__sub_menu_width9 = 145 dqm__subdesc9_0 = "2002 Off The Field" dqm__subdesc9_1 = "2002 Offseason" dqm__icon_index9_0 = 0 dqm__icon_index9_1 = 0 dqm__icon_index9_2 = 0 dqm__icon_index9_3 = 0 dqm__icon_index9_4 = 0 dqm__url9_0 = "/games/2002OfftheFieldPhotos.jsp" dqm__url9_1 = "/games/2002OffseasonPhotos.jsp" //Photo Menu 10 - Jills Photos dqm__sub_xy10 = "-146,24" dqm__sub_menu_width10 = 145 dqm__subdesc10_0 = "2002 Jills Game Day" dqm__icon_index10_0 = 0 dqm__icon_index10_1 = 0 dqm__icon_index10_2 = 0 dqm__icon_index10_3 = 0 dqm__icon_index10_4 = 0 dqm__url10_0 = "/games/2002JillsGameday.jsp" //Photo Menu 11 - Game Photos dqm__sub_xy11 = "-148,24" dqm__sub_menu_width11 = 149 dqm__subdesc11_0 = "2005 Game Photos" dqm__subdesc11_1 = "2004 Game Photos" dqm__subdesc11_2 = "2003 Game Photos" dqm__subdesc11_3 = "2003 Pro Bowl" dqm__subdesc11_4 = "2002 Game Photos" dqm__subdesc11_5 = "2001 Game Photos" dqm__icon_index11_0 = 0 dqm__icon_index11_1 = 0 dqm__url11_0 = "/games/2005Photos.jsp" dqm__url11_1 = "/games/2004Photos.jsp" dqm__url11_2 = "/games/2003GamePhotos.jsp" dqm__url11_3 = "/games/2003ProBowlPhotoGallery.jsp " dqm__url11_4 = "/games/2002GamePhotos.jsp" dqm__url11_5 = "/games/2001GamePhotos.jsp" dqm__subdesc0_0 = "Coaching Staff" dqm__icon_index0_0 = 0 dqm__url0_0 = "http://www.buffalobills.com/team/coaches.jsp" dqm__subdesc0_1 = "Depth Chart" dqm__icon_index0_1 = 0 dqm__url0_1 = "http://www.buffalobills.com/depth_chart/index.html" dqm__subdesc0_2 = "Transactions" dqm__icon_index0_2 = 0 dqm__url0_2 = "http://www.buffalobills.com/team/Transactions.html" dqm__subdesc0_3 = "NFL Standings" dqm__icon_index0_3 = 0 dqm__url0_3 = "http://www.buffalobills.com/team/nfl_standings.jsp" dqm__subdesc0_4 = "Injury Report" dqm__icon_index0_4 = 0 dqm__url0_4 = "http://www.buffalobills.com/team/injury.jsp" dqm__subdesc0_5 = "Bills History" dqm__icon_index0_5 = 0 dqm__url0_5 = "http://www.buffalobills.com/history/index.html" dqm__subdesc0_6 = "Training Camp" dqm__icon_index0_6 = 0 dqm__url0_6 = "http://www.buffalobills.com/team/camp.html" dqm__subdesc0_7 = "Bills Digest" dqm__icon_index0_7 = 0 dqm__url0_7 = "http://www.buffalobills.com/team/BillsDigest.jsp" dqm__subdesc0_8 = "Bills Partners" dqm__icon_index0_8 = 0 dqm__url0_8 = "http://www.buffalobills.com/fans/BillsPartners.jsp" dqm__subdesc0_9 = "Monday QB Club" dqm__icon_index0_9 = 0 dqm__url0_9 = "http://www.mondayqbc.com/" dqm__subdesc0_10 = "Bills Clips Today" dqm__icon_index0_10 = 0 dqm__url0_10 = "http://www.buffalobills.com/billsclipstoday/" dqm__subdesc0_11 = "Chris Brown Blog" dqm__icon_index0_11 = 0 dqm__url0_11 = "http://buffalobills.com/blog/index.jsp?blogger_id=1" dqm__subdesc0_12 = "News Archive" dqm__icon_index0_12 = 0 dqm__url0_12 = "http://www.buffalobills.com/news/archive.jsp?category_id=4" dqm__subdesc1_0 = "Vote for Game Ball" dqm__icon_index1_0 = 0 dqm__url1_0 = "http://www.buffalobills.com/fans/TurkeyHillGameBall.jsp" dqm__subdesc1_1 = "Injury Report" dqm__icon_index1_1 = 0 dqm__url1_1 = "http://www.buffalobills.com/team/injury.jsp" dqm__subdesc1_2 = "Photo Gallery" dqm__icon_index1_2 = 0 dqm__url1_2 = "http://www.buffalobills.com/gallery/index.jsp" dqm__subdesc1_3 = "Buffalo Jills" dqm__icon_index1_3 = 0 dqm__url1_3 = "http://www.2005.buffalojills.net/" dqm__subdesc2_0 = "Bills Backers" dqm__icon_index2_0 = 0 dqm__url2_0 = "http://www.buffalobills.com/billsbackers/index.jsp" dqm__subdesc2_1 = "Jr. Bills Backers" dqm__icon_index2_1 = 0 dqm__url2_1 = "http://www.buffalobills.com/fans/KidsZone.jsp" dqm__subdesc2_2 = "Baby Bills Backers" dqm__icon_index2_2 = 0 dqm__url2_2 = "http://www.buffalobills.com/fans/BabyBillsBackers.jsp" dqm__subdesc2_3 = "Message Boards" dqm__icon_index2_3 = 0 dqm__url2_3 = "http://boards.buffalobills.com/" dqm__subdesc2_4 = "Bills Backer Photos" dqm__icon_index2_4 = 0 dqm__url2_4 = "http://www.buffalobills.com/fans/BillsBackersPhotoGallery.jsp" dqm__subdesc2_5 = "Bills Backers FAQs" dqm__icon_index2_5 = 0 dqm__url2_5 = "http://www.buffalobills.com/fans/BillsBackersFAQs.jsp" dqm__subdesc2_6 = "Rewards Program" dqm__icon_index2_6 = 0 dqm__url2_6 = "http://billsextrapoints.com" dqm__subdesc2_7 = "Backer Locator Map" dqm__icon_index2_7 = 0 dqm__url2_7 = "http://www.buffalobills.com/backermap.jsp" dqm__subdesc2_8 = "Partner Promotions" dqm__icon_index2_8 = 0 dqm__url2_8 = "http://www.buffalobills.com/fans/PartnerPromotions.jsp" dqm__subdesc3_0 = "Photo Gallery" dqm__icon_index3_0 = 0 dqm__url3_0 = "http://www.buffalobills.com/gallery/index.html" dqm__subdesc3_1 = "Wireless Website" dqm__icon_index3_1 = 0 dqm__url3_1 = "http://www.buffalobills.com/news/news.jsp?news_id=3689&hs=158" dqm__subdesc3_2 = "Radio Network" dqm__icon_index3_2 = 0 dqm__url3_2 = "http://www.buffalobills.com/multimedia/radio.html" dqm__subdesc3_3 = "Wireless Alerts" dqm__icon_index3_3 = 0 dqm__url3_3 = "http://bills.vibesinzone.com/inzone/" dqm__subdesc3_4 = "Television Shows" dqm__icon_index3_4 = 0 dqm__url3_4 = "http://www.buffalobills.com/multimedia/BillsTVRadioShows.jsp" dqm__subdesc4_0 = "Stadium Guide" dqm__icon_index4_0 = 0 dqm__url4_0 = "http://www.buffalobills.com/facility/RalphWilsonStadiumGuide.jsp" dqm__subdesc4_1 = "Permitted Items" dqm__icon_index4_1 = 0 dqm__url4_1 = "http://www.buffalobills.com/facility/ProhibitedPermittedItems.jsp" dqm__subdesc4_2 = "Stadium Directions" dqm__icon_index4_2 = 0 dqm__url4_2 = "http://www.buffalobills.com/facility/Directions.jsp" dqm__subdesc4_3 = "Parking Map" dqm__icon_index4_3 = 0 dqm__url4_3 = "http://www.buffalobills.com/facility/ParkingLots.jsp" dqm__subdesc4_4 = "Stadium Maps" dqm__icon_index4_4 = 0 dqm__url4_4 = "http://www.buffalobills.com/facility/StadiumMaps.jsp" dqm__subdesc4_5 = "Seating Chart" dqm__icon_index4_5 = 0 dqm__url4_5 = "http://www.buffalobills.com/facility/SeatingChart.jsp" dqm__subdesc4_6 = "Important Locations" dqm__icon_index4_6 = 0 dqm__url4_6 = "http://www.buffalobills.com/facility/ImportantLocations.jsp" dqm__subdesc4_7 = "Gameday Experience" dqm__icon_index4_7 = 0 dqm__url4_7 = "http://www.buffalobills.com/fans/GameDayExperience.jsp" dqm__subdesc4_8 = "Facts & Figures" dqm__icon_index4_8 = 0 dqm__url4_8 = "http://www.buffalobills.com/facility/StadiumFacts.jsp" dqm__subdesc4_9 = "Stadium FAQs" dqm__icon_index4_9 = 0 dqm__url4_9 = "http://www.buffalobills.com/facility/FrequentlyAskedQuestions.jsp" dqm__subdesc4_10 = "Visiting Buffalo" dqm__icon_index4_10 = 0 dqm__url4_10 = "http://www.visitbuffaloniagara.com/" dqm__subdesc4_11 = "Fan Code of Conduct" dqm__icon_index4_11 = 0 dqm__url4_11 = "http://www.buffalobills.com/facility/FanCodeofConduct.jsp" dqm__subdesc5_0 = "Youth Football" dqm__icon_index5_0 = 0 dqm__url5_0 = "http://www.buffalobills.com/community/YouthFootball.html" dqm__subdesc5_1 = "Community Programs" dqm__icon_index5_1 = 0 dqm__url5_1 = "http://www.buffalobills.com/community/CommunityPrograms.html" dqm__subdesc5_2 = "NFL Programs" dqm__icon_index5_2 = 0 dqm__url5_2 = "http://www.buffalobills.com/community/NFLPrograms.html" dqm__subdesc5_3 = "Youth Foundation" dqm__icon_index5_3 = 0 dqm__url5_3 = "http://www.buffalobills.com/community/YouthFoundation.html" dqm__subdesc5_4 = "Player Foundations" dqm__icon_index5_4 = 0 dqm__url5_4 = "http://www.buffalobills.com/community/PlayerFoundations.html" dqm__subdesc5_5 = "Item Donations" dqm__icon_index5_5 = 0 dqm__url5_5 = "http://www.buffalobills.com/community/DonationProcedures.html" dqm__subdesc5_6 = "Bills Auction" dqm__icon_index5_6 = 0 dqm__url5_6 = "http://www.buffalobills.com/community/BuffaloBillseBay.html" dqm__subdesc5_7 = "Walk of Fame" dqm__icon_index5_7 = 0 dqm__url5_7 = "http://buffalobills.com/community/WalkofFame.jsp" dqm__subdesc5_8 = "Buffalo Jills" dqm__icon_index5_8 = 0 dqm__url5_8 = "http://www.buffalojills.net/" dqm__subdesc5_9 = "Billy Buffalo" dqm__icon_index5_9 = 0 dqm__url5_9 = "http://www.buffalobills.com/uploads/Billy%20Buffalo%20Appearance%20Request%20Form.doc" dqm__subdesc6_0 = "Account Manager" dqm__icon_index6_0 = 0 dqm__url6_0 = "http://www.ticketmaster.com/cgi/outsider.plx?CAMEFROM=DROPDOWN&GOTO=https://oss.ticketmaster.com/html/home.htmI?team=bills&l=EN&STAGE=1" dqm__subdesc6_1 = "Seating Chart" dqm__icon_index6_1 = 0 dqm__url6_1 = "http://www.buffalobills.com/facility/SeatingChart.jsp" dqm__subdesc6_2 = "Season Tickets" dqm__icon_index6_2 = 0 dqm__url6_2 = "http://buffalobills.com/tickets/SeasonTickets.jsp" dqm__subdesc6_3 = "Individual Tickets" dqm__icon_index6_3 = 0 dqm__url6_3 = "http://www.ticketmaster.com/artist/805905?list_view=1" dqm__subdesc6_4 = "Group Tickets" dqm__icon_index6_4 = 0 dqm__url6_4 = "http://www.buffalobills.com/tickets/GroupTickets.html" dqm__subdesc6_5 = "Premium Seating" dqm__icon_index6_5 = 0 dqm__url6_5 = "http://www.buffalobills.com/tickets/PremiumSeats.jsp" dqm__subdesc6_6 = "M&T Bank Club" dqm__icon_index6_6 = 0 dqm__url6_6 = "http://www.buffalobills.com/tickets/MTBankClub.jsp" dqm__subdesc6_7 = "Value Card" dqm__icon_index6_7 = 0 dqm__url6_7 = "http://www.buffalobills.com/fans/ExtraPointValueCard.html" dqm__subdesc6_8 = "Future Opponents" dqm__icon_index6_8 = 0 dqm__url6_8 = "http://www.buffalobills.com/team/20042009Schedule.jsp" dqm__subdesc6_9 = "TicketExchange" dqm__icon_index6_9 = 0 dqm__url6_9 = "https://teamexchange.ticketmaster.com/html/outsider.htmI?CAMEFROM=CFC_TENFL_billsTicketsDropDown&GOTO=https%3A%2F%2Fteamexchange.ticketmaster.com%2Fhtml%2Feventlist.htmI%3Fl%3DEN%26team%3Dbills" dqm__subdesc6_10 = "BillsinToronto.com" dqm__icon_index6_10 = 0 dqm__url6_10 = "http://billsintoronto.com/" dqm__subdesc7_0 = "Latest News" dqm__icon_index7_0 = 0 dqm__url7_0 = "http://www.buffalobills.com/news/index.jsp" dqm__subdesc7_1 = "Bills Digest" dqm__icon_index7_1 = 0 dqm__url7_1 = "http://www.buffalobills.com/team/BillsDigest.jsp" dqm__subdesc7_2 = "Wireless Alerts" dqm__icon_index7_2 = 0 dqm__url7_2 = "http://www.buffalobills.com/team/CoachsCorner.jsp" dqm__subdesc7_3 = "Chris Brown Blog" dqm__icon_index7_3 = 0 dqm__url7_3 = "http://www.buffalobills.com/blog/?blogger_id=1"