//alert('popup.js');

var xp=10;
var yp=10;

function showfoto(x,y,datei,name,text) {
	xp+=30; yp+=8;
	newwindow=window.open("bild.php?text="+text+"&datei="+datei,"rh"+xp,"screenX="+xp+",screenY="+yp+",width="+x+",height="+y+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=no");
}

function showinfo(x,y,url,id) {
	xp+=30; yp+=8;
	newwindow=window.open(url,id,"screenX="+xp+",screenY="+yp+",width="+x+",height="+y+",status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes"); // open window
}