document.onmousedown=RClick;
function RClick(but){
 if(document.layers&& (but.whichi==3)){
   alert("即行ネット収入とお小遣い")}
 if(document.all&& (event.button==2)){
   alert("即行ネット収入とお小遣い")}
}
function RM(){
window.status=''
return true}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=RM
document.onmouseout=RM
