function openSportsjuice_old(link) { window.open(link,"", "scrollbars=0,HEIGHT=398,WIDTH=468,top=1,left=1,resizable") } function openSportsjuice(link) { window.open(link,"", "scrollbars=0,HEIGHT=420,WIDTH=575,top=10,left=10,resizable") } function openArchiveWindow(form) { var myindex=form.select.selectedIndex; if (form.select.options[myindex].value != "#") { window.open(form.select.options[myindex].value, '', "scrollbars=0,HEIGHT=398,WIDTH=468,top=1,left=1,resizable"); } }