var HINTS_CFG = { 'top' : -1, // a vertical offset of a hint from mouse pointer 'left' : 5, // a horizontal offset of a hint from mouse pointer 'css' : 'hintsClass', // a style class name for all hints, TD object 'show_delay' : 500, // a delay between object mouseover and hint appearing 'hide_delay' : 90000, // a delay between hint appearing and hint hiding 'wise' : true, 'follow' : true, 'z-index' : 0 // a z-index for all hint layers }, HINTS_ITEMS = [ // wrap_img('images/jshints.jpg', "Dreamweaver Mx2004 Review"), "Just a statement with no tags", //Test comment "", "

Backward pointer/link to previous tutorial

", "

Forward pointer/link to next tutorial", "

Follower Hint" ]; //alert(HINTS_ITEMS[0]+"=hits first item"); var myHint = new THints (HINTS_CFG, HINTS_ITEMS); function wrap (s_, b_ques) { return "
"+s_+"
" } function wrap_img (s_file, s_title) { return "
"+s_title+"
" }