// JavaScript Document

bitteklicken = 'Klicken Sie bitte hier (Spamschutz)';
mail = 'mail';
to = 'to:';
prefix = mail+to;
ugb = 'untergrombach';
net = '.net';
ett = String.fromCharCode(64);

nachrichten = 'nachrichten'+ett+ugb+net;
fotos = 'fotos'+ett+ugb+net;
profile = 'profile'+ett+ugb+net;
webmaster = 'georg'+ett+ugb+net;
links = 'link'+ett+ugb+net;
termine = 'termine'+ett+ugb+net;


function FensterOeffnen (bild,text,breite,hoehe) {
	 // text='';
  neuesfenster = window.open("zeigefoto.php?bild="+bild+"&breite="+breite+"&hoehe="+hoehe+"&text="+text, "Foto", "width="+(breite+20)+",height="+(hoehe+80)+",left=100,top=100");
  neuesfenster.focus();
}

function zeigeProfil (lnr) {
	 // text='';
  neuesfenster = window.open("zeigeprofil.php?lnr="+lnr, "Foto", "width=580,height=580,left=10,top=10,scrollbars=yes");
  neuesfenster.focus();
}