function isIE()
{
	return document.all;
}
function isOldIe()
{
	return !window.XMLHttpRequest;
}