//func to open popup window for gallery
function openit(url, title, options)
{
	window.open(url, title, options);
}






