function registered(id,name)
{
	var url;

	url = "registered.php/?id=" + id;
	eval("page0=window.open(url, null, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=330,left=340,top=262');");
}

