

function openpopup(url, width, height){
  settings = "width="+(width+20)+",height="+(height+20);
  newwin = window.open(url, "popup", settings); 
}

