//Link Description script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and TOS, visit http://www.dynamicdrive.com

//change link descriptions to your own. Extend as needed
var linktext=new Array()
linktext[0]="See our range of private and commercial pools"
linktext[1]="Our additions to your pools and the services we provide"
linktext[2]="We have a different approach towards pool creation"
linktext[3]="We install both Private and Public Pools."
linktext[4]="Our variety of commercial pools are one of the best"
linktext[5]="Bare witness to our wide range of Private Pools"
linktext[6]="Ever wanted to know how to reach us?"
linktext[7]="Official Web developers for Desjoyaux Ghana, Visit us"
linktext[8]="We eliminates pipes and plumbing lines"
linktext[9]="The ultimate in strength and durability" 
linktext[10]="Filtration Unit"
linktext[11]="The ultimate benefits are in our pools"
linktext[12]="All about the Desjoyaux company"
linktext[13]="The Permanent active casing"
linktext[14]="The Liner"
linktext[15]="Coping Stone"
linktext[16]="Suction Circuit"
linktext[17]="Suction"
linktext[18]="Filter Membrane"
linktext[19]="Spot Light"
linktext[20]="Discharge Circuit"
linktext[21]="Pump"
linktext[22]="Discharge Nozzles"

var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
}

function resetit(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=' '
else if (ns6) document.getElementById(whichdiv).innerHTML=' '
}
