var dataMap={
	//操作系统
	"windows 2000":64,
	"windows xp":65,
	"windows 2003":66,
	"windows 98":67,
	"windows me":68,
	"windows nt":69,
	"windows vista":70,
	"otherSystem":71,
		
	//浏览器版本
	"4.01":72,
	"5.0":73,
	"5.5":74,
	"5.01":75,
	"6.0":76,
	"7.0":77,
	"otherExplorer":78,
		
	"cookieEnable":79,
	"cookieDisable":80,
		
	"javascriptEnable":81,
	"javascriptDisable":82,

	"doClearCache":83,
	"undoClearCache":84,
		
	"animationEnable":85,
	"animationDisable":86,

	"flashEnable":87,
	"flashDisable":88,
	"flashUnInstall":89,
		
	"1024*768":90,		
	"1280*1024":91,		
	"800*600":92,		
	"1152*864":93,		
	"1280*800":94,		
	"1280*768":95,		
	"1280*960":96,		
	"1440*900":97,		
	"1400*1050":98,
	"1680*1050":99,
	"othersize":100,
	
	//Flash版本
	"flash6":101,
	"flash7":102,
	"flash8":103,
	"flash9":104,
	"otherFlash":105,
	"noFlash":106,
		
	"flashUpdate":107,
	"flashNoUpdate":108
}