﻿// JScript File

var tipAlias='The username/alias you choose will be displayed when you post messages in our message board.';
var tipState='We use your state to determine what retailers in your area may have coupons/discounts available for you.';

function showTip(tipID,x,y)
{    
   alert(tipID);
   /** var tipDiv = document.getElementById('hover_tip');
    
    if (tipDiv.style.visibility=='hidden')
    {
        
        tipDiv.innerHTML=tipID;
        
        //tipDiv.style.left=x;
        //tipDiv.style.top=y;
        tipDiv.style.visibility='visible';
        tipDiv.style.display='block';
        
    }
    else
    {
        tipDiv.style.visibility='hidden';        
        tipDiv.style.display='none';
    }**/

}
