function isIE6(){
	return ((document.all)&&(navigator.appVersion.indexOf("MSIE 6.")!=-1)) ? true : false;
}
