function popshow(seite,x,y) {
	self.name = "opener";
	dims = "top=10, left=400, width=" + x + ",height=" + y + ",scrollbars=yes,resizable=yes";
	remote = window.open(seite,"pop",dims );
}

var picture;
/*function poppic(pic,seite,x,y) {
	//alert(pic);
	picture = pic;
	self.name = "opener";
	dims = "width=" + x + ",height=" + y + ",scrollbars=yes resizable=yes";
	remote = window.open(seite,"pop",dims );
}*/

function poppic(seite,x,y) {
	//alert(pic);
	//picture = pic;
	if (x == '')
		x = 900;
	
	if (y == '')
		y = 800;
	
	self.name = "opener";
	dims = "width=" + x + ",height=" + y + ",scrollbars=no, resizable=yes";
	remote = window.open(seite,"pop",dims );
}
