function openProfile(url, id) {
	window.open(url,id,'width=470,height=400,location=no,resizable=yes,toolbar=no,scrollbars=yes');
}