// JavaScript Document

function gotoPage(dest){
	window.location = dest;
}
