function loadcal(path) {
	window.open(path + 'fm_CalBooking?OpenForm&ID=' + document.forms[0].RefNumber.value + '','scrollbars=yes,resizable=yes,width=700,height=550,status=yes');
}