function popup(url){
  cuteLittleWindow = window.open(url,"LittleWindow", "width=600,screenX=100,left=100,screenY=0,top=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=1", "myWindow");
  cuteLittleWindow.focus()
}