// JavaScript Document
function openWindow() {
    newWindow = window.open('stA.htm', '', 'width=780, height=680, scrollbars=yes, top=0, left=0')
    newWindow.focus()
}

function popWindow() {
    newWindow = window.open('whyus.htm', '', 'width=660, height=580, scrollbars=yes, top=0, left=0')
    newWindow.focus()
}