function fullLink(which) {
	var theLink = which.getElementsByTagName("a")[0];
	if(!theLink.onclick) location.href = theLink.href;
	else theLink.onclick();
}