function changeButtonColor(thisObj)
{
   thisObj.style.backgroundColor="#78BEFE"
}


function renewButtonColor(thisObj)
{
   thisObj.style.backgroundColor="#E0E0E0"
}

document.oncontextmenu=eventfalse;
document.onselectstart=eventfalse;
function eventfalse()
{
	alert("上海浩仑流体控制设备有限公司版权所有，不能复制！")
	window.event.returnValue=false;
}

