function PopUp(MyUrl,MyName,MyFeatures) {
  //JavaScript:"PopUp(urlparam , 'BestForm', 'scrollbars=0,resizable=1,width=440,height=425')"
  PopWin=window.open(MyUrl, MyName , MyFeatures);
}
