function gotoURL(page) {
	self.location.replace( page + '.htm' );
}


