function openPopup(src)
{
	popup = window.open(src, "Gallery", "width=800,height=650,resizable=yes,");
	popup.focus();
}
