function g_goto(uri) {
	if ( uri != null && uri != '')
		window.location.href = uri;	
}

