﻿function booktable()
{
	document.frmhome.method="POST";
	document.frmhome.action="booking.php";
	document.frmhome.hdEvent.value = "booking";
	document.frmhome.submit();
}