function display_details(email) {
	//var win_url = "http://localhost/projects/todaystherapist/todaystherapist/therapist_details.php?email=" + email;
	var win_url = "http://choicehealthmag.com/therapist_details.php?email=" + email;
	new_window = window.open(win_url,"","height=800,width=500,scrollbars=1");
	new_window.moveTo(0,0);
}