limit_multiple_users = true limit_users = true sequence = "9x88_4" /*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 200 //default sub menu widths dqm__sub_xy = "-97,21" //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 = "#FFF" //Hex color or 'transparent' dqm__menu_bgcolor = "#3F6" //Hex color or 'transparent' dqm__hl_bgcolor = "#AF6" dqm__mouse_off_delay = 150 //defined in milliseconds (activated after mouse stops) dqm__nn4_mouse_off_delay = 500 //defined in milliseconds (activated after leaving sub) /*------------------------------------------- Font settings and margins --------------------------------------------*/ //Font settings dqm__textcolor = "#333" dqm__fontfamily = "Tahoma" //Any available system font dqm__fontsize = 11 //Defined with pixel sizing dqm__fontsize_ie4 = 9 //Defined with point sizing dqm__textdecoration = "normal" //set to: 'normal', or 'underline' dqm__fontweight = "normal" //set to: 'normal', or 'bold' dqm__fontstyle = "normal" //set to: 'normal', or 'italic' //Rollover font settings dqm__hl_textcolor = "#000" 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 = "http://wemu.org/images/bullet.gif" dqm__icon_rollover0 = "http://wemu.org/images/bullet_hl.gif" dqm__icon_image_wh0 = "13,8" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = "http://wemu.org/images/arrow.gif" dqm__2nd_icon_rollover0 = "http://wemu.org/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 = "fade" dqm__sub_item_effect = "fade" //Define the effect duration in seconds below. dqm__sub_menu_effect_duration = .4 dqm__sub_item_effect_duration = .4 //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 = 3 //drop shadow width dqm__dropshadow_offy = 3 //drop shadow height /*------------------------------------------- Browser Bug fixes and Workarounds --------------------------------------------*/ //Mac offset fixes, adjust until sub menus position correctly. dqm__os9_ie5mac_offset_X = 10 dqm__os9_ie5mac_offset_Y = 15 dqm__osx_ie5mac_offset_X = 0 dqm__osx_ie5mac_offset_Y = 0 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." //Set to true if the menu is the only item on the HTML page. dqm__use_opera_div_detect_fix = false //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. 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' represents the index number of the sub menu item. dqm__hl_subdescX = "custom highlight text" dqm__urltargetX = "_new" /********************************************************************************************** Main Menu Rollover Images and Links **********************************************************************************************/ //Main Menu Item 0 dqm__rollover_image0 = "http://wemu.org/images/btn_listen_hl.png" dqm__rollover_wh0 = "87,23" dqm__url0 = "http://wemu.org/listen.php"; //Main Menu Item 1 dqm__rollover_image1 = "http://wemu.org/images/btn_hosts_hl.png" dqm__rollover_wh1 = "108,23" dqm__url1 = "http://wemu.org/prog_info.php"; //Main Menu Item 2 dqm__rollover_image2 = "http://wemu.org/images/btn_music_hl.png" dqm__rollover_wh2 = "57,23" dqm__url2 = "http://www.publicbroadcasting.net/wemu/arts.artsmain?action=sectionIndex&sid=3"; //Main Menu Item 3 dqm__rollover_image3 = "http://wemu.org/images/btn_news_hl.png" dqm__rollover_wh3 = "50,23" dqm__url3 = "http://www.publicbroadcasting.net/wemu/news.newsmain"; //Main Menu Item 4 dqm__rollover_image4 = "http://wemu.org/images/btn_station_hl.png" dqm__rollover_wh4 = "91,23" dqm__url4 = ""; //Main Menu Item 5 dqm__rollover_image5 = "http://wemu.org/images/btn_datebook_hl.png" dqm__rollover_wh5 = "80,23" dqm__url5 = "http://events.publicbroadcasting.net/wemu/events.eventsmain" //Main Menu Item 6 dqm__rollover_image6 = "http://wemu.org/images/btn_supportwemu_hl.png" dqm__rollover_wh6 = "116,23" dqm__url6 = "https://secure.publicbroadcasting.net/wemu/pledge.pledgemain" //Main Menu Item 7 dqm__rollover_image7 = "http://wemu.org/images/btn_npr.gif" dqm__rollover_wh7 = "69,23" dqm__url7 = "http://www.npr.org/stations/cookies/stations_set_cookie.php?cookieValue=WEMU-FM" /********************************************************************************************** Sub Menu Structure and Text **********************************************************************************************/ //Sub Menu 0 - LISTEN NOW dqm__sub_xy0 = "-87,22" //dqm__subdesc0_0 = "Real Media (all connections)" dqm__subdesc0_0 = "56k stream" dqm__subdesc0_1 = "Broadband stream" dqm__subdesc0_2 = "Help with Streaming Media" dqm__icon_index0_0 = 0 dqm__icon_index0_1 = 0 dqm__icon_index0_2 = 0 dqm__icon_index0_3 = 0 dqm__icon_index0_4 = 0 dqm__icon_index0_5 = 0 //dqm__url0_0 = "http://wemu.org/wemu.ram" dqm__url0_0 = "http://wemump3.emich.edu:8000/modem.mp3.m3u" dqm__url0_1 = "http://wemump3.emich.edu:8000/broadband.mp3.m3u" dqm__url0_2 = "http://wemu.org/listen.php" //Sub Menu 1 - HOSTS & SHOWS dqm__sub_xy1 = "-108,22" dqm__sub_menu_width1 = 120 dqm__subdesc1_0 = "News hosts" dqm__subdesc1_1 = "Music hosts" dqm__subdesc1_2 = "Shows" dqm__subdesc1_3 = "EMU Eagles sports" dqm__subdesc1_4 = "Program schedule" dqm__icon_index1_0 = 0 dqm__icon_index1_1 = 0 dqm__icon_index1_2 = 0 dqm__icon_index1_3 = 0 dqm__icon_index1_4 = 0 dqm__2nd_icon_index1_0 = 0 dqm__2nd_icon_index1_1 = 0 dqm__2nd_icon_index1_2 = 0 dqm__url1_3 = "http://www.emueagles.com/" dqm__url1_4 = "http://www.publicbroadcasting.net/wemu/guide.guidemain" //Sub Menu 1_0 - NEWS HOSTS dqm__sub_xy1_0 = "-1,-1" dqm__sub_menu_width1_0 = 100 dqm__subdesc1_0_0 = 'Andrew Cluley' dqm__url1_0_0 = 'http://wemu.org/hosts.php?id=1' dqm__icon_index1_0_0 = 0 dqm__subdesc1_0_1 = 'Bob Eccles' dqm__url1_0_1 = 'http://wemu.org/hosts.php?id=2' dqm__icon_index1_0_1 = 0 dqm__subdesc1_0_2 = 'David Fair' dqm__url1_0_2 = 'http://wemu.org/hosts.php?id=3' dqm__icon_index1_0_2 = 0 dqm__subdesc1_0_3 = 'Lynn Rivers' dqm__url1_0_3 = 'http://wemu.org/hosts.php?id=38' dqm__icon_index1_0_3 = 0 dqm__subdesc1_0_4 = 'Clark Smith' dqm__url1_0_4 = 'http://wemu.org/hosts.php?id=4' dqm__icon_index1_0_4 = 0 //Sub Menu 1_1 - MUSIC HOSTS dqm__sub_xy1_1 = "-1,-1" dqm__sub_menu_width1_1 = 150 dqm__subdesc1_1_0 = 'Dr. Arwulf Arwulf' dqm__url1_1_0 = 'http://wemu.org/hosts.php?id=5' dqm__icon_index1_1_0 = 0 dqm__subdesc1_1_1 = 'Jeremy Baldwin' dqm__url1_1_1 = 'http://wemu.org/hosts.php?id=16' dqm__icon_index1_1_1 = 0 dqm__subdesc1_1_2 = 'Chrysta Cherrie' dqm__url1_1_2 = 'http://wemu.org/hosts.php?id=43' dqm__icon_index1_1_2 = 0 dqm__subdesc1_1_3 = 'Kevin Dorn' dqm__url1_1_3 = 'http://wemu.org/hosts.php?id=49' dqm__icon_index1_1_3 = 0 dqm__subdesc1_1_4 = 'Evelynn Hawkins' dqm__url1_1_4 = 'http://wemu.org/hosts.php?id=51' dqm__icon_index1_1_4 = 0 dqm__subdesc1_1_5 = 'Michael Jewett' dqm__url1_1_5 = 'http://wemu.org/hosts.php?id=9' dqm__icon_index1_1_5 = 0 dqm__subdesc1_1_6 = 'George Klein' dqm__url1_1_6 = 'http://wemu.org/hosts.php?id=10' dqm__icon_index1_1_6 = 0 dqm__subdesc1_1_7 = 'Mary Catherine Smith' dqm__url1_1_7 = 'http://wemu.org/hosts.php?id=12' dqm__icon_index1_1_7 = 0 dqm__subdesc1_1_8 = 'Marc Taras' dqm__url1_1_8 = 'http://wemu.org/hosts.php?id=13' dqm__icon_index1_1_8 = 0 dqm__subdesc1_1_9 = 'Nik Thompson' dqm__url1_1_9 = 'http://wemu.org/hosts.php?id=14' dqm__icon_index1_1_9 = 0 dqm__subdesc1_1_10 = 'Joe Tiboni' dqm__url1_1_10 = 'http://wemu.org/hosts.php?id=15' dqm__icon_index1_1_10 = 0 dqm__subdesc1_1_11 = 'Jessica Webster' dqm__url1_1_11 = 'http://wemu.org/hosts.php?id=17' dqm__icon_index1_1_11 = 0 dqm__subdesc1_1_12 = 'Wendy Wright' dqm__url1_1_12 = 'http://wemu.org/hosts.php?id=18' dqm__icon_index1_1_12 = 0 dqm__subdesc1_1_13 = 'Linda Yohn' dqm__url1_1_13 = 'http://wemu.org/hosts.php?id=19' dqm__icon_index1_1_13 = 0 //Sub Menu 1_2 - SHOWS dqm__sub_xy1_2 = "-1,-1" dqm__sub_menu_width1_2 = 180 dqm__subdesc1_2_0 = '89.1 Jazz' dqm__url1_2_0 = 'http://wemu.org/prog_info.php?id=8' dqm__icon_index1_2_0 = 0 dqm__subdesc1_2_1 = 'All Things Considered' dqm__url1_2_1 = 'http://wemu.org/prog_info.php?id=1' dqm__icon_index1_2_1 = 0 dqm__subdesc1_2_2 = 'American Routes' dqm__url1_2_2 = 'http://wemu.org/prog_info.php?id=15' dqm__icon_index1_2_2 = 0 dqm__subdesc1_2_3 = 'Big City Blues Cruise' dqm__url1_2_3 = 'http://wemu.org/prog_info.php?id=9' dqm__icon_index1_2_3 = 0 dqm__subdesc1_2_4 = 'Bob Edwards Weekend' dqm__url1_2_4 = 'http://wemu.org/prog_info.php?id=6' dqm__icon_index1_2_4 = 0 dqm__subdesc1_2_5 = 'Brazilian Sol' dqm__url1_2_5 = 'http://wemu.org/prog_info.php?id=10' dqm__icon_index1_2_5 = 0 dqm__subdesc1_2_6 = 'Cuban Fantasy' dqm__url1_2_6 = 'http://wemu.org/prog_info.php?id=11' dqm__icon_index1_2_6 = 0 dqm__subdesc1_2_7 = 'From Memphis to Motown' dqm__url1_2_7 = 'http://wemu.org/prog_info.php?id=26' dqm__icon_index1_2_7 = 0 dqm__subdesc1_2_8 = 'Grooveyard' dqm__url1_2_8 = 'http://wemu.org/prog_info.php?id=13' dqm__icon_index1_2_8 = 0 dqm__subdesc1_2_9 = 'Jazz' dqm__url1_2_9 = 'http://wemu.org/prog_info.php?id=25' dqm__icon_index1_2_9 = 0 dqm__subdesc1_2_10 = 'Lynn Rivers Show' dqm__url1_2_10 = 'http://wemu.org/prog_info.php?id=24' dqm__icon_index1_2_10 = 0 dqm__subdesc1_2_11 = 'Morning Edition' dqm__url1_2_11 = 'http://wemu.org/prog_info.php?id=4' dqm__icon_index1_2_11 = 0 dqm__subdesc1_2_12 = 'Mountain Stage' dqm__url1_2_12 = 'http://wemu.org/prog_info.php?id=27' dqm__icon_index1_2_12 = 0 dqm__subdesc1_2_13 = 'Piano Jazz' dqm__url1_2_13 = 'http://wemu.org/prog_info.php?id=19' dqm__icon_index1_2_13 = 0 dqm__subdesc1_2_14 = 'Roots Music Project' dqm__url1_2_14 = 'http://wemu.org/prog_info.php?id=12' dqm__icon_index1_2_14 = 0 dqm__subdesc1_2_15 = 'Sunday Best' dqm__url1_2_15 = 'http://wemu.org/prog_info.php?id=21' dqm__icon_index1_2_15 = 0 dqm__subdesc1_2_16 = 'This American Life' dqm__url1_2_16 = 'http://wemu.org/prog_info.php?id=2' dqm__icon_index1_2_16 = 0 dqm__subdesc1_2_17 = 'Wait Wait...Don’t Tell Me!' dqm__url1_2_17 = 'http://wemu.org/prog_info.php?id=5' dqm__icon_index1_2_17 = 0 dqm__subdesc1_2_18 = 'Weekend Edition Sunday' dqm__url1_2_18 = 'http://wemu.org/prog_info.php?id=7' dqm__icon_index1_2_18 = 0 //Sub Menu 2 - MUSIC dqm__sub_xy2 = "-57,22" dqm__sub_menu_width2 = 180 //dqm__subdesc2_0 = "WEMU top 30: Jazz" //dqm__subdesc2_1 = "WEMU top 30: Blues" //dqm__subdesc2_2 = "WEMU top 30: Cuban/Brazilian" dqm__subdesc2_0 = "Playlists by show" dqm__subdesc2_1 = "Live jazz & blues" dqm__subdesc2_2 = "Program schedule" dqm__icon_index2_0 = 0 dqm__icon_index2_1 = 0 dqm__icon_index2_2 = 0 dqm__url2_0 = "http://www.publicbroadcasting.net/wemu/guide.guidemain?action=searchPlaylist&playlistID=0" dqm__url2_1 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3770" dqm__url2_2 = "http://www.publicbroadcasting.net/wemu/guide.guidemain" //Sub Menu 3 - NEWS dqm__sub_xy3 = "-50,22" dqm__sub_menu_width3 = 200 dqm__icon_index3 = 0 dqm__subdesc3_0 = "WEMU Local News" dqm__subdesc3_1 = "Weather" dqm__subdesc3_2 = "Nation" dqm__subdesc3_3 = "Middle East" dqm__subdesc3_4 = "Iraq" dqm__subdesc3_5 = "World" dqm__subdesc3_6 = "Politics & Society" dqm__subdesc3_7 = "Business" dqm__subdesc3_8 = "Health & Science" dqm__subdesc3_9 = "Washtenaw County election results" dqm__icon_index3_0 = 0 dqm__icon_index3_1 = 0 dqm__icon_index3_2 = 0 dqm__icon_index3_3 = 0 dqm__icon_index3_4 = 0 dqm__icon_index3_5 = 0 dqm__icon_index3_6 = 0 dqm__icon_index3_7 = 0 dqm__icon_index3_8 = 0 dqm__icon_index3_9 = 0 dqm__url3_0 = "http://www.publicbroadcasting.net/wemu/news.newsmain?action=section&SECTION_ID=1" dqm__url3_1 = "http://wemu.org/weather.php" dqm__url3_2 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/topics/topic.php?topicId=1003" dqm__url3_3 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/topics/topic.php?topicId=1009" dqm__url3_4 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/topics/topic.php?topicId=1010" dqm__url3_5 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/topics/topic.php?topicId=1004" dqm__url3_6 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/topics/topic.php?topicId=1012" dqm__url3_7 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/topics/topic.php?topicId=1006" dqm__url3_8 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/topics/topic.php?topicId=1007" dqm__url3_9 = "http://wemu.org/elect_results.php" //Sub Menu 4 - THE STATION dqm__sub_xy4 = "-91,22" dqm__sub_menu_width4 = 150 dqm__subdesc4_0 = "Contact us" dqm__subdesc4_1 = "Volunteer at WEMU" dqm__subdesc4_2 = "HD Radio" dqm__subdesc4_3 = "Employment" dqm__subdesc4_4 = "EEO statement" //dqm__subdesc4_5 = "Photo gallery" dqm__icon_index4_0 = 0 dqm__icon_index4_1 = 0 dqm__icon_index4_2 = 0 dqm__icon_index4_3 = 0 dqm__icon_index4_4 = 0 //dqm__icon_index4_5 = 0 dqm__url4_0 = "http://wemu.org/contact.php" dqm__url4_1 = "http://wemu.org/volunteer.php" dqm__url4_2 = "http://wemu.org/hd_radio.php" dqm__url4_3 = "http://wemu.org/inside_employment.php" dqm__url4_4 = "http://wemu.org/inside_employment_eeo.php" //dqm__url4_5 = "http://wemu.org/inside_photos.php" //Sub Menu 5 - DATEBOOK dqm__sub_xy5 = "-80,22" dqm__sub_menu_width5 = 150 dqm__subdesc5_0 = "Live music" dqm__subdesc5_1 = "Club listings" dqm__subdesc5_2 = "Community events" dqm__subdesc5_3 = "Art & museum exhibits" dqm__subdesc5_4 = "Theatre" dqm__subdesc5_5 = "Classes & workshops" dqm__subdesc5_6 = "Dance" dqm__subdesc5_7 = "Film" dqm__subdesc5_8 = "Lectures" dqm__subdesc5_9 = "Nature walks & talks" dqm__subdesc5_10 = "Volunteer opportunities" dqm__icon_index5_0 = 0 dqm__2nd_icon_index5_0 = 0 dqm__icon_index5_1 = 0 dqm__icon_index5_2 = 0 dqm__icon_index5_3 = 0 dqm__icon_index5_4 = 0 dqm__icon_index5_5 = 0 dqm__icon_index5_6 = 0 dqm__icon_index5_7 = 0 dqm__icon_index5_8 = 0 dqm__icon_index5_9 = 0 dqm__icon_index5_10 = 0 dqm__url5_0 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3770" dqm__url5_1 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3761" dqm__url5_2 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3762" dqm__url5_3 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3791" dqm__url5_4 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3784" dqm__url5_5 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3760" dqm__url5_6 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=6368" dqm__url5_7 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3775" dqm__url5_8 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3776" dqm__url5_9 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=6044" dqm__url5_10 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=6043" //Sub Menu 5_0 - LIVE MUSIC by genre dqm__sub_xy5_0 = "-1,-1" dqm__sub_menu_width5_0 = 150 dqm__subdesc5_0_0 = "All" dqm__subdesc5_0_1 = "Jazz & blues" dqm__subdesc5_0_2 = "International" dqm__subdesc5_0_3 = "Other" dqm__url5_0_0 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3773" dqm__url5_0_1 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3770" dqm__url5_0_2 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3769" dqm__url5_0_3 = "http://events.publicbroadcasting.net/wemu/events.eventsmain?action=showCategoryListing&newSearch=true&categorySearch=3772" //Sub Menu 6 - support dqm__sub_xy6 = "-116,22" dqm__sub_menu_width6 = 150 dqm__subdesc6_0 = "Make a contribution now" dqm__subdesc6_1 = "Underwriting/corporate support" //dqm__subdesc6_2 = "Special offers" //dqm__subdesc6_3 = "Honor someone with a day sponsorship" //dqm__subdesc6_4 = "Volunteer at WEMU" //dqm__subdesc6_5 = "Make a bequest to WEMU" //dqm__subdesc6_6 = "Check out the WEMU Premium Closet" dqm__icon_index6_0 = 0 dqm__icon_index6_1 = 0 //dqm__icon_index6_2 = 0 //dqm__icon_index6_3 = 0 //dqm__icon_index6_4 = 0 //dqm__icon_index6_5 = 0 dqm__url6_0 = "https://secure.publicbroadcasting.net/wemu/pledge.pledgemain" dqm__url6_1 = "http://wemu.org/inside_underwriting.php" //dqm__url6_2 = "" //dqm__url6_3 = "https://secure.publicbroadcasting.net/wemu/pledge.pledgemain?action=pledge&pg=pledgeForm" //dqm__url6_4 = "" //dqm__url6_5 = "" //Sub Menu 7 - NPR dqm__sub_xy7 = "-130,22" dqm__sub_menu_width7 = 130 // Must match the negative x value on the line above to right-align this menu dqm__menu_bgcolor7 = "#9CF" //Hex color or 'transparent' dqm__hl_bgcolor7 = "#BEF" dqm__subdesc7_0 = "NPR Program Archive" dqm__subdesc7_1 = "NPR Transcripts" dqm__subdesc7_2 = "About NPR" dqm__icon_index7_0 = 0 dqm__icon_index7_1 = 0 dqm__icon_index7_2 = 0 dqm__url7_0 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/templates/archives/rundown_archive_hub.php" dqm__url7_1 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/transcripts/" dqm__url7_2 = "http://www.npr.org/stations/force/force_localization.php?station=WEMU_FM&url=http://www.npr.org/about/"