function loadPub(caller)
{
	if(document.getElementById(caller).id=="divExpandAll")
	{
		ajaxpage('/publications/pub-all.html.part', 'cv-pub');
		document.getElementById(caller).id="expanded";
		//document.getElementById('pubExpandAllLabel').innerHTML="COLLAPSE ALL";
	}
}
