home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2007 July / PCgo_0707_DVDC.iso / html / software_faq.js < prev    next >
Encoding:
Text File  |  2006-10-18  |  9.8 KB  |  359 lines

  1.  
  2.  
  3. /*---------------------------------------------
  4. Main Item Widths and Heights
  5. -----------------------------------------------*/
  6.  
  7.     
  8.     dqm__main_width = 162            //default main item widths
  9.     dqm__main_height = 17            //default main item heights
  10.     
  11.     //dqm__main_widthX            //specific main item widths
  12.     //dqm__main_heightX            //specific main item heights
  13.  
  14.  
  15.  
  16.  
  17. /*---------------------------------------------
  18. Main Menu Borders Dividers and Layout
  19. -----------------------------------------------*/
  20.  
  21.  
  22.     dqm__main_horizontal = false        //align menu bar horizontally or vertically
  23.  
  24.     dqm__main_border_width = 5;        //the thickness of the border in pixels
  25.     dqm__main_border_color = "#FFFFFF"    //HEX color or set width to 0 for no borders
  26.  
  27.  
  28.     dqm__main_use_dividers = true        //When true the item gap setting is ignored
  29.                         //and the border width and color are used to
  30.                         //separate each main menu item.
  31.                         
  32.                             
  33.     dqm__main_item_gap = 0            //the gap between main menu items in pixels
  34.     
  35.  
  36.     dqm__align_items_bottom_and_right = true    //align items of different size to the bottom
  37.                             //or right edge of the largest main menu item
  38.                             //depending on the horizontal or vertical layout
  39.                             //of the main menu bar - false aligns items to
  40.                             //the top and left
  41.  
  42. /*---------------------------------------------
  43. Menu Item Background and Text Colors
  44. -----------------------------------------------*/
  45.  
  46.  
  47.     dqm__main_bgcolor = "#EFF1F4"        //default color for all items, HEX or 'transparent'
  48.     //dqm__main_bgcolorX = "#6684A3"        //specific menu item color, HEX or 'transparent'
  49.     
  50.     dqm__main_hl_bgcolor = "#6684A3"    //HEX color value or set to 'transparent'
  51.     //dqm__main_hl_bgcolorX = "#B61B22"
  52.  
  53.     dqm__main_textcolor = "#000000"
  54.     //dqm__main_textcolorX = "#FFFFFF"
  55.  
  56.     dqm__main_hl_textcolor = "#FFFFFF"
  57.     //dqm__main_hl_textcolorX = "#ff0000"
  58.  
  59.  
  60.  
  61. /*---------------------------------------------
  62. Menu Item Font Settings
  63. -----------------------------------------------*/
  64.  
  65.  
  66.     dqm__main_fontfamily = "Arial"    //Any available system font     
  67.     dqm__main_fontsize = 12            //Defined with pixel sizing      
  68.     dqm__main_textdecoration = "normal"    //set to: 'normal', or 'underline'
  69.     dqm__main_fontweight = "bold"        //set to: 'normal', or 'bold'
  70.     dqm__main_fontstyle = "normal"        //set to: 'normal', or 'italic'     
  71.  
  72.  
  73.     //rollover effect
  74.     
  75.     dqm__main_hl_textdecoration = "none"
  76.  
  77.  
  78.  
  79. /*---------------------------------------------
  80. Main Menu Margins and Text Alignment
  81. -----------------------------------------------*/
  82.  
  83.  
  84.     dqm__main_text_alignment = "left"        //set to: 'left', 'center' or 'right'
  85.     dqm__main_margin_top = 1
  86.     dqm__main_margin_bottom = 2
  87.     dqm__main_margin_left = 7
  88.     dqm__main_margin_right = 0
  89.  
  90.  
  91.  
  92.     //specific settings
  93.  
  94.     dqm__main_text_alignmentX = "left"        //set to: 'left', 'center' or 'right'
  95.     dqm__main_margin_topX = 1
  96.     dqm__main_margin_bottomX = 2
  97.  
  98.  
  99.  
  100. /*---------------------------------------------
  101. Optional Status Bar Text
  102. -----------------------------------------------*/
  103.  
  104.    
  105.     //dqm__status_text0 = "Sample text - Main Menu Item 0"
  106.     //dqm__status_text1 = "Sample text - Main Menu Item 1"
  107.  
  108.  
  109.  
  110. /*---------------------------------------------
  111. Main Menu Items (Text, URL's, and Icons)
  112. -----------------------------------------------*/
  113.  
  114.     //Main Menu 0
  115.  
  116.     dqm__maindesc0 = "Vollversionen"
  117.     dqm__micon_index0 = 0
  118.     dqm__url0 = "software_faq.htm"
  119.  
  120.  
  121.     //Main Menu 1
  122.  
  123.     dqm__maindesc1 = "Demoversionen"
  124.     dqm__micon_index1 = 0
  125.     dqm__url1 = "software_faq_002.htm"
  126.  
  127.  
  128.  
  129.     //Main Menu 2
  130.  
  131.     dqm__maindesc2 = "Originalsoftware"
  132.     dqm__micon_index2 = 0
  133.     dqm__url2 = "software_faq_003.htm"
  134.  
  135.  
  136.  
  137.     //Main Menu 3
  138.  
  139.     dqm__maindesc3 = "Freeware"
  140.     dqm__micon_index3 = 0
  141.     dqm__url3 = "software_faq_004.htm"
  142.  
  143.  
  144.  
  145.     //Main Menu 4
  146.  
  147.     dqm__maindesc4 = "Shareware"
  148.     dqm__micon_index4 = 0
  149.     dqm__url4 = "software_faq_005.htm"
  150.     
  151.     
  152.     //Main Menu 5
  153.  
  154.     dqm__maindesc5 = "Light-Versionen"
  155.     dqm__micon_index5 = 0
  156.     dqm__url5 = "software_faq_006.htm"
  157.  
  158.  
  159. /**********************************************************************************************
  160. **********************************************************************************************
  161.  
  162.                               Sub Menu Settings
  163.  
  164. **********************************************************************************************
  165. **********************************************************************************************/
  166.  
  167.  
  168. /*-------------------------------------------
  169. Colors, Borders, Dividers, and more...
  170. --------------------------------------------*/
  171.  
  172.  
  173.     dqm__sub_menu_width = 130              //default sub menu widths
  174.     dqm__sub_xy = "0,0"                    //default sub x,y coordinates - defined relative
  175.                         //to the top-left corner of parent image or sub menu
  176.    
  177.  
  178.     dqm__urltarget = "_self"        //default URL target: _self, _parent, _new, or "my frame name"
  179.  
  180.     dqm__border_width = 0
  181.     dqm__divider_height = 0
  182.  
  183.     dqm__border_color = "#666666"        //Hex color or 'transparent'
  184.     dqm__menu_bgcolor = "#e6e6e6"        //Hex color or 'transparent'
  185.     dqm__hl_bgcolor = "#e6e6e6"        
  186.  
  187.     dqm__mouse_off_delay = 0        //defined in milliseconds (activated after mouse stops)
  188.     dqm__nn4_mouse_off_delay = 500        //defined in milliseconds (activated after leaving sub)
  189.  
  190.  
  191.  
  192. /*-------------------------------------------
  193. Font settings and margins
  194. --------------------------------------------*/
  195.    
  196.  
  197.     //Font settings
  198.  
  199.     dqm__textcolor = "#333333"
  200.     dqm__fontfamily = "Verdana"        //Any available system font     
  201.     dqm__fontsize = 12            //Defined with pixel sizing      
  202.     dqm__fontsize_ie4 = 9            //Defined with point sizing
  203.     dqm__textdecoration = "normal"        //set to: 'normal', or 'underline'
  204.     dqm__fontweight = "normal"        //set to: 'normal', or 'bold'
  205.     dqm__fontstyle = "normal"        //set to: 'normal', or 'italic'     
  206.  
  207.  
  208.     //Rollover font settings
  209.  
  210.     dqm__hl_textcolor = "#ffffff"
  211.     dqm__hl_textdecoration = "none"    //set to: 'normal', or 'underline'
  212.  
  213.  
  214.  
  215.     //Margins and text alignment
  216.  
  217.     dqm__text_alignment = "left"        //set to: 'left', 'center' or 'right'
  218.     dqm__margin_top = 0
  219.     dqm__margin_bottom = 0
  220.     dqm__margin_left = 0
  221.     dqm__margin_right = 0
  222.  
  223.  
  224.  
  225. /*---------------------------------------------
  226. Optional Status Bar Text
  227. -----------------------------------------------*/
  228.  
  229.  
  230.     dqm__show_urls_statusbar = false
  231.  
  232.     //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"    
  233.     //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"    
  234.  
  235.  
  236.  
  237. /*-------------------------------------------
  238. Internet Explorer Transition Effects
  239. --------------------------------------------*/
  240.  
  241.  
  242.     //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch
  243.  
  244.     dqm__sub_menu_effect = "fade"
  245.     dqm__sub_item_effect = "fade"
  246.  
  247.  
  248.     //Define the effect duration in seconds below.
  249.    
  250.     dqm__sub_menu_effect_duration = .4
  251.     dqm__sub_item_effect_duration = .4
  252.  
  253.  
  254.     //Specific settings for various transitions.
  255.  
  256.     dqm__effect_pixelate_maxsqare = 25
  257.     dqm__effect_iris_irisstyle = "CIRCLE"        //CROSS, CIRCLE, PLUS, SQUARE, or STAR
  258.     dqm__effect_checkerboard_squaresx = 14
  259.     dqm__effect_checkerboard_squaresY = 14
  260.     dqm__effect_checkerboard_direction = "RIGHT"    //UP, DOWN, LEFT, RIGHT
  261.  
  262.  
  263.     //Opacity and drop shadows.
  264.  
  265.     dqm__sub_menu_opacity = 100            //1 to 100
  266.     dqm__dropshadow_color = "none"            //Hex color value or 'none'
  267.     dqm__dropshadow_offx = 5            //drop shadow width
  268.     dqm__dropshadow_offy = 5            //drop shadow height
  269.  
  270.  
  271.  
  272. /*-------------------------------------------
  273. Browser Bug fixes and Workarounds
  274. --------------------------------------------*/
  275.  
  276.  
  277.     //Mac offset fixes, adjust until sub menus position correctly.
  278.    
  279.     dqm__os9_ie5mac_offset_x = 10
  280.     dqm__os9_ie5mac_offset_Y = 15
  281.  
  282.     dqm__osx_ie5mac_offset_x = 10
  283.     dqm__osx_ie5mac_offset_Y = 15
  284.  
  285.     dqm__ie4mac_offset_x = -10
  286.     dqm__ie4mac_offset_Y = -45
  287.  
  288.  
  289.     //Mac offset fixes, adjust until main menu items line up correctly
  290.  
  291.     dqm__mainitems_os9_ie5mac_offset_x = 10
  292.     dqm__mainitems_os9_ie5mac_offset_y = 15
  293.  
  294.     dqm__mainitems_osx_ie5mac_offset_x = 10
  295.     dqm__mainitems_osx_ie5mac_offset_y = 15
  296.  
  297.  
  298.     //Netscape 4 resize bug workaround.
  299.  
  300.     dqm__nn4_reaload_after_resize = true
  301.     dqm__nn4_resize_prompt_user = false
  302.     dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
  303.    
  304.  
  305.     //Set to true if the menu is the only item on the HTML page.
  306.  
  307.     dqm__use_opera_div_detect_fix = true
  308.  
  309.  
  310.     //Pre-defined sub menu item heights for the Espial Escape browser.
  311.  
  312.     dqm__escape_item_height = 20
  313.     dqm__escape_item_height0_0 = 70
  314.     dqm__escape_item_height0_1 = 70
  315.  
  316.  
  317. /*---------------------------------------------
  318. Exposed menu events
  319. ----------------------------------------------*/
  320.  
  321.  
  322.     //Reference additional onload statements here.
  323.  
  324.     dqm__onload_code = "scrolltextInit();"
  325.  
  326.  
  327.     //The 'X' indicates the index number of the sub menu group or item.
  328.  
  329.     dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
  330.     dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
  331.     dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"
  332.  
  333.  
  334.  
  335. /*---------------------------------------------
  336. Specific Sub Menu Settings
  337. ----------------------------------------------*/
  338.  
  339.  
  340.     //The following settings may be defined for specific sub menu groups.
  341.     //The 'X' represents the index number of the sub menu group.
  342.  
  343.     dqm__border_widthX = 10;
  344.     dqm__divider_heightX = 5;        
  345.     dqm__border_colorX = "#0000ff";     
  346.     dqm__menu_bgcolorX = "#ff0000"
  347.     dqm__hl_bgcolorX = "#00ff00"
  348.     dqm__hl_textcolorX = "#ff0000"
  349.     dqm__text_alignmentX = "left"
  350.  
  351.  
  352.     //The following settings may be defined for specific sub menu items.
  353.     //The 'X' represents the index number of the sub menu item.
  354.  
  355.     dqm__hl_subdescX = "custom highlight text"
  356.     dqm__urltargetX = "_new"
  357.  
  358.  
  359.