function help_changeOption(obj)
{
	if (obj.options.value != "")
	{
		location.href = obj.options.value;
	}
}
