function formlink_ToggleImage(p, fn)
{
	return p.substr(0, p.lastIndexOf('/') + 1).concat(fn);
}

