function newWin(image)
{
    catWindow = window.open(image,'catWin','width=550, height=550')
    catWindow.focus()
}
