function openWin(url,name) {
  window.open(url,name,'height=1,width=1,status=no,toolbar=no,menubar=no,location=no,resizable=yes');
}

