
function jumpto(url,id) {
	if (id!=null) {
		new_url = url + '?id=' + id;
		self.location.replace(new_url);
	}
}