  function subPage(pageLink) {
	toggleAnimation(true);
	ajax.doPost('/partlist.php?subpage='+pageLink,'',updateList);
	return(false);
}