
function popup(url){
  Window = window.open(url, "littleWindow", "location=no,width=550,height=400,scrollbars,resizable"); 
}
