// Usage: <SCRIPT language="JavaScript" SRC="../java/MouseDown.js"></SCRIPT>

function mousedown_doMouseDown(){
	if(event.button!=1)window.external.AddFavorite(document.URL,document.title)
}

document.onmousedown=mousedown_doMouseDown
if(document.layers)window.captureEvents(Event.MOUSEDOWN)
window.onmousedown=mousedown_doMouseDown
