<!--

/*
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]='<strong>Custom Projects Portfolio<br> Click To View</strong>'
content[1]='<strong>Stone Fireplaces Portfolio<br> Click To View</strong>'
content[2]='<strong>Outdoor Kitchens Portfolio<br> Click To View</strong>'
content[3]='<strong>Stone Patios Portfolio<br> Click To View</strong>'
content[4]='<strong>Stone Steps Portfolio<br> Click To View</strong>'
content[5]='<strong>Retaining Walls Portfolio<br> Click To View</strong>'
content[6]='<strong>Stone Walkways Portfolio<br> Click To View</strong>'
content[7]='<strong>Stone Planters Portfolio<br> Click To View</strong>'
content[8]='<strong>Visit our full portfolio & see what you are missing!</strong>'

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


//-->