 
document.onmousedown=click; 
function click(){if(event.button==2) 
{alert("版权所有：店口镇中心幼儿园; 技术支持：黄海军");}
} 

