/*****************
samesarah JS
by crazyjunk
http://www.future-d.net
*****************/

function popup (Adresse) {
  		Fenster1 = window.open(Adresse, "Popup", "width=327,height=500,left=100,top=100,scrollbars=yes");
  		Fenster1.focus();
		}