//CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS ABOVE
var textdisplay=new Array()
textdisplay[0]='The <i>ACCESS-MENA</i> project (Alternatives to Combat Child Labor through Education and Sustainable Services in the Middle East and North Africa) is implemented in Lebanon by RMF.'
textdisplay[1]='<i>Zeytouna</i> is the brand name of the extra-virgin olive oil produced at the olive press in Kfifane, part of an olive oil development project run by <i>the Cooperative of Olive Growers of the Batroun Region</i> and RMF.'
textdisplay[2]='<i>Chabablubnan.org.lb</i> is the youth meeting website part of the <i>CUDMOS</i> project (Children and Youth Development and Mobilization of Opportunities).'
textdisplay[3]='The <i>GEWAMED</i> project (Mainstreaming GEnder Dimension into WAter Resources Development and Management in the MEDiterranean Region) is implemented by RMF in Lebanon.'
textdisplay[4]='The <i>BIAT</i> (Business Incubation Association in Tripoli) is a business development center committed to assisting and promoting the growth of potential business sectors in North Lebanon.'

function jumptolink(what){
var selectedopt=document.a294.a969.options[what]
if (document.getElementById && selectedopt.getAttribute("target")=="newwin")
window.open(selectedopt.value)
else
window.location=selectedopt.value
}

function displaydesc(which){
if (document.all)
descriptions.innerHTML=textdisplay[which]
else if (document.getElementById)
document.getElementById("descriptions").innerHTML=textdisplay[which]
}

displaydesc(document.a294.a969.selectedIndex)

document.a294.a969.options[0].selected=true

