function windowPopUp(data,dataUrl) {
  popupWindow=open(data+'?url='+dataUrl,'windowName','scrollbars=no,resizable=no,width=560,height=350,align=center,top=10');
  if (popupWindow.opener==null) popupWindow.opener=self;
}
