﻿function click()
{if (event.button==2)
{alert('2009 Copyright by IBC')}
}document.onmousedown=click
