﻿function OpenCalendar(name)
{
    window.open(name, null, "width=512,height=384,status=no,toolbar=no,menubar=no,location=no,resizable=no");
}
