function openWindowText() { popupWin = window.open('help.html#text', 'remote', 'scrollbars,resizable,width=600,height=480') } function openWindowLook() { popupWin = window.open('help.html#look', 'remote', 'scrollbars,resizable,width=600,height=480') } function openWindowMatch() { popupWin = window.open('help.html#match', 'remote', 'scrollbars,resizable,width=600,height=480') } function openWindowSort() { popupWin = window.open('help.html#sort', 'remote', 'scrollbars,resizable,width=600,height=480') } function openWindowSearchset() { popupWin = window.open('help.html#searchset', 'remote', 'scrollbars,resizable,width=600,height=480') } function openWindowDisplay() { popupWin = window.open('help.html#display', 'remote', 'scrollbars,resizable,width=600,height=480') } function openWindowItems() { popupWin = window.open('help.html#items', 'remote', 'scrollbars,resizable,width=600,height=480') }