// JavaScript Document
function linktopage(page){
	location.href = page;
}