function removens( form, ns ) {
	theform = document.getElementById( form );
	theform.remove.value = ns;
	theform.submit();
}
