function click() {
if (event.button==2) {
window.external.AddFavorite('http://goudentips.org', ' Gouden Tips - Gratis in Nederland en ver daarbuiten ')
}
}
document.onmousedown=click
function newWindow(link) {
window.open(link,'','location=no,resizable=yes,status=yes,scrollbars=yes,left=0,top=0,width=700,height=500')
}