function openCarQuote(prefix, carCategory)
{
	window.open(prefix+'transactions/car-hire-booking.php?cc='+carCategory, '', 'resizable,scrollbars,width=700,height=750')
}

function openBookingRequest(prefix, modeOfTransport, type)
{
	window.open(prefix+'transactions/booking-request.php?mode='+modeOfTransport+'&type='+type, '', 'resizable,status=yes,width=700,height=600')
}

function openKululaBooking()
{
	//window.open('https://www.kulula.com/cgi-bin/airkiosk/I7/181002i?MN=2&AGT=050218152431.165.146.147.45.13563', '', 'resizable,scrollbars,width=580,height=690');
	window.open('https://www.kulula.com/cgi-bin/airkiosk/I7/181002i?MN=3&LANG=&AGT=JNBTAMN.1000209.mackier&REF=', 'internetConsole', 'resizable,scrollbars,width=580,height=690');
}

function doQuote(hotelCode) {
	window.open('../transactions/user-booking.php?hotel='+hotelCode, '', 'resizable,scrollbars,width=700,height=700')
}
