var HINTS_CFG = {
'top' : 10, // a vertical offset of a hint from mouse pointer
'left' : 10, // a horizontal offset of a hint from mouse pointer
'css' : 'hintsClass', // a style class name for all hints, TD object
'show_delay' : 100, // a delay between object mouseover and hint appearing
'hide_delay' : 5000, // a delay between hint appearing and hint hiding
'wise' : true,
'follow' : true,
'z-index' : 0 // a z-index for all hint layers
},
HINTS_ITEMS = {
'TT1':wrap("Tigra Hints Product Page"),
'TT2':wrap("SoftComplex Download Page"),
'TT3':wrap("Tigra Hints Forum"),
'TT4':wrap_img("01", "A picture of a tiger"),
'TT5':wrap_img("70","A picture of a tiger"),
'TT6':wrap_img("20","A picture of a puma"),
6:'
| Click Here for Digital Thermometers & Probes |
|
',
7:'| Click Here for Timex Products |
|
',
8:'| Click Here for Digital Forks & Probes |
|
',
9:'| Click Here for Bi-Metal & Basic Thermometers |
|
',
10:'| Click Here for Food Preparation & Kitchen Timers |
|
',
11:'| Click Here for Grill Lights, Fans & Accessories |
|
',
12:'| Click Here for Product Information |
|
',
13:'| createCSS StyleSheet() | unsupported | | createStyleSheet() | supported | | getOverrideStyle() | unsupported | | getPropertyPriority() | unsupported |
|
',
14:'| createCSS StyleSheet() | unsupported | | createStyleSheet() | supported | | getOverrideStyle() | unsupported | | getPropertyPriority() | supported |
|
',
15:'| createCSS StyleSheet() | unsupported | | createStyleSheet() | unsupported | | getOverrideStyle() | unsupported | | getPropertyPriority() | supported |
|
',
16:'Softcomplex Inc. is privately owned US company providing high quality
software development and IT consulting services.',
17:wrap("Tigra Hints Documentation", true)
};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
function wrap (s_, b_ques) {
return ""
}
function wrap_img (s_file, s_title) {
return " |
| "+s_title+" |
"
}