function click() {
if (event.button==2) {
alert('Sorry, this function is disabled.')
}
}
document.onmousedown=click

function openWindow()
{ window.open( 'http://members.lycos.co.uk/notelets/order/','window1'); }
