/*
	Organisation chart functies
*/

function subm(f, newaction)
{
	f.action = newaction;
	f.submit();
}
