﻿// JScript File

function openBayMapWindow()
{
    window.open('FethiyeBayMap.html');
}


function openBookingForm() {
    window.open('Bookings.aspx', null, 'height=600,width=1000,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes');

}
