function resize_800x600() 
{
top.moveTo(0,0);
}

function click() {
if (event.button==2) {
alert('Welcome to Samyukthagroup.com !!!');
}
}
document.onmousedown=click;             

