﻿function openForm(url)
{
  formWindow = window.open(url, "CallBack", "height=600 width=440 scrollbars=yes,left=30,top=30 resizable=yes");
  formWindow.focus();
}
