function openBio(userId){
	//alert("hello");
	window.open('/usersBio.php?id='+userId,null,'height=1024,width=650,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes');
}
