function openRegistry(p_url) {
	var wh = (screen)?(screen.height*.80):600;
	var w = window.open(p_url, "SSEER", "width=970,height=" + wh + ",status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
	w.opener = self;
}

