function link(argv){	with(document.pageinfo){		if(currentPage.value != argv){
			category.value = argv;			submit();		}
	}}