// JavaScript Document


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Pop-Up-Aufforderung _ Bildergalerie///////////////////////////////////////////////////////////////////////// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var pic;
function popup(pic, hoehe, weite){

//myserver = "http://" + window.location.host;
title = "test";
//alert ("bild: " + pic + " /server: " + myserver);
f1 = window.open("bilddummy.php?bildname=" + pic + "&title=" + title, "Bilderbuch", "width=" + weite + ",height=" + hoehe + ",scrollbars=no");
	f1.focus();

 }

////////////////////////////////////////////////////////////////////////////////////////

