function popUp(URL,width,height,c) {
	day = new Date();
	id = day.getTime();
	var leftPosition  = (screen.width - width + 40) / 2;
	var topPosition = (screen.height - height + 40) / 4;
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+width+',height='+height+',left='+leftPosition+',top='+topPosition);");
}

function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed: false,
		useThumbGenerator: true
	});
}
