function headerclick(url, strID, strParam)
{
	switch(strParam){
		case "bio":
			window.location = "/" +  url + "/candidates/" + strID + ".php";
			break;
		default:
			break;
	}
}