var submenu=new Array()

submenu[0]='&nbsp; &nbsp;&nbsp;&nbsp;Welcome to the Urban Transport Benchmarking Initiative'
submenu[1]='&nbsp; &nbsp;&nbsp;&nbsp;<font size="-1" face="Arial, Helvetica, sans-serif"><a href="http://www.transportbenchmarks.eu/benchmarking/what-is-benchmarking.html">What is Benchmarking?</a> | <a href="http://www.transportbenchmarks.eu/benchmarking/urban-transport.html">Benchmarking and Urban Transport</a> | <a href="http://www.transportbenchmarks.eu/benchmarking/initiatives.html">Previous Benchmarking Initiatives</a></font>'
submenu[2]='&nbsp; &nbsp;&nbsp;&nbsp;<font size="-1" face="Arial, Helvetica, sans-serif"><a href="http://www.transportbenchmarks.eu/transport/objectives.html">Project Objectives</a> | <a href="http://www.transportbenchmarks.eu/transport/timescale.html">Project Timescale</a> | <a href="http://www.transportbenchmarks.eu/transport/management.html">Project Management</a></font> | <a href="http://www.transportbenchmarks.eu/transport/indicators.html">Indicators &amp; Themes</a></font>'
submenu[3]='&nbsp; &nbsp;&nbsp;&nbsp;<font size="-1" face="Arial, Helvetica, sans-serif"><a href="http://www.transportbenchmarks.eu/groups/working-group6.html">Disabled People</a> | <a href="http://www.transportbenchmarks.eu/groups/working-group1.html">Social Issues</a> | <a href="http://www.transportbenchmarks.eu/groups/working-group2.html">City Logistics</a> | <a href="http://www.transportbenchmarks.eu/groups/working-group5.html">Cycling</a> | <a href="http://www.transportbenchmarks.eu/groups/working-group3.html">Demand Management</a> | <a href="http://www.transportbenchmarks.eu/groups/working-group4.html">Organisation & Policy</a>'
submenu[4]='&nbsp; &nbsp;&nbsp;&nbsp;<font size="-1" face="Arial, Helvetica, sans-serif"><a href="http://www.transportbenchmarks.eu/publications/press-releases.html">Press Releases and Brochures</a> | <a href="http://www.transportbenchmarks.eu/publications/reports.html">Reports</a> | <a href="http://www.transportbenchmarks.eu/publications/news.html">Current News Items</a></font> | <a href="http://www.transportbenchmarks.eu/publications/news-archive.html">Archived News Items</a> | <a href="http://www.transportbenchmarks.eu/online-tool.html">Online Benchmarking Tool</a></font>'
submenu[5]='&nbsp; &nbsp;&nbsp;&nbsp;<font size="-1" face="Arial, Helvetica, sans-serif"><a href="http://www.transportbenchmarks.eu/events/utbi-final-conference.html">UTBI project Final Conference</a> | <a href="http://www.transportbenchmarks.eu/events/y2-end-conference.html">End of Year 2 Conference</a> | <a href="http://www.transportbenchmarks.eu/events/site-visits.html">Site Visits</a>  | <a href="http://www.transportbenchmarks.eu/events/previous-events.html">Previous Events</a></font>'

//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=6000

/////No need to edit beyond here
var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
