// JavaScript Document

function visit(id){
	url="?page="+id;
	window.location.href=url;
}
