<!--
// change portfolio image and text

/*
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
http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm
*/


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]="<img src=\"images/folio/logos/virtuallyviewing.jpg\" width=\"300\" height=\"300\" alt=\"Virtually Viewing\" border=\"0\">"
content[1]="<img src=\"images/folio/web/no9.jpg\" width=\"300\" height=\"300\" alt=\"Virtually Viewing\" border=\"0\">"
content[2]="<img src=\"images/folio/web/no14.jpg\" width=\"300\" height=\"300\" alt=\"Three Counties Complimentary Health Care Charity\" border=\"0\">"
content[3]="<img src=\"images/folio/logos/3counties.jpg\" width=\"300\" height=\"300\" alt=\"Three Counties Complimentary Health Care Charity\" border=\"0\">"
content[4]="<img src=\"images/folio/logos/jaime.jpg\" width=\"300\" height=\"300\" alt=\"Jaime Hamper - Silversmith\" border=\"0\">"
content[5]="<img src=\"images/folio/web/no4.jpg\" width=\"300\" height=\"300\" alt=\"Jaime Hamper - Silversmith\" border=\"0\">"
content[6]="<img src=\"images/folio/web/no17.jpg\" width=\"300\" height=\"300\" alt=\"Quality Contractors\" border=\"0\">"
content[7]="<img src=\"images/folio/logos/qualitycontractors.jpg\" width=\"300\" height=\"300\" alt=\"Quality Contractors\" border=\"0\">"
content[8]="<img src=\"images/folio/logos/light.jpg\" width=\"300\" height=\"300\" alt=\"A Touch of Light\" border=\"0\">"
content[9]="<img src=\"images/folio/web/no7.jpg\" width=\"300\" height=\"300\" alt=\"A Touch of Light\" border=\"0\">"

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

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}

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

window.onload=regenerate2

// -->



