home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Utility / 5-11_xp-2k_dd_ccc_wdm_enu_27345.exe / Data1.cab / _74B71AE057AF4AEB927232D3F64F72CC < prev    next >
Text File  |  2005-09-21  |  2KB  |  76 lines

  1. // Copyright (c) 2001-2003 Quadralay Corporation.  All rights reserved.
  2. //
  3.  
  4. function  WWHCommonSettings_Object()
  5. {
  6.   this.mTitle = "ACE_F1_Help";
  7.  
  8.   this.mbCookies            = true;
  9.   this.mCookiesDaysToExpire = 30;
  10.   this.mCookiesID           = "GJLEIQOQ";
  11.  
  12.   this.mAccessible       = "false";
  13.   this.mbForceJavaScript = true;
  14.  
  15.   this.mbSyncContentsEnabled  = true;
  16.   this.mbPrevEnabled          = true;
  17.   this.mbNextEnabled          = true;
  18.   this.mbRelatedTopicsEnabled = false;
  19.   this.mbEmailEnabled         = false;
  20.   this.mbPrintEnabled         = true;
  21.   this.mbBookmarkEnabled      = false;
  22.  
  23.   this.mEmailAddress = "support@ati.com";
  24.  
  25.   this.mRelatedTopics = new WWHCommonSettings_RelatedTopics_Object();
  26.   this.mALinks        = new WWHCommonSettings_ALinks_Object();
  27.   this.mPopup         = new WWHCommonSettings_Popup_Object();
  28.  
  29.   this.mbHighlightingEnabled        = true;
  30.   this.mHighlightingForegroundColor = "#FFFFFF";
  31.   this.mHighlightingBackgroundColor = "#333399";
  32. }
  33.  
  34. function  WWHCommonSettings_RelatedTopics_Object()
  35. {
  36.   this.mWidth = 250;
  37.  
  38.   this.mTitleFontStyle       = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt";
  39.   this.mTitleForegroundColor = "#FFFFFF";
  40.   this.mTitleBackgroundColor = "#999999";
  41.  
  42.   this.mFontStyle       = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt";
  43.   this.mForegroundColor = "#003399";
  44.   this.mBackgroundColor = "#FFFFFF";
  45.   this.mBorderColor     = "#666666";
  46.  
  47.   this.mbInlineEnabled = false;
  48.   this.mInlineFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt";
  49.   this.mInlineForegroundColor = "#003366";
  50. }
  51.  
  52. function  WWHCommonSettings_ALinks_Object()
  53. {
  54.   this.mbShowBook = false;
  55.  
  56.   this.mWidth  = 250;
  57.   this.mIndent = 17;
  58.  
  59.   this.mTitleFontStyle       = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt";
  60.   this.mTitleForegroundColor = "#FFFFFF";
  61.   this.mTitleBackgroundColor = "#999999";
  62.  
  63.   this.mFontStyle       = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt";
  64.   this.mForegroundColor = "#003399";
  65.   this.mBackgroundColor = "#FFFFFF";
  66.   this.mBorderColor     = "#666666";
  67. }
  68.  
  69. function  WWHCommonSettings_Popup_Object()
  70. {
  71.   this.mWidth = 200;
  72.  
  73.   this.mBackgroundColor = "#FFFFCC";
  74.   this.mBorderColor     = "#999999";
  75. }
  76.