
function openRegisterJurisdictions() 
{ 
	leftpos = (screen.width/2) - 78;
	features = "width=600,height=500,left=" + leftpos + ",top=200,scrollbars=yes,resizable=yes,toolbar=yes";
	window.open('register-jurisdictions.aspx','RegisterJurisdictions',features);
}