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