// JavaScript Document

function openbooking() {

	window.open('booking.php', '',	'resizable=no,width=930,height=850,scrollbars=yes');

}
