function navarc(start, thru) {
	new Ajax.Updater('content', '/xml.php', {
		parameters: { s: start, t: thru }
	});
}