var textdisplay=new Array()
textdisplay[0]="<span class=blacktext>Welcome to <br>Glenwood Publications. <br> You can reach us <br>easily through our quicklinks</span>"
textdisplay[1]="<span class=blacktext>info@glenwood<br>publications.org.uk</span>"
textdisplay[2]="<span class=blacktext>+44 07790 474353</span>"
textdisplay[3]="<span class=blacktext>Glenwood Publications<br>First Floor <br> 316 Shankill Road <br> Belfast, BT13 3AB <br></span>"
textdisplay[4]="<a href=contact_us_location.htm onmouseout=\"window.status=''; return true;\" onmouseover=\"window.status='View Map'; return true;\"><img src=pics/themap.gif width=140 height=102 border=0 alt=Where to Find Us></a>"


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
