function gotoNewPage(urlval){
	document.location.href = urlval;
}

