function changeparent(parent_id){
	str="factbook.php?parent_id="+parent_id;
	window.location=str;
}