<!--

function popup(urlName) {
ttux=window.open(urlName, 'a', 'scrollbars=no, width=400, height=400, toolbar=no')
ttux.focus()
}

function popup2(urlName) {
ttux2=window.open(urlName, 'c', 'scrollbars=1, width=750, height=500, toolbar=no, left=0, top=0, status=1')
ttux2.focus()
}

function popup3(urlName) {
ttux3=window.open(urlName, 'd', 'scrollbars=1, width=780, height=490, toolbar=no, left=0, top=0, status=1, resizable=1')
ttux3.focus()
}

function popupwizard(urlName, width, height) {
ttux3=window.open(urlName, 'e', 'scrollbars=1, width='+width+', height='+height+', toolbar=no, left=0, top=0, status=1, resizable=1')
ttux3.focus()
}

function popupprint(urlName, width, height) {
ttux3=window.open(urlName, 'p', 'scrollbars=1, width='+width+', height='+height+', toolbar=1, left=0, top=0, status=1, resizable=1')
ttux3.focus()
}

function popup_img(urlName) {
img=window.open(urlName, '', 'scrollbars=1, width=780, height=490, toolbar=no, left=0, top=0, status=1, resizable=1')
img.focus()
}

function jumpBox(list) {
location.href = list.options[list.selectedIndex].value
}



// -->