// Pup up windows script
function popup(url){
  cuteLittleWindow = window.open(url, "littleWindow", "location=no,width=550,height=300"); 
}