function checkBrowser()
{
	// Any W3C standards compliant browser should be fine.
	
	if ( document.getElementById )
		return true;
	return false;
}
