var BS_sSlipHelp = "";
BS_sSlipHelp += '<h4>'+FS_I18N("Betslip Help")+'</h4>';
BS_sSlipHelp += '<ul class="legend">';
BS_sSlipHelp += '<li>'+FS_I18N("Use checkboxes to narrow down number of selections you want to place.")+'</li>';
BS_sSlipHelp += '<li>'+FS_I18N("Click on")+' <img src="/interface/css/images/betslip/x.png" width="16" height="16" alt="X = remove selection" /> '+FS_I18N("icon next to the selection to remove it")+'.</li>';
BS_sSlipHelp += '<li>'+FS_I18N("Move mouse over")+' <img src="/interface/css/images/betslip/info.png" width="16" height="16" alt="i = info" /> '+FS_I18N("icon to see more info about the selection")+'.</li>';
BS_sSlipHelp += '<li>'+FS_I18N("Selections with a coloured bar beside them are inter-related and may not be combined in multiple bets.")+'</li>';
BS_sSlipHelp += '</ul>';
BS_sSlipHelp += '<h5>'+FS_I18N("Messages in bet types drop-down list")+'</h5>';
BS_sSlipHelp += '<ul class="legend">';
BS_sSlipHelp += '<li><em>'+FS_I18N("Please wait...")+'</em> - '+FS_I18N("means that you should wait until the list of possible bet types is fetched. It takes around one second to complete")+'.</li>';
BS_sSlipHelp += '<li><em>'+FS_I18N("Bet types N/A")+'</em> - '+FS_I18N("means that there are no bet types available for chosen selections. Use checkbox to create a different combination")+'.</li>';
BS_sSlipHelp += '<li><em>'+FS_I18N("Error")+'</em> - '+FS_I18N("means that an error occured when we tried to fetch the bet types. Use checkbox and try a different combination")+'.</li>';
BS_sSlipHelp += '</ul>';

