﻿function OpenCalendar(name)
{
    window.open(name, null, "width=512,height=384,status=no,toolbar=no,menubar=no,location=no,resizable=no");
}

function OpenDivingMatrix()
{
    window.location = "http://www.divingmatrix.co.uk/calendar.aspx";
}

