var IE = (document.all) ? 1 : 0; strNewWindow = "/link-instructions.htm"; ViewLogo = true; var msg = "Logo reproduction information?" function checkButton(e) { if (IE) { if (event.button==2) { if (confirm(msg)) { window.open(strNewWindow, "viewSite", "toolbar=yes,height=450,width=750,left=30,top=30,scrollbars=yes"); } else { // alert('returning you to the Welcome home page'); } } } else { if (e.which == 3) { if (confirm(msg)) { window.open(strNewWindow, "viewSite", "toolbar=yes,height=450,width=750,left=30,top=30,scrollbars=yes"); } else { // alert('returning you to the Welcome home page'); } return false; } } } function handleClick() { checkButton(); }