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' : 'hint_text', // a style class name for all hints, TD object 'show_delay' : 100, // a delay between object mouseover and hint appearing 'hide_delay' : 0, // a delay between hint appearing and hint hiding 'wise' : true, 'follow' : true, 'z-index' : 0 // a z-index for all hint layers }; var HINTS_ITEMS = new Array(); // 100-199: Admin Pages HINTS_ITEMS[100]=wrap('To administer the Producers (and other Users) in the system'); HINTS_ITEMS[101]=wrap('To administer the Proposals in the system'); HINTS_ITEMS[102]=wrap('To search the Log Entries'); HINTS_ITEMS[103]=wrap('To create a new User or Producer'); HINTS_ITEMS[104]=wrap('To send a mass e-mail to Users'); HINTS_ITEMS[105]=wrap('To administer the Important Documents Archive (upload, delete, etc)'); HINTS_ITEMS[106]=wrap('To administer Calendar Events'); HINTS_ITEMS[107]=wrap('To administer the News that shows up on the main homepage'); // 200-299: Stuff used in left navigation includes; multiple pages use these hints. HINTS_ITEMS[200]=wrap('To log into your User Account'); HINTS_ITEMS[201]=wrap('To log out of your User Account'); HINTS_ITEMS[202]=wrap('To access the Administration Section'); HINTS_ITEMS[203]=wrap('Main Homepage'); HINTS_ITEMS[204]=wrap('To edit your User Information (including passwords and who represents you)'); HINTS_ITEMS[205]=wrap('To submit a new Proposal for inclusion on the current Ballot'); HINTS_ITEMS[206]=wrap('To view Ballots and, if allowed, vote on the open Proposals'); HINTS_ITEMS[207]=wrap('To view a Producer\'s Profile page'); HINTS_ITEMS[208]=wrap('To tattle on a user who\'s being naughty or abusing the system'); HINTS_ITEMS[209]=wrap('The archive of Important Documents we have stored here (bylaws, edicts, mandates, proclamations, etc.)'); HINTS_ITEMS[210]=wrap('To perform an advanced Proposal search'); HINTS_ITEMS[211]=wrap('To view any Producer\'s entire Voting History for all time'); HINTS_ITEMS[212]=wrap('To view or search the entire programming schedule for all channels'); HINTS_ITEMS[213]=wrap('To view daily Programming Grids for all channels'); HINTS_ITEMS[214]=wrap('To view daily or montly Calendar Events'); // 300-399: Randomosity HINTS_ITEMS[300]=wrap('To create a new Producer account for yourself and get registered in the system'); HINTS_ITEMS[302]=wrap('To create a new Viewer account for yourself and get registered in the system'); HINTS_ITEMS[301]=wrap('

\ If you try to "View Contents" on an EXE file, it will prompt you to save the file to disk \ (or open it from its current location). Doing that will be the only way to see what it is. \ Choosing "View Contents" on a ZIP file will show you every file in the ZIP.
\

\

'); var myHint = new THints (HINTS_CFG, HINTS_ITEMS); function wrap (s_) { return "\n" + "\n" + "\n\n" + "
" + s_ + "
"; }