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

    return false;
}

