if(typeof(A2) == 'undefined'){A2 = new Object;}

A2.gallerie= function()	
		{
		return	{
			galleriePop : function(url, width, height)
				{
				if(typeof(gp) != "undefined")
					{
					gp.close();					
					}
					
				gp = window.open("gallerie.php?f=" + url, "gp", "width=" + width + ", height=" + height + ", resizable=yes");
				gp.focus();
				return false;
				}
			}
		}();


