function isInternetExplorer()
{
	if( navigator.appName == "Microsoft Internet Explorer" )
		return true;
	return false;	
}