limit_multiple_users = true sequence = "9x88_4" // QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com /*------------------------------------------- Colors, Borders, Dividers, and more... --------------------------------------------*/ dqm__sub_menu_width = 153 //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 = "#ffffff" //Hex color or 'transparent' dqm__menu_bgcolor = "#F4990E" //Hex color or 'transparent' dqm__hl_bgcolor = "#FDB953" 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 = "#FFFFFF" dqm__fontfamily = "Verdana" //Any available system font dqm__fontsize = 12 //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 = "#737373" dqm__hl_textdecoration = "underline" //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 = 15 /*------------------------------------------- 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 = "../imgs/arrow.gif" //dqm__icon_rollover0 = "../imgs/arrow.gif" //dqm__icon_image_wh0 = "7,7" //Absolute positioned icon images (coordinate poitioned) dqm__2nd_icon_image0 = "../imgs/arrow_off.gif" dqm__2nd_icon_rollover0 = "../imgs/arrow.gif" dqm__2nd_icon_image_wh0 = "7,7" dqm__2nd_icon_image_xy0 = "8,6" dqm__2nd_icon_image1 = "../imgs/arrow_off_left.gif" dqm__2nd_icon_rollover1 = "../imgs/arrow_left.gif" dqm__2nd_icon_image_wh1 = "7,7" dqm__2nd_icon_image_xy1 = "8,6" /*--------------------------------------------- Optional Status Bar Text -----------------------------------------------*/ dqm__show_urls_statusbar = true //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 = .2 dqm__sub_item_effect_duration = .2 //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__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 = "../imgs/nav_about_off.gif" dqm__rollover_wh0 = "151,29" dqm__url0 = "page.aspx?cid=531"; //Main Menu Item 1 dqm__rollover_image1 = "../imgs/nav_ourservices_off.gif" dqm__rollover_wh1 = "151,29" dqm__url1 = "page.aspx?cid=532"; //Main Menu Item 2 dqm__rollover_image2 = "../imgs/nav_ourtools_off.gif" dqm__rollover_wh2 = "151,29" dqm__url2 = "page.aspx?cid=533"; //Main Menu Item 3 dqm__rollover_image3 = "../imgs/nav_news_off.gif" dqm__rollover_wh3 = "151,29" dqm__url3 = "page.aspx?cid=558"; //Main Menu Item 4 dqm__rollover_image4 = "../imgs/nav_contact_off.gif" dqm__rollover_wh4 = "152,29" dqm__url4 = "page.aspx?cid=535"; /*--------------------------------------------- Sub Menu Settings -----------------------------------------------*/ //--------About Clarity------------------------- dqm__sub_xy0 = "-152,29" dqm__subdesc0_0 = "History" dqm__url0_0 = "page.aspx?cid=539" dqm__icon_index0_0 = 0 dqm__subdesc0_1 = "Careers" dqm__url0_1 = "page.aspx?cid=541" dqm__icon_index0_1 = 0 dqm__2nd_icon_index0_1 = 0 dqm__sub_xy0_1 = "-1,-1" dqm__subdesc0_1_0 = "Web Developer" dqm__url0_1_0 = "page.aspx?cid=1597" dqm__icon_index0_1_0 = 0 dqm__subdesc0_2 = "Community" dqm__url0_2 = "page.aspx?cid=542" dqm__icon_index0_2 = 0 dqm__subdesc0_3 = "Clients" dqm__url0_3 = "page.aspx?cid=754" dqm__icon_index0_3 = 0 /*--------Our Services-------------------------*/ dqm__sub_xy1 = "-152,29" dqm__subdesc1_0 = "Consulting" dqm__url1_0 = "page.aspx?cid=543" dqm__icon_index1_0 = 0 dqm__subdesc1_1 = "Application Development" dqm__url1_1 = "page.aspx?cid=544" dqm__icon_index1_1 = 0 dqm__subdesc1_2 = "Application Integration" dqm__url1_2 = "page.aspx?cid=759" dqm__icon_index1_2 = 0 dqm__subdesc1_3 = "Creative" dqm__url1_3 = "page.aspx?cid=546" dqm__icon_index1_3 = 0 dqm__2nd_icon_index1_3 = 0 dqm__sub_xy1_3 = "-1,-1" dqm__subdesc1_3_0 = "Portfolio" dqm__url1_3_0 = "page.aspx?cid=810" dqm__icon_index1_3_0 = 0 dqm__subdesc1_4 = "Intranet Development" dqm__url1_4 = "page.aspx?cid=547" dqm__icon_index1_4 = 0 /*--------Our Tools-------------------------*/ dqm__sub_xy2 = "-152,29" dqm__subdesc2_0 = "Content Management" dqm__url2_0 = "page.aspx?cid=548" dqm__icon_index2_0 = 0 dqm__2nd_icon_index2_0 = 0 dqm__sub_xy2_0 = "-1,-1" dqm__subdesc2_0_0 = "CCM.NET Features" dqm__url2_0_0 = "page.aspx?cid=577" dqm__icon_index2_0_0 = 0 dqm__subdesc2_0_1 = "CCM.NET Benefits" dqm__url2_0_1 = "page.aspx?cid=579" dqm__icon_index2_0_1 = 0 dqm__subdesc2_0_2 = "Bundled Tools" dqm__url2_0_2 = "page.aspx?cid=582" dqm__icon_index2_0_2 = 0 dqm__subdesc2_0_3 = "Add-Ons" dqm__url2_0_3 = "page.aspx?cid=578" dqm__icon_index2_0_3 = 0 dqm__subdesc2_0_4 = "Reference Sites" dqm__url2_0_4 = "page.aspx?cid=581" dqm__icon_index2_0_4 = 0 dqm__subdesc2_0_5 = "Architectural Overview" dqm__url2_0_5 = "page.aspx?cid=587" dqm__icon_index2_0_5 = 0 dqm__subdesc2_0_6 = "Technical Questions" dqm__url2_0_6 = "page.aspx?cid=580" dqm__icon_index2_0_6 = 0 dqm__subdesc2_0_7 = "Intranet Business Management" dqm__url2_0_7 = "page.aspx?cid=1308" dqm__icon_index2_0_7 = 0 dqm__subdesc2_0_8 = "Website Content Management Solution" dqm__url2_0_8 = "page.aspx?cid=1309" dqm__icon_index2_0_8 = 0 dqm__subdesc2_0_9 = "Business Content Management" dqm__url2_0_9 = "page.aspx?cid=1310" dqm__icon_index2_0_9 = 0 dqm__subdesc2_0_10 = "Web Content Management" dqm__url2_0_10 = "page.aspx?cid=1311" dqm__icon_index2_0_10 = 0 dqm__subdesc2_0_11 = "Integration of Intranets" dqm__url2_0_11 = "page.aspx?cid=1312" dqm__icon_index2_0_11 = 0 dqm__subdesc2_0_12 = "Intranet Business Management" dqm__url2_0_12 = "page.aspx?cid=1313" dqm__icon_index2_0_12 = 0 dqm__subdesc2_0_13 = "Website Content Management Solution" dqm__url2_0_13 = "page.aspx?cid=1314" dqm__icon_index2_0_13 = 0 dqm__subdesc2_0_14 = "Intranet Management Software" dqm__url2_0_14 = "page.aspx?cid=1315" dqm__icon_index2_0_14 = 0 dqm__subdesc2_1 = "Communication Tool" dqm__url2_1 = "page.aspx?cid=788" dqm__icon_index2_1 = 0 dqm__subdesc2_2 = "LiMe" dqm__url2_2 = "page.aspx?cid=1410" dqm__icon_index2_2 = 0 dqm__2nd_icon_index2_2 = 0 dqm__sub_xy2_2 = "-1,-1" dqm__subdesc2_2_0 = "Course Content Development" dqm__url2_2_0 = "page.aspx?cid=1411" dqm__icon_index2_2_0 = 0 dqm__subdesc2_2_1 = "Testing and Evaluation" dqm__url2_2_1 = "page.aspx?cid=1412" dqm__icon_index2_2_1 = 0 dqm__subdesc2_2_2 = "Student Interface and Online Courses" dqm__url2_2_2 = "page.aspx?cid=1413" dqm__icon_index2_2_2 = 0 dqm__subdesc2_2_3 = "Administrator" dqm__url2_2_3 = "page.aspx?cid=1414" dqm__icon_index2_2_3 = 0 dqm__subdesc2_2_4 = "Technology and Professional Services" dqm__url2_2_4 = "page.aspx?cid=1415" dqm__icon_index2_2_4 = 0 dqm__subdesc2_3 = "eSTAT" dqm__url2_3 = "page.aspx?cid=1911" dqm__icon_index2_3 = 0 dqm__2nd_icon_index2_3 = 0 dqm__sub_xy2_3 = "-1,-1" dqm__subdesc2_3_0 = "Hospital Pandemic Planning – Skills Assessment and Inventory" dqm__url2_3_0 = "page.aspx?cid=1912" dqm__icon_index2_3_0 = 0 dqm__subdesc2_3_1 = "Healthcare Pandemic Planning - Skills Assessment and Inventory" dqm__url2_3_1 = "page.aspx?cid=1913" dqm__icon_index2_3_1 = 0 dqm__subdesc2_3_2 = "Pandemic Planning – White Paper" dqm__url2_3_2 = "page.aspx?cid=1914" dqm__icon_index2_3_2 = 0 dqm__subdesc2_4 = "COPPS" dqm__url2_4 = "page.aspx?cid=1712" dqm__icon_index2_4 = 0 dqm__2nd_icon_index2_4 = 0 dqm__sub_xy2_4 = "-1,-1" dqm__subdesc2_4_0 = "Introduction" dqm__url2_4_0 = "page.aspx?cid=1713" dqm__icon_index2_4_0 = 0 dqm__subdesc2_4_1 = "Authoring Made Easy" dqm__url2_4_1 = "page.aspx?cid=1714" dqm__icon_index2_4_1 = 0 dqm__subdesc2_4_2 = "Streamlining the Review Process" dqm__url2_4_2 = "page.aspx?cid=1715" dqm__icon_index2_4_2 = 0 dqm__subdesc2_4_3 = "Reaching Final Approval" dqm__url2_4_3 = "page.aspx?cid=1716" dqm__icon_index2_4_3 = 0 dqm__subdesc2_5 = "Survey Tool" dqm__url2_5 = "page.aspx?cid=549" dqm__icon_index2_5 = 0 dqm__2nd_icon_index2_5 = 0 dqm__sub_xy2_5 = "-1,-1" dqm__subdesc2_5_0 = "Video Demo" dqm__url2_5_0 = "page.aspx?cid=1373" dqm__icon_index2_5_0 = 0 dqm__subdesc2_6 = "Tracker Tools" dqm__url2_6 = "page.aspx?cid=550" dqm__icon_index2_6 = 0 dqm__2nd_icon_index2_6 = 0 dqm__sub_xy2_6 = "-1,-1" dqm__subdesc2_6_0 = "Expense Tracker" dqm__url2_6_0 = "page.aspx?cid=583" dqm__icon_index2_6_0 = 0 dqm__subdesc2_6_1 = "Time Tracker" dqm__url2_6_1 = "page.aspx?cid=584" dqm__icon_index2_6_1 = 0 dqm__subdesc2_6_2 = "Vacation Tracker" dqm__url2_6_2 = "page.aspx?cid=585" dqm__icon_index2_6_2 = 0 dqm__subdesc2_7 = "Calendar Tool" dqm__url2_7 = "page.aspx?cid=552" dqm__icon_index2_7 = 0 dqm__2nd_icon_index2_7 = 0 dqm__sub_xy2_7 = "-1,-1" dqm__subdesc2_7_0 = "Video Demo" dqm__url2_7_0 = "page.aspx?cid=1369" dqm__icon_index2_7_0 = 0 dqm__subdesc2_8 = "Quick Poll" dqm__url2_8 = "page.aspx?cid=553" dqm__icon_index2_8 = 0 dqm__2nd_icon_index2_8 = 0 dqm__sub_xy2_8 = "-1,-1" dqm__subdesc2_8_0 = "Video demo" dqm__url2_8_0 = "page.aspx?cid=1394" dqm__icon_index2_8_0 = 0 dqm__subdesc2_9 = "News and Events" dqm__url2_9 = "page.aspx?cid=767" dqm__icon_index2_9 = 0 dqm__subdesc2_10 = "Employee Directory Tool" dqm__url2_10 = "page.aspx?cid=755" dqm__icon_index2_10 = 0 dqm__2nd_icon_index2_10 = 0 dqm__sub_xy2_10 = "-1,-1" dqm__subdesc2_10_0 = "Video Demo" dqm__url2_10_0 = "page.aspx?cid=1370" dqm__icon_index2_10_0 = 0 dqm__subdesc2_11 = "Discussion Forum" dqm__url2_11 = "page.aspx?cid=1395" dqm__icon_index2_11 = 0 dqm__2nd_icon_index2_11 = 0 dqm__sub_xy2_11 = "-1,-1" dqm__subdesc2_11_0 = "Video demo" dqm__url2_11_0 = "page.aspx?cid=1396" dqm__icon_index2_11_0 = 0 dqm__subdesc2_12 = "Digital Library" dqm__url2_12 = "page.aspx?cid=555" dqm__icon_index2_12 = 0 dqm__2nd_icon_index2_12 = 0 dqm__sub_xy2_12 = "-1,-1" dqm__subdesc2_12_0 = "Video Demo" dqm__url2_12_0 = "page.aspx?cid=1372" dqm__icon_index2_12_0 = 0 dqm__subdesc2_13 = "Digital Asset Library" dqm__url2_13 = "page.aspx?cid=1392" dqm__icon_index2_13 = 0 dqm__2nd_icon_index2_13 = 0 dqm__sub_xy2_13 = "-1,-1" dqm__subdesc2_13_0 = "Video demo" dqm__url2_13_0 = "page.aspx?cid=1393" dqm__icon_index2_13_0 = 0 dqm__subdesc2_14 = "Hot Cage" dqm__url2_14 = "page.aspx?cid=556" dqm__icon_index2_14 = 0 dqm__2nd_icon_index2_14 = 0 dqm__sub_xy2_14 = "-1,-1" dqm__subdesc2_14_0 = "Overview" dqm__url2_14_0 = "page.aspx?cid=572" dqm__icon_index2_14_0 = 0 dqm__subdesc2_14_1 = "Benefits" dqm__url2_14_1 = "page.aspx?cid=573" dqm__icon_index2_14_1 = 0 dqm__subdesc2_14_2 = "Features" dqm__url2_14_2 = "page.aspx?cid=574" dqm__icon_index2_14_2 = 0 dqm__subdesc2_14_3 = "Workflow" dqm__url2_14_3 = "page.aspx?cid=575" dqm__icon_index2_14_3 = 0 dqm__subdesc2_14_4 = "Architecture" dqm__url2_14_4 = "page.aspx?cid=576" dqm__icon_index2_14_4 = 0 dqm__subdesc2_15 = "Client Portal" dqm__url2_15 = "page.aspx?cid=586" dqm__icon_index2_15 = 0 dqm__2nd_icon_index2_15 = 0 dqm__sub_xy2_15 = "-1,-1" dqm__subdesc2_15_0 = "Video Demo" dqm__url2_15_0 = "page.aspx?cid=1371" dqm__icon_index2_15_0 = 0 /*--------News & Info-------------------------*/ dqm__sub_xy3 = "-152,29" dqm__subdesc3_0 = "Press Releases" dqm__url3_0 = "page.aspx?cid=560" dqm__icon_index3_0 = 0 dqm__subdesc3_1 = "Archive" dqm__url3_1 = "page.aspx?cid=559" dqm__icon_index3_1 = 0 dqm__subdesc3_2 = "White Papers" dqm__url3_2 = "page.aspx?cid=1585" dqm__icon_index3_2 = 0 dqm__2nd_icon_index3_2 = 0 dqm__sub_xy3_2 = "-1,-1" dqm__subdesc3_2_0 = "ORBIS" dqm__url3_2_0 = "page.aspx?cid=1586" dqm__icon_index3_2_0 = 0 dqm__subdesc3_2_1 = "Big Brothers & Big Sisters Calgary" dqm__url3_2_1 = "page.aspx?cid=1594" dqm__icon_index3_2_1 = 0 dqm__subdesc3_2_2 = "Sunnybrook" dqm__url3_2_2 = "page.aspx?cid=1894" dqm__icon_index3_2_2 = 0 /*--------Contact Us-------------------------*/ dqm__sub_xy4 = "-152,29" dqm__subdesc4_0 = "Map to Clarity" dqm__url4_0 = "page.aspx?cid=561" dqm__icon_index4_0 = 0