function newWindow1(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin1", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Direction Marseille - Vieux Port</title></head><body><p><font face=Verdana>Continue on the motorway towards Marseilles and when you arrive at Vitrolles, you will see this sign.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/Exit_Marseille_Vieux-Port.JPG></p></body></html>")
}

function newWindow2(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin2", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Direction Marseille - Vieux Port</title></head><body><p><font face=Verdana>Take the turn-off to Marseille - Vieux Port not Marseille-Centre or Martigues / Fos.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/Marseille_Les_Ports.jpg></p></body></html>")
}

function newWindow3(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin3", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Marseilles and its bay</title></head><body><p><font face=Verdana>From here you will first go up a steep hill then down through a tunnel. When you come out of the tunnel you will see Marseilles, its bay and the port.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/la_baie_de_Marseille.jpg></p></body></html>")
}

function newWindow4(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin4", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Exit No 4</title></head><body><p><font face=Verdana>Follow the motorway to Exit no 4.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/sortie_no4.jpg></p></body></html>")
}

function newWindow5(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin5", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Direction Les ports, Arenc et Portes 2</title></head><body><p><font face=Verdana>And follow the signs indicating Les ports, Arenc and Portes 2.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/portes2_2c.jpg></p></body></html>")
}

function newWindow6(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin6", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Porte 2</title></head><body><p><font face=Verdana>Follow the road that runs alongside the port.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/arrivee_porte_no2.jpg></p></body></html>")
}

function newWindow7(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin7", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Porte 2</title></head><body><p><font face=Verdana>You will soon come to the port entrance Porte 2 opposite which is our office building. You can easily park in the street or in the port.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/porte_no2_in_front_office.jpg></p></body></html>")
}

function newWindow8(imagejpg)
{
imageWindow = window.open(imagejpg, "imageWin8", "width=640,height=600,left=150,top=0")
imageWindow.focus()
imageWindow.document.write("<html><head><title>Our office</title></head><body><p><font face=Verdana>Here is our office building.</font></p><p><form><input type=button value=close onclick=window.close()></form></p><p><img src=images/OUR_OFFICE_BUILDING.jpg></p></body></html>")
}