function goToPage(pageName){
	if (pageName != '') {
		window.location = pageName;
	}
}
