function popup(url){
  cuteLittleWindow = window.open(url, "littleWindow", "location=no,width=450,height=350");
}
