function click()
{
	if(event.button!=1)
	{
		alert("版权所有@友邦达织带");
	}
	
}
document.onmousedown=click;
