// JavaScript Document
function formSubmit()
{
	bookingForm.submit()
	//alert("hello")
}
