function goToURL(path)	{
	if ( path != '' )	{
		window.location.href=path;
	}
}