home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2007 July / PCgo_0707_DVDC.iso / html / software.js < prev    next >
Encoding:
Text File  |  2007-05-14  |  33.0 KB  |  458 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_bgcolor9 = "#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_bgcolor5 = "transparent"
  52. //dqm__main_hl_bgcolor6 = "transparent"
  53. //dqm__main_hl_bgcolor7 = "transparent"
  54. //dqm__main_hl_bgcolor8 = "transparent"
  55.     //dqm__main_hl_bgcolor9 = "transparent"
  56.  
  57.     dqm__main_textcolor = "#000000"
  58.     //dqm__main_textcolor9 = "#FFFFFF"
  59.  
  60.     dqm__main_hl_textcolor = "#FFFFFF"
  61.     //dqm__main_hl_textcolorX = "#ff0000"
  62.  
  63.  
  64.  
  65. /*---------------------------------------------
  66. Menu Item Font Settings
  67. -----------------------------------------------*/
  68.  
  69.  
  70.     dqm__main_fontfamily = "Arial"    //Any available system font
  71.     dqm__main_fontsize = 12            //Defined with pixel sizing
  72.     dqm__main_textdecoration = "normal"    //set to: 'normal', or 'underline'
  73.     dqm__main_fontweight = "bold"        //set to: 'normal', or 'bold'
  74.     dqm__main_fontstyle = "normal"        //set to: 'normal', or 'italic'
  75.  
  76.  
  77.     //rollover effect
  78.  
  79.     dqm__main_hl_textdecoration = "none"
  80.  
  81.  
  82.  
  83. /*---------------------------------------------
  84. Main Menu Margins and Text Alignment
  85. -----------------------------------------------*/
  86.  
  87.  
  88.     dqm__main_text_alignment = "left"        //set to: 'left', 'center' or 'right'
  89.     dqm__main_margin_top = 1
  90.     dqm__main_margin_bottom = 2
  91.     dqm__main_margin_left = 7
  92.     dqm__main_margin_right = 0
  93.  
  94.  
  95.  
  96.     //specific settings
  97.  
  98.     dqm__main_text_alignmentX = "left"        //set to: 'left', 'center' or 'right'
  99.     dqm__main_margin_topX = 1
  100.     dqm__main_margin_bottomX = 2
  101.  
  102.  
  103.  
  104. /*---------------------------------------------
  105. Optional Status Bar Text
  106. -----------------------------------------------*/
  107.  
  108.  
  109.     //dqm__status_text0 = "Sample text - Main Menu Item 0"
  110.     //dqm__status_text1 = "Sample text - Main Menu Item 1"
  111.  
  112.  
  113.  
  114. /*---------------------------------------------
  115. Main Menu Items (Text, URL's, and Icons)
  116. -----------------------------------------------*/
  117.  
  118.     //Main Menu 0
  119.  
  120.     dqm__maindesc0 = "Vollversionen"
  121.     dqm__micon_index0 = 0
  122.     dqm__url0 = "software_full.htm"
  123.  
  124.     //Main Menu 1
  125.  
  126.     dqm__maindesc1 = "Lightversionen"
  127.     dqm__micon_index1 = 0
  128.     dqm__url1 = "software_light.htm"
  129.  
  130.     //Main Menu 2
  131.  
  132.     dqm__maindesc2 = "Software-Pakete"
  133.     dqm__micon_index2 = 0
  134.     dqm__url2 = "software_tools.htm"
  135.  
  136.       //Main Menu 3
  137.  
  138.     dqm__maindesc3 = "Software zum Heft"
  139.     dqm__micon_index3 = 0
  140.     dqm__url3 = "software_magazin.htm"
  141.  
  142.  
  143.     //Main Menu 4
  144. /*
  145.     dqm__maindesc4 = "Demoversionen"
  146.     dqm__micon_index4 = 0
  147.     dqm__url4 = "software_demo.htm"
  148. */
  149.  
  150.       //Main Menu 4
  151.  
  152.     dqm__maindesc4 = "Online-Software"
  153.     dqm__micon_index4 = 0
  154.     dqm__url4 = "software_online.htm"
  155.  
  156.  
  157.      //Main Menu 5
  158.  
  159.     dqm__maindesc5 = "Grundausstattung"
  160.     dqm__micon_index5 = 0
  161.     dqm__url5 = "software_essentials.htm"
  162.  
  163.  
  164.      //Main Menu 6
  165.  
  166.     dqm__maindesc6 = "ErklΣrung"
  167.     dqm__micon_index6 = 0
  168.     dqm__url6 = "software_faq.htm"
  169.  
  170.  
  171.  
  172.  
  173. /**********************************************************************************************
  174. **********************************************************************************************
  175.  
  176.                               Sub Menu Settings
  177.  
  178. **********************************************************************************************
  179. **********************************************************************************************/
  180.  
  181.  
  182. /*-------------------------------------------
  183. Colors, Borders, Dividers, and more...
  184. --------------------------------------------*/
  185.  
  186.  
  187.     dqm__sub_menu_width = 130              //default sub menu widths
  188.     dqm__sub_xy = "0,0"                    //default sub x,y coordinates - defined relative
  189.                         //to the top-left corner of parent image or sub menu
  190.  
  191.  
  192.     dqm__urltarget = "_self"        //default URL target: _self, _parent, _new, or "my frame name"
  193.  
  194.     dqm__border_width = 0
  195.     dqm__divider_height = 0
  196.  
  197.     dqm__border_color = "#666666"        //Hex color or 'transparent'
  198.     dqm__menu_bgcolor = "#e6e6e6"        //Hex color or 'transparent'
  199.     dqm__hl_bgcolor = "#e6e6e6"
  200.  
  201.     dqm__mouse_off_delay = 0        //defined in milliseconds (activated after mouse stops)
  202.     dqm__nn4_mouse_off_delay = 500        //defined in milliseconds (activated after leaving sub)
  203.  
  204.  
  205.  
  206. /*-------------------------------------------
  207. Font settings and margins
  208. --------------------------------------------*/
  209.  
  210.  
  211.     //Font settings
  212.  
  213.     dqm__textcolor = "#333333"
  214.     dqm__fontfamily = "Verdana"        //Any available system font
  215.     dqm__fontsize = 12            //Defined with pixel sizing
  216.     dqm__fontsize_ie4 = 9            //Defined with point sizing
  217.     dqm__textdecoration = "normal"        //set to: 'normal', or 'underline'
  218.     dqm__fontweight = "normal"        //set to: 'normal', or 'bold'
  219.     dqm__fontstyle = "normal"        //set to: 'normal', or 'italic'
  220.  
  221.  
  222.     //Rollover font settings
  223.  
  224.     dqm__hl_textcolor = "#ffffff"
  225.     dqm__hl_textdecoration = "none"    //set to: 'normal', or 'underline'
  226.  
  227.  
  228.  
  229.     //Margins and text alignment
  230.  
  231.     dqm__text_alignment = "left"        //set to: 'left', 'center' or 'right'
  232.     dqm__margin_top = 0
  233.     dqm__margin_bottom = 0
  234.     dqm__margin_left = 0
  235.     dqm__margin_right = 0
  236.  
  237.  
  238.  
  239. /*---------------------------------------------
  240. Optional Status Bar Text
  241. -----------------------------------------------*/
  242.  
  243.  
  244.     dqm__show_urls_statusbar = false
  245.  
  246.     //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"
  247.     //dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"
  248.  
  249.  
  250.  
  251. /*-------------------------------------------
  252. Internet Explorer Transition Effects
  253. --------------------------------------------*/
  254.  
  255.  
  256.     //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch
  257.  
  258.     dqm__sub_menu_effect = "fade"
  259.     dqm__sub_item_effect = "fade"
  260.  
  261.  
  262.     //Define the effect duration in seconds below.
  263.  
  264.     dqm__sub_menu_effect_duration = .4
  265.     dqm__sub_item_effect_duration = .4
  266.  
  267.  
  268.     //Specific settings for various transitions.
  269.  
  270.     dqm__effect_pixelate_maxsqare = 25
  271.     dqm__effect_iris_irisstyle = "CIRCLE"        //CROSS, CIRCLE, PLUS, SQUARE, or STAR
  272.     dqm__effect_checkerboard_squaresx = 14
  273.     dqm__effect_checkerboard_squaresY = 14
  274.     dqm__effect_checkerboard_direction = "RIGHT"    //UP, DOWN, LEFT, RIGHT
  275.  
  276.  
  277.     //Opacity and drop shadows.
  278.  
  279.     dqm__sub_menu_opacity = 100            //1 to 100
  280.     dqm__dropshadow_color = "none"            //Hex color value or 'none'
  281.     dqm__dropshadow_offx = 5            //drop shadow width
  282.     dqm__dropshadow_offy = 5            //drop shadow height
  283.  
  284.  
  285.  
  286. /*-------------------------------------------
  287. Browser Bug fixes and Workarounds
  288. --------------------------------------------*/
  289.  
  290.  
  291.     //Mac offset fixes, adjust until sub menus position correctly.
  292.  
  293.     dqm__os9_ie5mac_offset_x = 10
  294.     dqm__os9_ie5mac_offset_Y = 15
  295.  
  296.     dqm__osx_ie5mac_offset_x = 10
  297.     dqm__osx_ie5mac_offset_Y = 15
  298.  
  299.     dqm__ie4mac_offset_x = -10
  300.     dqm__ie4mac_offset_Y = -45
  301.  
  302.  
  303.     //Mac offset fixes, adjust until main menu items line up correctly
  304.  
  305.     dqm__mainitems_os9_ie5mac_offset_x = 10
  306.     dqm__mainitems_os9_ie5mac_offset_y = 15
  307.  
  308.     dqm__mainitems_osx_ie5mac_offset_x = 10
  309.     dqm__mainitems_osx_ie5mac_offset_y = 15
  310.  
  311.  
  312.     //Netscape 4 resize bug workaround.
  313.  
  314.     dqm__nn4_reaload_after_resize = true
  315.     dqm__nn4_resize_prompt_user = false
  316.     dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
  317.  
  318.  
  319.     //Set to true if the menu is the only item on the HTML page.
  320.  
  321.     dqm__use_opera_div_detect_fix = true
  322.  
  323.  
  324.     //Pre-defined sub menu item heights for the Espial Escape browser.
  325.  
  326.     dqm__escape_item_height = 20
  327.     dqm__escape_item_height0_0 = 70
  328.     dqm__escape_item_height0_1 = 70
  329.  
  330.  
  331. /*---------------------------------------------
  332. Exposed menu events
  333. ----------------------------------------------*/
  334.  
  335.  
  336.     //Reference additional onload statements here.
  337.  
  338. //    dqm__onload_code = ""
  339.  
  340.  
  341.     //The 'X' indicates the index number of the sub menu group or item.
  342.  
  343.     dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
  344.     dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
  345.     dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"
  346.  
  347.  
  348.  
  349. /*---------------------------------------------
  350. Specific Sub Menu Settings
  351. ----------------------------------------------*/
  352.  
  353.  
  354.     //The following settings may be defined for specific sub menu groups.
  355.     //The 'X' represents the index number of the sub menu group.
  356.  
  357.     dqm__border_widthX = 10;
  358.     dqm__divider_heightX = 5;
  359.     dqm__border_colorX = "#0000ff";
  360.     dqm__menu_bgcolorX = "#ff0000"
  361.     dqm__hl_bgcolorX = "#00ff00"
  362.     dqm__hl_textcolorX = "#ff0000"
  363.     dqm__text_alignmentX = "left"
  364.  
  365.  
  366.     //The following settings may be defined for specific sub menu items.
  367.     //The 'X' represents the index number of the sub menu item.
  368.  
  369.     dqm__hl_subdescX = "custom highlight text"
  370.     dqm__urltargetX = "_new"
  371.  
  372.  
  373.  
  374.  
  375. /*---------------------------------------------
  376. Specific Sub Menu Settings
  377. ----------------------------------------------*/
  378.  
  379.  
  380.     //Sub Menu 0
  381.  
  382.     dqm__sub_xy0 = "0,-103"
  383.     dqm__sub_menu_width0 = 240
  384.  
  385.     dqm__subdesc0_0 = dqm__subdesc0_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm00.gif'><tr><td width='46' height='104'><img src='../img/pix.gif' width='46' height='104' border='0'></td><td width='194' height='104'><img src='../img/pix.gif' width='194' height='104' border='0'></td></tr><tr><td width='46' height='231'><img src='../img/pix.gif' width='46' height='231' border='0'></td><td width='194' height='231' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_001.htm'\"> 700.000 Druckvorlagen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_002.htm'\"> Advanced ZIP Password<br> Recovery</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_003.htm'\"> Ashampoo® ClipFinder</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_004.htm'\"> Ashampoo® FireWall FREE</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_006.htm'\"> CDN Yabe Office</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_007.htm'\"> cut'n'surf</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_008.htm'\"> Deutschland spielt<br> Vollversion: Mad Cars</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_full_009.htm'\"> weitere Programme »</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  386.     dqm__icon_index0_0 = 0
  387.  
  388.  
  389.     //Sub Menu 1
  390.  
  391.     dqm__sub_xy1 = "0,-125"
  392.     dqm__sub_menu_width1 = 240
  393.  
  394.     dqm__subdesc1_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm01.gif'><tr><td width='46' height='126'><img src='../img/pix.gif' width='46' height='126' border='0'></td><td width='194' height='126'><img src='../img/pix.gif' width='194' height='126' border='0'></td></tr><tr><td width='46' height='209'><img src='../img/pix.gif' width='46' height='209' border='0'></td><td width='194' height='209' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_light_000.htm'\"> Active Sync 4.2</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_light_001.htm'\"> Windows Mobile-Center</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  395.     dqm__icon_index1_0 = 0
  396.  
  397.  
  398. /*
  399.  
  400.  
  401.  
  402.  
  403.  
  404. */
  405.     //Sub Menu 2
  406.  
  407.     dqm__sub_xy2 = "0,-147"
  408.     dqm__sub_menu_width2 = 240
  409.  
  410.     dqm__subdesc2_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm02.gif'><tr><td width='46' height='148'><img src='../img/pix.gif' width='46' height='148' border='0'></td><td width='194' height='148'><img src='../img/pix.gif' width='194' height='148' border='0'></td></tr><tr><td width='46' height='187'><img src='../img/pix.gif' width='46' height='187' border='0'></td><td width='194' height='187' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_tools_001.htm'\"> 50 Vollversionen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_tools_006.htm'\"> Anti-Abzock-Paket</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_tools_002.htm'\"> Anti-Crash-Paket</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_tools_003.htm'\"> Audio-Rettung</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_tools_004.htm'\"> DRM-Killerpaket</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_tools_005.htm'\"> Film-Download-Tools</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  411.     dqm__icon_index2_0 = 0
  412.  
  413.  
  414.         //Sub Menu 3
  415.  
  416.     dqm__sub_xy3 = "0,-169"
  417.     dqm__sub_menu_width3 = 240
  418.  
  419.     dqm__subdesc3_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm03.gif'><tr><td width='46' height='170'><img src='../img/pix.gif' width='46' height='170' border='0'></td><td width='194' height='170'><img src='../img/pix.gif' width='194' height='170' border='0'></td></tr><tr><td width='46' height='165'><img src='../img/pix.gif' width='46' height='165' border='0'></td><td width='194' height='165' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_magazin_00.htm'\"> Desktop Sidebar 1.16</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_magazin_01.htm'\"> MPlayer 1.0 RC1</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_magazin_02.htm'\"> SiteAdvisor Firefox</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_magazin_03.htm'\"> SiteAdvisor Internet Explorer</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  420.     dqm__icon_index3_0 = 0
  421.  
  422.  
  423.     //Sub Menu 4
  424.  
  425.     dqm__sub_xy4 = "0,-191"
  426.     dqm__sub_menu_width4 = 240
  427.  
  428.     dqm__subdesc4_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm04.gif'><tr><td width='46' height='192'><img src='../img/pix.gif' width='46' height='192' border='0'></td><td width='194' height='192'><img src='../img/pix.gif' width='194' height='192' border='0'></td></tr><tr><td width='46' height='143'><img src='../img/pix.gif' width='46' height='143' border='0'></td><td width='194' height='143' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_online_001.htm'\"> Firefox 2.0</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_online_002.htm'\"> Internet Explorer 7.0</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_online_003.htm'\"> Opera 9</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_online_004.htm'\"> Thunderbird 2</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  429.     dqm__icon_index4_0 = 0
  430.  
  431.  
  432.     //Sub Menu 5
  433.  
  434.     dqm__sub_xy5 = "0,-213"
  435.     dqm__sub_menu_width5 = 240
  436.  
  437.     dqm__subdesc5_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm05.gif'><tr><td width='46' height='214'><img src='../img/pix.gif' width='46' height='214' border='0'></td><td width='194' height='214'><img src='../img/pix.gif' width='194' height='214' border='0'></td></tr><tr><td width='46' height='121'><img src='../img/pix.gif' width='46' height='121' border='0'></td><td width='194' height='121' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_essentials_00.htm'\"> Adobe Reader 8.0</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_essentials_01.htm'\"> Avira AntiVir Personal<br /> Edition Classic 7.0</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_essentials_02.htm'\"> DriveImage XML 1.21</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_essentials_03.htm'\"> DriveImage XML 1.21<br /> Bart-PE-Plug-in</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"  onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_essentials_16.htm'\"> weitere Programme »</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  438.     dqm__icon_index5_0 = 0
  439.  
  440.  
  441.      //Sub Menu 6
  442.  
  443.     dqm__sub_xy6 = "0,-235"
  444.     dqm__sub_menu_width6 = 240
  445.  
  446.     dqm__subdesc6_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm06.gif'><tr><td width='46' height='214'><img src='../img/pix.gif' width='46' height='214' border='0'></td><td width='194' height='214'><img src='../img/pix.gif' width='194' height='214' border='0'></td></tr><tr><td width='46' height='121'><img src='../img/pix.gif' width='46' height='121' border='0'></td><td width='194' height='121' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\" onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq.htm'\"> Vollversionen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_002.htm'\"> Demoversionen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_003.htm'\"> Originalsoftware</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_004.htm'\"> Freeware</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_005.htm'\"> Shareware</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_006.htm'\"> Light-Versionen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  447.     dqm__icon_index6_0 = 0
  448.  
  449.  
  450.     //Sub Menu 7
  451.  
  452.     dqm__sub_xy7 = "0,-257"
  453.     dqm__sub_menu_width7 = 240
  454.  
  455.     dqm__subdesc7_0 = "<table width='240' border='0' cellspacing='0' cellpadding='0' height='335' background='../img/bg-sm07.gif'><tr><td width='46' height='243'><img src='../img/pix.gif' width='46' height='243' border='0'></td><td width='194' height='243'><img src='../img/pix.gif' width='194' height='243' border='0'></td></tr><tr><td width='46' height='92'><img src='../img/pix.gif' width='46' height='92' border='0'></td><td width='194' height='92' align='left' valign='top' class='submenulo'><table width='194' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\" onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq.htm'\"> Vollversionen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_002.htm'\"> Demoversionen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_003.htm'\"> Originalsoftware</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_004.htm'\"> Freeware</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_005.htm'\"> Shareware</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr><tr><td align='left' valign='middle' width='188' height='15' class='submenulo' onMouseOver=\"style.backgroundColor='#000000';style.color='#FFFFFF'\"    onMouseOut=\"style.backgroundColor='transparent';style.color='#000000'\" onclick=\"document.location.href='software_faq_006.htm'\"> Light-Versionen</td><td align='left' valign='top' width='6' height='15'><img src='../img/pix.gif' width='6' height='15' border='0'></td></tr></table></td></tr></table>"
  456.     dqm__icon_index7_0 = 0
  457.  
  458.