
			text1 = '<strong class="red">Information</strong><br /><br /> help, latest news and contact details'
			text2 = '<strong class="red">Search</strong><br /><br /> search ArchSearch using maps, keywords, or by resource'
			text3 = '<strong class="red">Project archives</strong><br /><br /> download archaeological data archives'
			text4 = '<strong class="red">Special collections</strong><br /><br /> search online resources'
			text5 = '<strong class="red">Library</strong><br /> access electronic books, journals, bibliographic databases'



			function movein(html){
        if (document.getElementById){
				document.getElementById("boxdesc").style.visibility = 'visible'
				document.getElementById("boxdesc").innerHTML=html
			  }
				else {
				boxdesc.style.visibility = 'visible'
				boxdesc.innerHTML=html
				}
			}

			function moveout(){

				if (document.getElementById){
				document.getElementById("boxdesc").style.visibility = 'hidden'
				document.getElementById("boxdesc").innerHTML='<br />move your mouse over the menu options for more info'

				}
				else{
				boxdesc.style.visibility = 'hidden'
				boxdesc.innerHTML='<br />move your mouse over the menu options for more info'

				}
			}

