var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<span class="type">Slideshow</span> World Dev&rsquo;t Report: Reviving Agriculture'
content[1]='<span class="type">Video</span> &rsquo;7 Lost Years&rsquo; The Effect of Rising Food Prices on Poverty Reduction '
content[2]='<span class="type">Slideshow</span> Food Prices'
content[4]='<span class="type">Rollover</span> To view multimedia elements'
content[3]='<span class="type">Video</span> World Bank Fast Track Food Initiative'

/*function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}*/

function changetext(whichcontent){

if (document.all||document.getElementById){
var cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<p id="blurb">'+whichcontent+'</p>'
}
else if (document.layers){
document.d1.document.d2.document.write('<p id="blurb">'+whichcontent+'</p>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

//window.onload=regenerate2





