home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thomson (Residential)
/
TGSTPv7203.iso
/
mac
/
Documentation
/
HTML
/
TG787v-BUS_sv
/
wwhelp
/
wwhimpl
/
common
/
private
/
options.js
< prev
next >
Wrap
Text File
|
2008-02-07
|
2KB
|
54 lines
// Copyright (c) 2000-2001 Quadralay Corporation. All rights reserved.
//
function WWHCommonSettings_Object()
{
this.mbForceJavaScript = true;
this.mbSyncContentsEnabled = true;
this.mbPrevEnabled = true;
this.mbNextEnabled = true;
this.mbRelatedTopicsEnabled = false;
this.mbEmailEnabled = false;
this.mbPrintEnabled = true;
this.mbBookmarkEnabled = false;
this.mEmailAddress = "documentation.speedtouch@thomson.com";
this.mRelatedTopics = new WWHCommonSettings_RelatedTopics_Object();
this.mPopup = new WWHCommonSettings_Popup_Object();
this.mbHighlightingEnabled = true;
this.mHighlightingForegroundColor = "#FFFFFF";
this.mHighlightingBackgroundColor = "#0073AE";
}
function WWHCommonSettings_RelatedTopics_Object()
{
this.mTitleFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt";
this.mTitleForegroundColor = "#FFFFFF";
this.mTitleBackgroundColor = "#999999";
this.mFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt";
this.mWidth = 250;
this.mForegroundColor = "#003399";
this.mBackgroundColor = "#FFFFFF";
this.mBorderColor = "#666666";
this.mbInlineEnabled = false;
this.mInlineFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt";
this.mInlineForegroundColor = "#003366";
}
function WWHCommonSettings_Popup_Object()
{
this.mWidth = 400;
this.mBackgroundColor = "#E7E7E8";
this.mBorderColor = "#B32317";
}