


function showHelp(ctlTag)
{

    var helpText = "";
  

    switch(ctlTag)
        {
        
        
            case "T_QUANITY":
                helpText = "<b>Traffic Quantity</b><br/>Select the total amount of hits that you require for your site"; 
                break;
            case "T_SPEED":
                helpText = "<b>Delivery Speed</b><br/>If you want your traffic visitors as quickly as possible, select Quickly, " + 
                           "if you would like to have your visitors spread over a number of days select " + 
                           "Smooth and Select the maximum  number each day you would like to receive"; 
                break;
            case "T_URL":
                helpText = "<b>Target Url</b><br/>The url is the url that we send the hits/traffic to, please check this carefully, " + 
                           "although we validate that it exists you should check that it is the page that you expect. " +
                           "Please note:It is your responsibility to ensure your URL/Web page is valid - WebTrafficAgents cannot refund " +
                           "orders where an incorrect url has been entered"; 
                break;
           case "T_CTY": 
                helpText = "<b>Country Target</b><br/>We enable trafic targeting from majot countries, please note that selecting countries other than US and UK " +
                           "may possibly extend the timescale that we can serve hits, if you are unsure please contact us"; 
                break;
           case "T_SECTOR": 
                helpText = "<b>Niche/Sector Target</b><br/>Targeting traffic by niche/sector is useful if you know that traffic from certain types of " +
                           "sites convert better, our experience is that keeping within your sites sector is generally better, however " + 
                           " we also find that in certain circumstances cross sector targeting yelds higher site convertions.Please note that " + 
                           " sometimes sector targeting may reduce delivery speed due to available volumes.";
                break;
           case "T_EMAIL":      
                  helpText = "<b>Email</b><br/>We need your email so you can login to your management portal, please be " + 
                             " totally assured that we never give out any email details - even to any of our partners - we use "
                             " your email 100% for the operation of traffic delivery from WebTrafficAgents";
                break;
                
            case "T_PASS":      
                  helpText = "<b>Password</b><br/>Passwords are used to login to your management portal. It " + 
                             "needs to be between 6 and 15 characters";
                break;
                
            case "T_CARD_NO":      
                  helpText = "<b>Card Number</b><br/>Please enter your card number (this is the large number across the " + 
                             "middle front on your card.";
                break;
                
            case "T_CARD_EXP":      
                  helpText = "<b>Card Expiry Date</b><br/>Please enter your card expiry date as shown on the card." + 
                             "";
                break;
            case "T_CV2":      
                  helpText = "<b>3 Digit Card Security Code</b><br/>Please enter the 3 digit security code found on the rear of your card ," + 
                             "this is normally the last 3 digits located on or around the end of signature strip.";
                break;
            case "T_TEL":      
                  helpText = "<b>Contact Tel <span style='color:#d02004;' >**IMPORTANT**</B></span><br/>To reduce fraud and protect" + 
                             " innocent card holders we contact all new account orders by telephone before we deliver any traffic - please include your country code if you know it.";
                break;
                
            case "T_CARD_NAME":      
                  helpText = "<b>Card Holders Name</B><br/>Please enter the card holders name EXACTLY as displayed on the card." + 
                             " ";
                break;
            case "T_CARD_ADDRESS":      
                  helpText = "<b>Card Address - Street/1st line</B><br/>Please enter the 1st line of the address the card is registered to. This must match the address on your card bill statement." + 
                             " ";
                break;
            case "T_CARD_CITY":      
                  helpText = "<b>Card Address - City</B><br/>Please enter the City/town of the address the card is registered to. This must match the address on your card bill statement." + 
                             " ";
                break;
                   break;
            case "T_CARD_ZIP":      
                  helpText = "<b>Card Address - Post/Zip Code</B><br/>Please enter the Zip/ postal code of the address the card is registered to. This must match the address on your card bill statement." + 
                             " ";
                break;
              case "T_CARD_COUNTRY":      
                  helpText = "<b>Card Address - Country</B><br/>Please enter the Country of the address the card is registered to." + 
                             " ";
                break; 
            case "T_CARD_STATE":      
                  helpText = "<b>Card Address - State</B><br/>For USA & Canada residents please select the state/province where the card is registered, for UK/other please  select --Outside US & Canada--." + 
                             " ";
                break;
                
             case "T_CARD_CCY":      
                  helpText = "<b>Price  Currency</B><br/>The amount shown will be billed in the selected currency - we can bill in United states Dollars or UK Pounds Stirling." + 
                             " ";
                break;             
                                 
            

        
        }
                

     document.getElementById("sHelp").innerHTML = helpText;


}
