function reloadManuals(form)
{
	var category=form.cat.options[form.cat.options.selectedIndex].value;

	self.location='manuals.php?cat=' + category;
}