﻿// JScript File
//open a new window for accomodation
function openWindow() 
{
    window.open("","AccommodationDetails",'scrollbars, width=984, height=700, resizable');
}

function openOuterWindow()
{
    window.open('','_blank')
}

function openRoomsWindow()
{
    window.open("","Account/RoomTypes.aspx",'scrollbars, width=436, height=450, resizable')
}
