// 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). limit_multiple_users = true sequence = "9x88_4" /*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 130 //default sub menu widths dqm__sub_xy = "1,6" //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 = "#948E61" //Hex color or 'transparent' dqm__menu_bgcolor = "#D5C395" //Hex color or 'transparent' dqm__hl_bgcolor = "#AFAB89" 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 = "#000000" dqm__fontfamily = "Arial" //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 = "#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 = "/images/buttonArrow.gif" dqm__icon_rollover0 = "/images/buttonArrow.gif" dqm__icon_image_wh0 = "5,10" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = "/images/buttonArrow.gif" dqm__2nd_icon_rollover0 = "/images/buttonArrow.gif" dqm__2nd_icon_image_wh0 = "5,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 = 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" dqm__sub_xy0 = "1,6" dqm__sub_menu_width0 = 175 dqm__subdesc0_0 = "Charbon" /*dqm__icon_index0_0 = 1*/ dqm__url0_0 = "/linksGenerator.asp?absKey=links_coal&template=1,3#1223" dqm__subdesc0_1 = "Charbon - en Anglais" /*dqm__icon_index0_1 = 1*/ dqm__url0_1 = "/linksGenerator.asp?absKey=links_coal&template=1,3#1233" dqm__sub_xy1 = "1,6" dqm__sub_menu_width1 = 175 dqm__subdesc1_0 = "Nucléaire - en Anglais" /*dqm__icon_index1_0 = 1*/ dqm__url1_0 = "/linksGenerator.asp?absKey=links_nuclear&template=1,4#387" dqm__subdesc1_1 = "Nucléaire" /*dqm__icon_index1_1 = 1*/ dqm__url1_1 = "/linksGenerator.asp?absKey=links_nuclear&template=1,4#2863" dqm__sub_xy2 = "1,6" dqm__sub_menu_width2 = 175 dqm__subdesc2_0 = "Aucun lien n'a pu être trouvé" /*dqm__icon_index2_0 = 1*/ dqm__url2_0 = "/linksGenerator.asp?absKey=links_thermal&template=1,5" dqm__sub_xy3 = "1,6" dqm__sub_menu_width3 = 175 dqm__subdesc3_0 = "Hydroélectricité" /*dqm__icon_index3_0 = 1*/ dqm__url3_0 = "/linksGenerator.asp?absKey=links_hydropower&template=1,6#1226" dqm__subdesc3_1 = "Hydroélectricité - en Anglais" /*dqm__icon_index3_1 = 1*/ dqm__url3_1 = "/linksGenerator.asp?absKey=links_hydropower&template=1,6#1236" dqm__sub_xy4 = "1,6" dqm__sub_menu_width4 = 175 dqm__subdesc4_0 = "Biomasse" /*dqm__icon_index4_0 = 1*/ dqm__url4_0 = "/linksGenerator.asp?absKey=links_biomass&template=1,9#2865" dqm__subdesc4_1 = "Biomasse - en Anglais" /*dqm__icon_index4_1 = 1*/ dqm__url4_1 = "/linksGenerator.asp?absKey=links_biomass&template=1,9#1169" dqm__sub_xy5 = "1,6" dqm__sub_menu_width5 = 175 dqm__subdesc5_0 = "Aucun lien n'a pu être trouvé" /*dqm__icon_index5_0 = 1*/ dqm__url5_0 = "/linksGenerator.asp?absKey=links_wind&template=1,8" dqm__sub_xy6 = "1,6" dqm__sub_menu_width6 = 175 dqm__subdesc6_0 = "Solaire - en Anglais" /*dqm__icon_index6_0 = 1*/ dqm__url6_0 = "/linksGenerator.asp?absKey=links_solar&template=1,7#1217" dqm__sub_xy7 = "1,6" dqm__sub_menu_width7 = 175 dqm__subdesc7_0 = "Pile à combustible - en Anglais" /*dqm__icon_index7_0 = 1*/ dqm__url7_0 = "/linksGenerator.asp?absKey=links_fuelcell&template=1,10#1170" dqm__sub_xy8 = "1,6" dqm__sub_menu_width8 = 175 dqm__subdesc8_0 = "Géothermique - liens (en Anglais)" /*dqm__icon_index8_0 = 1*/ dqm__url8_0 = "/linksGenerator.asp?absKey=links_geothermal&template=1,22#2285" dqm__sub_xy9 = "1,6" dqm__sub_menu_width9 = 175 dqm__subdesc9_0 = "Associations professionnelles" /*dqm__icon_index9_0 = 1*/ dqm__url9_0 = "/linksgenerator.asp?absKey=links_careersinenergy&template=4,2#960" dqm__subdesc9_1 = "Institutions d'enseignement" /*dqm__icon_index9_1 = 1*/ dqm__url9_1 = "/linksgenerator.asp?absKey=links_careersinenergy&template=4,2#961" dqm__subdesc9_2 = "Sites d'emplois" /*dqm__icon_index9_2 = 1*/ dqm__url9_2 = "/linksgenerator.asp?absKey=links_careersinenergy&template=4,2#962" dqm__sub_menu_width10 = 175 dqm__subdesc10_0 = "Environnement" dqm__url10_0 = "/generator2.asp?xml=/TC-CanEnEnvXML.asp&template=1,15" dqm__2nd_icon_index10_0 = 0 dqm__subdesc10_0_0 = "La consummation d’énergie et l’environnement" dqm__url10_0_0 = "/generator2.asp?xml=/TC-CanEnEnvXML.asp&template=1,15" dqm__subdesc10_0_1 = "Survol" dqm__url10_0_1 = "/generator2.asp?xml=/silos/ong/UNGEnv01XML.asp&template=1,2,0" dqm__2nd_icon_index10_0_1 = 0 dqm__subdesc10_0_1_0 = "Hydroélectricité" dqm__url10_0_1_0 = "/silos/hydro/hydroEnvironment/hydroEnvironmentIntro.asp" dqm__subdesc10_0_1_1 = "Éolienne" dqm__url10_0_1_1 = "/silos/wind/windEnvironment/windEnvironmentIntro03.asp" dqm__subdesc10_0_1_2 = "Géothermique" dqm__url10_0_1_2 = "/silos/geothermal/geothermalEnvironment/geothermalEnvPotentialImpacts.asp" dqm__subdesc10_0_2 = "Documentation" dqm__url10_0_2 = "/silos/ET-Library.asp?template=1,15&absKey=docs_environment" dqm__subdesc10_0_3 = "Liens" dqm__url10_0_3 = "/linksGenerator.asp?absKey=links_environment&template=1,15" dqm__subdesc10_1 = "Économie" dqm__url10_1 = "/silos/EnergyTrade/CanadaEnergyTrade.asp" dqm__2nd_icon_index10_1 = 0 dqm__subdesc10_1_0 = "Commerce de l’énergie" dqm__url10_1_0 = "/silos/ET-EnergyTrade.asp" dqm__subdesc10_1_1 = "Documentation" dqm__url10_1_1 = "/silos/ET-Library.asp?template=1,23&absKey=docs_economy" dqm__subdesc10_1_2 = "Liens" dqm__url10_1_2 = "/linksGenerator.asp?absKey=links_energyeconomy&template=1,23" dqm__subdesc10_2 = "Société" dqm__url10_2 = "/silos/ET-Society.asp" dqm__2nd_icon_index10_2 = 0 dqm__subdesc10_2_0 = "Politique énergétique et réglementation" dqm__url10_2_0 = "/silos/ET-EnergyPolicy.asp" dqm__2nd_icon_index10_2_0 = 0 dqm__subdesc10_2_0_0 = "Documentation" dqm__url10_2_0_0 = "/silos/ET-Library.asp?Template=1,25&absKey=docs_energypolicy" dqm__subdesc10_2_0_1 = "Liens" dqm__url10_2_0_1 = "/linksGenerator.asp?absKey=links_energypolicy&template=1,25" dqm__subdesc10_2_1 = "Conservation de l’énergie" dqm__url10_2_1 = "/silos/ET-EnergyConservation.asp" dqm__2nd_icon_index10_2_1 = 0 dqm__subdesc10_2_1_0 = "Documentation" dqm__url10_2_1_0 = "/silos/ET-Library.asp?Template=1,17&absKey=docs_energyconservation" dqm__subdesc10_2_1_1 = "Liens" dqm__url10_2_1_1 = "/linksGenerator.asp?absKey=links_energyconservation&template=1,17" dqm__subdesc10_2_2 = "Documentation" dqm__url10_2_2 = "/silos/ET-Library.asp?template=1,24&absKey=docs_society" dqm__subdesc10_2_3 = "Liens" dqm__url10_2_3 = "/linksGenerator.asp?absKey=links_energysociety&template=1,24" dqm__subdesc10_3 = "Documentation" dqm__url10_3 = "/silos/ET-Library.asp?template=1,14&absKey=docs_sustainability" dqm__subdesc10_4 = "Liens" dqm__url10_4 = "/linksGenerator.asp?absKey=links_sustainability&template=1,14" dqm__sub_menu_width11 = 175 dqm__subdesc11_0 = "Documentation" dqm__url11_0 = "/silos/ET-Library.asp?Template=1,16&absKey=docs_energyefficiency" dqm__subdesc11_1 = "Liens" dqm__url11_1 = "/linksGenerator.asp?absKey=links_energyefficiency&template=1,0" dqm__sub_menu_width12 = 175 dqm__subdesc12_0 = "Partenaires en recherche et innovation" dqm__url12_0 = "/silos/ET-RI-Partners.asp" dqm__subdesc12_1 = "Documentation" dqm__url12_1 = "/silos/ET-Library.asp?Template=1,26&absKey=docs_researchinnovation" dqm__subdesc12_2 = "Liens" dqm__url12_2 = "/linksGenerator.asp?absKey=links_energyresearchinnovation&template=1,26" dqm__sub_menu_width13 = 175 dqm__subdesc13_0 = "Documentation" dqm__url13_0 = "/silos/ET-Library.asp?Template=1,19&absKey=docs_energystatistics" dqm__subdesc13_1 = "Liens" dqm__url13_1 = "/linksGenerator.asp?absKey=links_energystats&template=1,19" dqm__sub_menu_width14 = 175 dqm__subdesc14_0 = "Essence" dqm__url14_0 = "/generator2.asp?xml=%2FEY-Gas_FAQXML%2Easp&template=1,30" dqm__2nd_icon_index14_0 = 0 dqm__subdesc14_0_0 = "Les prix de l’essence" dqm__url14_0_0 = "/generator2.asp?xml=%2FEY-Gas_FAQXML%2Easp&template=1,30" dqm__subdesc14_0_1 = "Liens" dqm__url14_0_1 = "/linksGenerator.asp?absKey=links_gasolineprices&template=1,30" dqm__subdesc14_0_2 = "Archives" dqm__url14_0_2 = "/silos/GasolinePrices/gasPricingArchives.asp" dqm__2nd_icon_index14_0_2 = 0 dqm__subdesc14_0_2_0 = "Les prix du pétrole et de l’essence atteignent des sommets à l’échelle mondiale" dqm__url14_0_2_0 = "/silos/GasolinePrices/gasPricesHitRecordHighs.asp" dqm__subdesc14_0_2_1 = "D’où vient la hausse des prix de l’essence?" dqm__url14_0_2_1 = "/silos/GasolinePrices/Gas_RisingCost.asp" dqm__subdesc14_1 = "Électricité" dqm__url14_1 = "/silos/ElectricityPrices/EL-PricingInCanada.asp" dqm__2nd_icon_index14_1 = 0 dqm__subdesc14_1_0 = "Établissement des prix de l’électricité au Canada" dqm__url14_1_0 = "/silos/ElectricityPrices/EL-PricingInCanada.asp" dqm__subdesc14_1_1 = "Liens" dqm__url14_1_1 = "/linksGenerator.asp?absKey=links_electricityprices&template=1,31" dqm__subdesc14_1_2 = "Archives" dqm__url14_1_2 = "/generator2.asp?xml=%2FEY-El_FAQXML%2Easp&template=1,31" dqm__2nd_icon_index14_1_2 = 0 dqm__subdesc14_1_2_0 = "Questions et réponses" dqm__url14_1_2_0 = "/generator2.asp?xml=%2FEY-El_FAQXML%2Easp&template=1,31" dqm__subdesc14_2 = "Prix du pétrole brut" dqm__url14_2 = "/silos/CrudeOilPrices/CR-Prices2007.asp" dqm__2nd_icon_index14_2 = 0 dqm__subdesc14_2_0 = "Prix du pétrole brut - Analyse rétrospective de l’année 2007" dqm__url14_2_0 = "/silos/CrudeOilPrices/CR-Prices2007.asp" dqm__subdesc14_2_1 = "Liens" dqm__url14_2_1 = "/linksGenerator.asp?absKey=links_crudeoilprices&template=1,28" dqm__subdesc14_2_2 = "Archives" dqm__url14_2_2 = "/silos/CrudeOilPrices/oilPricingArchives.asp" dqm__2nd_icon_index14_2_2 = 0 dqm__subdesc14_2_2_0 = "Prix du pétrole brut – L’année 2006 sera faite de hauts et de bas" dqm__url14_2_2_0 = "/silos/CrudeOilPrices/CR-Prices2006.asp" dqm__subdesc14_2_2_1 = "Prix de l’essence et du pétrole brut : tendances historiques" dqm__url14_2_2_1 = "/silos/CrudeOilPrices/CR-PricingTrends.asp" dqm__subdesc14_3 = "Les liquides de gaz naturel" dqm__url14_3 = "/silos/NaturalGasLiquidsPrices/NGL-Pricing.asp" dqm__2nd_icon_index14_3 = 0 dqm__subdesc14_3_0 = "Liens" dqm__url14_3_0 = "/linksGenerator.asp?absKey=links_naturalgasliquidsprices&template=1,33" dqm__subdesc14_4 = "Prix de gaz naturel" dqm__url14_4 = "/silos/NaturalGasPrices/NG-PricingInCanada.asp" dqm__2nd_icon_index14_4 = 0 dqm__subdesc14_4_0 = "Établissement des prix du gaz naturel au Canada" dqm__url14_4_0 = "/silos/NaturalGasPrices/NG-PricingInCanada.asp" dqm__subdesc14_4_1 = "Liens" dqm__url14_4_1 = "/linksGenerator.asp?absKey=links_naturalgasprices&template=1,29" dqm__subdesc14_4_2 = "Archives" dqm__url14_4_2 = "/silos/NaturalGasPrices/NG-NewFrontiers.asp" dqm__2nd_icon_index14_4_2 = 0 dqm__subdesc14_4_2_0 = "Les prix et la production de gaz naturel atteignent de nouveaux sommets" dqm__url14_4_2_0 = "/silos/NaturalGasPrices/NG-NewFrontiers.asp"