function click () {
alert ('版权所有：温州迪安鞋业有限公司');
window.event.returnValue=false;
}
document.oncontextmenu=click;