function loadGallery()
{
	window.open("/photoGallery.htm", "gallery", "toolbar=no,scrollbars=no,status=no,menubar=no,resizable=no,width=410,height=212");	
}

function PrintPedigree(sPath) {
	window.open(sPath, "_blank");
}
