document.lang = new Object();
document.lang["how to place a bet"] = 'how to place a bet?';
document.lang["how to place my points"] = 'how to place my points?';
document.lang["Selection"] = 'Selection';
document.lang["Selections"] = 'Selections';
document.lang["Singles"] = 'Singles';
document.lang["clear slip"] = 'clear slip';
document.lang["Stake"] = 'Stake';
document.lang["Combos"] = 'Combos';
document.lang["Min"] = 'Min';
document.lang["Max"] = 'Max';
document.lang["bet"] = 'bet';
document.lang["bets"] = 'bets';
document.lang["Number of bets"] = 'Number of games';
document.lang["Possible payout"] = 'Possible payout';
document.lang["Cost"] = 'Cost';
document.lang["Place bet"] = 'Place bet';
document.lang["0 selections"] = '0 selections';
document.lang["your stake"] = 'your stake';
document.lang["Grand total"] = 'Grand total';

document.text_show_min_max = "Show min/max";
document.text_hide_min_max = "Hide min/max";

var cb_txt=new Array("<b>Standard Parlay</b>",
	"Doubles","Trebles","4-fold","5-fold",
	"6-fold","7-fold","8-fold","9-fold","10-fold",
	"11-fold","12-fold","13-fold","14-fold","15-fold",
	"16-fold","17-fold","18-fold","19-fold","20-fold");

var cb_txt_msg=new Array("Standard Parlay",
	"Doubles","Trebles","4-fold","5-fold",
	"6-fold","7-fold","8-fold","9-fold","10-fold",
	"11-fold","12-fold","13-fold","14-fold","15-fold",
	"16-fold","17-fold","18-fold","19-fold","20-fold");

document.alert_same_odd_exists = "This line is already selected!";
document.alert_same_game_exists = "This line is already selected!";
document.alert_no_more_than_20_games = "You cannot have more than 10 lines!";
document.alert_no_more_than_10_parlay_games = "You cannot add more than 5 lines for the combo!";
document.alert_stake_exceeds_balance = "Your stake is bigger than your balance!";
document.alert_stakes_not_in_limits = "The stakes must be in between the limits!";
document.alert_bet_must_be_positive_number = "The cost must be a positive number!";
document.submit_but_not_logged = "you must be logged in. you do not have an account? click yes to go to the register page";
document.not_within_limits_header = "At least one line from your ticket has a stake that is either too bit, or too small:\n";
document.not_within_limits_footer = "\nPlease correct your stake and bet again.";
document.confirm_ticket_header= "Click OK to confirm that you want to place the following bets:\n";

document.alert_max_limit = "Your maximum payout exceeds the site limit: ";
