<!--
function IsIE()
	{
	var ItsIE = 0;
 	if (navigator.appName == 'Microsoft Internet Explorer') {ItsIE = 1};
	return ItsIE;
	}
//-->