// JavaScript Document
function openGallery ()
{
	$('a[rel="lightbox-Gallery"]').lightbox({start:true});
};