

function showsubpage(basepath, subpageid) {
	location.href = basepath + '&subpage=' + subpageid;
}