function pagelink(linkpage) {
	var url = linkpage;
	window.location = url;
}