function checkBrowser() { //v4.0
	if (navigator.appName.indexOf('Microsoft') != -1) {
  		return 1;	
	}
  	else {
  	return 6;
  	}
}