function popWindow()
{
	$.prettyPhoto.open('#doctor_bio','','');
}


function getDoctor(id)
{

	$("#doctor_bio").load("/bio.php?d="+id, function(){

	
	$.prettyPhoto.open('#doctor_bio','','');
	
	});
	
	return false;
}


function getDoctorPop(id)
{

	$.prettyPhoto.close(); 

	getDoctor(id);
	
	return false;
}
