function gShowPhoto(id)
{
		window.open('show_photo.php?id='+id,'gShowPhoto','top=0, left=0, scrollbars=0,resizable=0');
}

function gShowTerms()
{
	window.open('use_terms.php','gShowTerms','top=0, left=0, scrollbars=0,resizable=0');
}
