function newpage(target, args)
{
	document.forms.search.action = target + args;
	document.forms.search.submit();
}
