function whichButton(event)
{
if (event.button==2)
{
alert("Scubastore.com")
}
}

