// JavaScript Document

function newWindow(still) {

stillWindow = window.open(still, 'stillWin','width=490,height=357')

stillWindow.focus()

}

function tallWindow(still) {

stillWindow = window.open(still, 'stillWin','width=340,height=495')

stillWindow.focus()

}

function mapWindow(still) {

stillWindow = window.open(still, 'stillWin','width=412,height=287')

stillWindow.focus()

}

function soccerWindow(still) {

stillWindow = window.open(still, 'stillWin','width=450,height=353')

stillWindow.focus()

}