function openWindowLg(url) {
  popupWin = window.open(url, name, 
'scrollbars,resizable,width=760,height=480,left=20,top=50')
}
