function nav_verifica() {
	nav=navigator.appName.toLowerCase();
	moz=nav.indexOf('netscape')+1;
	if(moz) return 'moz';
	else return 'ie';
}
