// JavaScript Document
function Journey1() {
var load1 = window.open('journeys/slideshow.htm','','scrollbars=no,menubar=no,height=500,width=700,resizable=no,toolbar=no,location=no,status=no,top=200,left=300');
}
function Journey2() {
var load2 = window.open('journeys/slideshow/egypt.htm','','scrollbars=no,menubar=no,height=600,width=700,resizable=no,toolbar=no,location=no,status=no,top=200,left=300');
}
function Journey3() {
var load3 = window.open('journeys/slideshow/egypt.htm','','scrollbars=no,menubar=no,height=600,width=700,resizable=no,toolbar=no,location=no,status=no,top=200,left=300');
}
function Journey4() {
var load4 = window.open('journeys/slideshow/southafrica.htm','','scrollbars=no,menubar=no,height=600,width=700,resizable=no,toolbar=no,location=no,status=no,top=200,left=300');
}

