var IsIE = /MSIE/.test(navigator.userAgent);
var Return ={
	OK : 1,
	ERROR : -1
}