function jumpto(sUrl)
{
	if (sUrl)
		window.location.href=sUrl;
}
