var NS4;
if ((navigator.appName == "Netscape") && (navigator.appVersion[0] < 5))
  NS4 = true;	
else
	NS4 = false;