
function makePopup(URL, title,stuff) {
   window.open(URL, title, stuff); 
}

