<!-- Begin

if (document.images) {
roll1 = new Image
roll2 = new Image
roll1.src = 'http://geographyfieldwork.com/contact7.gif'
roll2.src = 'http://geographyfieldwork.com/Contact.gif'
roll3 = new Image
roll4 = new Image
roll3.src = 'http://geographyfieldwork.com/book6.gif'
roll4.src = 'http://geographyfieldwork.com/book2.gif'
roll5 = new Image
roll6 = new Image
roll5.src = 'http://geographyfieldwork.com/images/hp1.png'
roll6.src = 'http://geographyfieldwork.com/images/hp.png'
roll7 = new Image
roll8 = new Image
roll7.src = 'http://geographyfieldwork.com/images/pt1.png'
roll8.src = 'http://geographyfieldwork.com/images/pt.png'
 }
function Availability() {
window.open("http://geographyfieldwork.com/Availability1.htm","","resizable=yes,scrollbars=yes,status=no,width=790,height=540,top=0,left=0");
}
function Tariffs2006() {
window.open("http://geographyfieldwork.com/Tariffs2006.php","","resizable=yes,scrollbars=yes,status=no,width=790,height=540,top=0,left=0");
}
function Tariffs2007() {
window.open("http://geographyfieldwork.com/Tariffs2007.php","","resizable=yes,scrollbars=yes,status=no,width=790,height=540,top=0,left=0");
}
function VisitorsBook() {
window.open("http://geographyfieldwork.com/VisitorsBook.php","","resizable=yes,scrollbars=yes,status=no,width=790,height=540,top=0,left=0");
}

var speed=100 
var pause=30000
var timerID=null
var bannerRunning=false
var ar=new Array()
ar[0] ="Fieldwork and field study programmes in Barcelona, Spain"
var currentMessage=0
var offset=0
function stopBanner(){
if (bannerRunning)
clearTimeout(timerID)
bannerRunning=false}
function startBanner(){
stopBanner()
showBanner()}
function showBanner(){
var text=ar[currentMessage]
if (offset < text.length) {
if (text.charAt(offset)==" ")
offset++                        
var partialMessage=text.substring(0,offset+1) 
window.status = partialMessage
offset++ 
timerID = setTimeout("showBanner()",speed)
bannerRunning=true
}else{
offset=0
currentMessage++
if (currentMessage==ar.length)
currentMessage=0
timerID = setTimeout("showBanner()",pause)
bannerRunning=true}
}
// End -->
