// if(typeof(isPublicWeb) != "undefined"){
//	if(isPublicWeb){
		//add the margins of browser is big
//		var oBody = (is.ie55)? document.body : document.documentElement;
//		var w = oBody.offsetWidth;
//		var h = oBody.offsetHeight;
//		if(oBody.offsetWidth >= 1024){
//			oBody.style.paddingLeft = "100px";
//			oBody.style.paddingTop = "50px";
//		}
//	}
// }