function killErrors() {
	return true;
}
window.onerror = killErrors;
setInterval("window.status = '成都景天实业有限公司';",50);

function showHideDiv(objId) {
	obj = document.getElementById(objId);
	obj.style.display = (obj.style.display == 'block')? 'none': 'block'; 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

