function llas_details_validate()
{
        if(!document.llas.dec_coc.checked)
        {
                alert("You have to Confirm with our Code of Conduct. Please tick respective checkbox.");
                return false;
        }
        if(!document.llas.dec_fit.checked)
        {
                alert("You have to satisfy Fit and Proper Person Condition. Please tick respective checkbox.");
                return false;
        }
	if(!document.llas.dec_tnc.checked)
        {
                alert("You have to agree to Terms and Conditions & Cancellation Policy. Please tick respective checkbox.");
                return false;
        }
        if(!document.llas.dec_true.checked)
        {
                alert("You have to confirm that all information provided on this site is true and accurate. Please tick respective checkbox.");
                return false;
        }
}

