function isBrowserExplorer(){
	return (navigator.appName == "Microsoft Internet Explorer");
}

function isBrowserNetscape(){
	return (navigator.appName == "Netscape");
}