// Detects what browser the user has

if (document.all) 					{isIE = 1; isNS6 = 0;}
else if (document.getElementById) 	{isIE = 0; isNS6 = 1;}
