var GroupDepartmentsPreview = new Item_Preview('GroupDepartmentsPreview');
GroupDepartmentsPreview.PreviewContainerID = "divGroupDepartmentsPreview";
GroupDepartmentsPreview.MaxAlpha = 100;
GroupDepartmentsPreview.MinAlpha = 0;
GroupDepartmentsPreview.FadeInTime = 500;
GroupDepartmentsPreview.FadeOutTime = 100;
GroupDepartmentsPreview.xOffset = 20;
GroupDepartmentsPreview.yOffset = 20;
GroupDepartmentsPreview.Height = 300;
GroupDepartmentsPreview.Width = 500;
GroupDepartmentsPreview.URL = "/Include/GroupDepartments.asp";
//Events.Register("onload", "GroupDepartmentsPreview.Create()");