function validate(form,phone) { //alert(form.quantity.value); //alert(phone); //var phonedetails = phone.value; //alert(phonedetails); if (form.quantity.value>5) { alert("You have requested "+form.quantity.value+" "+phone+"s\n\nYou are advised to contact us by phone on freephone 08000 97 86 96 to place this order.\n\nYou can still proceed but we cannot guaruntee availability. By placing your order you confirm you're aware of this!"); return true; } }