function gotoLink(add) {
	document.linkForm.action = add;
	document.linkForm.submit();
}