function openWindow(url) {
  	popupWin = window.open(url, 'remote', 'width=800,height=600,toolbar=no,location=no,status=yes,scrollbars=yes,resizable=yes,menubar=yes,top=20,left=100')
}