function NavigateToDefaultAspx(defaultUrl)
{
	if(document.forms['assetm'] == null)
		{
			window.location = defaultUrl;
		}
}
