
function click()
{
if(event.button==2)
{
alert("Eureka Industrial Equipments Pvt. Ltd.")
}
}
document.onmousedown=click;

