﻿function pedigree(url) {
	newwindow=window.open(url,'name', "height=700,width=530, status=0, resizable=0, location=0, scrollbars=1");
	if (window.focus) {newwindow.focus()}
	return false;
}