// Avatar - Functie Popup:

function popup(theURL,WinName,features) {
  window.open(theURL,WinName,features);
}