function newWindow(marseillejpg)
{
marseilleWindow = window.open(marseillejpg, "marseilleWin", "width=640,height=480")
marseilleWindow.focus()
}