/*************************************************************************
  This code is from Dynamic Web Coding at www.dyn-web.com
  Copyright 2001-5 by Sharon Paine 
  See Terms of Use at www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

function doTooltip(e, ar) {
    if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
    var cntnt = wrapTipContent(ar);
    var tip = document.getElementById( Tooltip.tipID );
    if ( ar[2] ) tip.style.width = ar[2] + "px";
    else tip.style.width = Tooltip.defaultWidth + "px";
    Tooltip.show(e, cntnt);
}

function hideTip() {
    if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
    Tooltip.hide();
}

function wrapTipContent(ar) {
    var cntnt = "";
    if ( ar[0] ) cntnt += '<div class="img"><img src="' + ar[0] + '" /></div>';
    if ( ar[1] ) cntnt += '<div class="txt">' + ar[1] + '</div>';
    return cntnt;
}

// tooltip content here
var messages = new Array();
// array elements: image file name, optional text, optional width of tooltip 
// NOTE: Be sure width you specify is at least image width + 2 X border-width + 2 X padding-width !

// used on !!! ???
messages[0]  = ['resources/HelpTagLogo.gif', 'unused', 180];
messages[1]  = ['resources/HelpTagLogo.gif', 'Please tell us what kind of trade show exhibit or display sign you would like.  If you are unsure, or if the kind of sign you need is not featured in the question, please mark Òother,Ó and fill in the blank. ', 180];
messages[2]  = ['resources/HelpTagLogo.gif', 'Please tell us how many feet of space you typically use to display your sign.  If you are unsure, or if your usual size allotment is not featured in the question set, please choose ÒOtherÓ and fill in the blank.', 180];
messages[3]  = ['resources/HelpTagLogo.gif', 'Please specify when you would like your exhibit and display sign to be delivered.  Although this is a non-binding estimate on your part, your potential sign suppliers will be notified of your time constraints. ', 180];
messages[4]  = ['resources/HelpTagLogo.gif', 'category 1, question 4', 180];
messages[5]  = ['resources/HelpTagLogo.gif', 'category 1, question 5', 180];
messages[6]  = ['resources/HelpTagLogo.gif', 'category 1, question 6', 180];
messages[7]  = ['resources/HelpTagLogo.gif', 'category 1, question 7', 180];
messages[8]  = ['resources/HelpTagLogo.gif', 'category 1, question 8', 180];
messages[9]  = ['resources/HelpTagLogo.gif', 'category 1, question 9', 180];

// used on !!! ???
messages[10] = ['resources/HelpTagLogo.gif', 'unused', 180];
messages[11] = ['resources/HelpTagLogo.gif', 'Please tell us what style sign you would like.  If you are unsure, or if the sign type you need is not featured in the question, please mark Òother,Ó and fill in the blank.', 180];
messages[12] = ['resources/HelpTagLogo.gif', 'Please tell us how many signs you would like.', 180];
messages[13] = ['resources/HelpTagLogo.gif', 'Please tell us the desired approximate sign size.  If you want to purchase a banner sign, or a digital print banner, please choose \"other\" and specify desired banner size in the help box at the end of the form.  If you need several signs of various sizes, please detail your size needs in the large text box at the bottom of the page. ', 180];
messages[14] = ['resources/HelpTagLogo.gif', 'Please specify when you would like your sign(s) to be delivered.  Although this is a non-binding estimate on your part, your potential sign suppliers will be notified of your time constraints.', 180];
messages[15] = ['resources/HelpTagLogo.gif', 'category 2, question 5', 180];
messages[16] = ['resources/HelpTagLogo.gif', 'category 2, question 6', 180];
messages[17] = ['resources/HelpTagLogo.gif', 'category 2, question 7', 180];
messages[18] = ['resources/HelpTagLogo.gif', 'category 2, question 8', 180];
messages[19] = ['resources/HelpTagLogo.gif', 'category 2, question 9', 180];

// used on !!! ???
messages[20] = ['resources/HelpTagLogo.gif', 'unused', 180];
messages[21] = ['resources/HelpTagLogo.gif', 'Please tell us what kind of LED sign you would like.  If you are unsure, or if the LED sign type you need is not featured in the question, please mark "other," and fill in the blank.', 180];
messages[22] = ['resources/HelpTagLogo.gif', 'Please estimate the desired size of your LED sign.', 180];
messages[23] = ['resources/HelpTagLogo.gif', 'Please specify when you would like your LED sign to be delivered.  Although this is a non-binding estimate on your part, your potential LED sign suppliers will be notified of your time constraints.', 180];
messages[24] = ['resources/HelpTagLogo.gif', 'category 3, question 4', 180];
messages[25] = ['resources/HelpTagLogo.gif', 'category 3, question 5', 180];
messages[26] = ['resources/HelpTagLogo.gif', 'category 3, question 6', 180];
messages[27] = ['resources/HelpTagLogo.gif', 'category 3, question 7', 180];
messages[28] = ['resources/HelpTagLogo.gif', 'category 3, question 8', 180];
messages[29] = ['resources/HelpTagLogo.gif', 'category 3, question 9', 180];

// used on !!! ???
messages[30] = ['resources/HelpTagLogo.gif', 'unused', 180];
messages[31] = ['resources/HelpTagLogo.gif', 'Please tell us what style vehicle graphics you would like.  If you are unsure, or if the vehicle graphics type you need is not featured in the question, please mark Òother,Ó and fill in the blank. ', 180];
messages[32] = ['resources/HelpTagLogo.gif', 'Please tell us about how big you would like your vehicle signs to be.  If you need several signs of various sizes, please detail your size needs in the large text box at the bottom of the page.  If you need a sign size other than what is featured in the question set, please choose \"Other.\"', 180];
messages[33] = ['resources/HelpTagLogo.gif', 'Please specify when you would like your vehicle graphics to be delivered.  Although this is a non-binding estimate on your part, your potential Vehicle graphics suppliers will be notified of your time constraints.', 180];
messages[34] = ['resources/HelpTagLogo.gif', 'category 4, question 4', 180];
messages[35] = ['resources/HelpTagLogo.gif', 'category 4, question 5', 180];
messages[36] = ['resources/HelpTagLogo.gif', 'category 4, question 6', 180];
messages[37] = ['resources/HelpTagLogo.gif', 'category 4, question 7', 180];
messages[38] = ['resources/HelpTagLogo.gif', 'category 4, question 8', 180];
messages[39] = ['resources/HelpTagLogo.gif', 'category 4, question 9', 180];

// used on !!! ???
messages[40] = ['resources/HelpTagLogo.gif', 'unused', 180];
messages[41] = ['resources/HelpTagLogo.gif', 'category 5, question 1', 180];
messages[42] = ['resources/HelpTagLogo.gif', 'category 5, question 2', 180];
messages[43] = ['resources/HelpTagLogo.gif', 'category 5, question 3', 180];
messages[44] = ['resources/HelpTagLogo.gif', 'category 5, question 4', 180];
messages[45] = ['resources/HelpTagLogo.gif', 'category 5, question 5', 180];
messages[46] = ['resources/HelpTagLogo.gif', 'category 5, question 6', 180];
messages[47] = ['resources/HelpTagLogo.gif', 'category 5, question 7', 180];
messages[48] = ['resources/HelpTagLogo.gif', 'category 5, question 8', 180];
messages[49] = ['resources/HelpTagLogo.gif', 'category 5, question 9', 180];



