/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
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]='<div class="structure">Further Education<ul><li><a href="hair-and-beauty-academy.html"><img src="hairbutton1.gif" width="13" height="15" hspace="10" border="0" align="left" alt="">Academy of Hair & Beauty</a></li><li><a href="business-studies-academy.html"><img src="bizbutton1.gif" width="21" height="15" hspace="10" border="0" align="left" alt="">Academy of Business</a></a></li><li><a href="management-studies-academy.html"><img src="bizbutton1.gif" width="21" height="15" hspace="10" border="0" align="left" alt="">Academy of Management</a></li><li><a href="correspondence-college.html"><img src="corresbutton1.gif" width="15" height="15" hspace="10" border="0" align="left" alt="">Correspondence College</a></li></ul><br><br><br><br><br><br><br><br><br><br><br><br><br></div>'

content[1]='<div class="structure">Higher Education<br><ul><li><a href="faculty-business-studies.html"><img src="bizbutton1.gif" width="21" height="15" hspace="10" border="0" align="left" alt="">Faculty of Business Studies</a></li><li><a href="faculty-computer-studies.html"><img src="compbutton1.gif" width="17" height="15" hspace="10" border="0" align="left" alt="">Faculty of Computer Studies</a></li><li><a href="faculty-management-studies.html"><img src="bizbutton1.gif" width="21" height="15" hspace="10" border="0" align="left" alt="">Faculty of Management Studies</a></li><li><a href="faculty-media-studies.html"><img src="mediabutton1.gif" width="16" height="15" hspace="10" border="0" align="left" alt="">Faculty of Media Studies</a></li><li><a href="faculty-travel-tourism.html"><img src="tourbutton1.gif" width="16" height="15" hspace="10" border="0" align="left" alt="">Faculty of Travel & Tourism</a></li><li><a href="hospitality-school.html"><img src="hospitalitybutton1.gif" width="15" height="15" hspace="10" border="0" align="left" alt="">School of Hospitality</a></li><li><a href="school-creative-arts.html"><img src="createbutton1.gif" width="12" height="15" hspace="10" border="0" align="left" alt="">School of Creative Arts </a></li><li><a href="matric-school.html"><img src="matricbutton.gif" width="15" height="15" hspace="10" border="0" align="left" alt="">Matric School </a></li><br><br><br><br><br><br><br><br><br><br></ul></div>'

content[2]='<div class="structure">Further Education<ul><li><a href="computer-studies.html"><img src="compbutton1.gif" width="17" height="15" hspace="10" border="0" align="left" alt="">Computer Studies</a></li><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></ul></div>'

content[3]='<div class="structure">General Information<ul><li><a href="campus-details.html"><img src="infobutton.gif" width="16" height="15" hspace="10" border="0" align="left" alt="">ICESA Campus Details</a></li><li><a href="driving-school.html"><img src="driving.gif" width="18" height="15" hspace="10" border="0" alt="">Driving School</a></li><li><a href="alumni.html"><img src="infobutton.gif" width="16" height="15" hspace="10" border="0" align="left" alt="">Alumni</a></li><li><a href="gallery.html"><img src="gallerybutton1.gif" width="14" height="15" hspace="10" border="0" align="left" alt="">Gallery</a></li><li><a href="career-quiz.html"><img src="quizzbutton1.gif" width="15" height="15" hspace="10" border="0" align="left" alt="">Take the Career Quiz</a></li><li><a href="skills-factor.html"><img src="skfbutton1.gif" width="15" height="15" hspace="10" border="0" align="left" alt="">The Skills Factor</a></li><li><a href="free-stuff.html"><img src="infobutton.gif" width="16" height="15" hspace="10" border="0" align="left]" alt="">Free Stuff</a></li><li><a href="old-mutual.html"><img src="old.gif" width="14" height="15" hspace="10" border="0" align="left" alt="">Financial Partnership</a></li><br><br><br><br><br><br><br><br><br></ul></div>'







function regenerate(){





window.location.reload()





}





function regenerate2(){





if (document.layers){





appear()





setTimeout("window.onresize=regenerate",250)





}





}















function changetext(whichcontent){





if (document.all||document.getElementById){



cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions



cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'



}





else if (document.layers){



document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')



document.d1.document.d2.document.close()



}







}





function appear(){



document.d1.visibility='show'





}



window.onload=regenerate2