// JavaScript Document
function openGallerie( basepath, gallerie, l, h, langue )
{
	window.open( basepath + "viewer.asp?gallerie=" + gallerie, "gallerie", 
		"width=" + l + ",height=" + h + ",scrollbars=0,resizable=yes,left=" + 
		((screen.width - l)/2) + ",top=" + ((screen.height - h)/2) ) 
}