/* author: brad@lederach.com */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 3/12/2009 */

/*
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]='For three generations we have been designing buildings for our community.'
content[1]='With both ARCHITECTS and ENGINEERS under one roof we can bring together a design where beauty and function work together.'
content[2]='Our history of experience plus our professional knowledge combine to equal one company with a commitment to serve our clients.'
content[3]='Right Now - Current Project On the Drawing Boards'
content[4]='Right Now - Current Project Under Construction'
content[5]='Right Now - Current Project "On the Boards" and "In the Dirt"'
content[6]='Lederach Associates is a professional corporation of Architects and Engineers committed to providing a complete range of coordinated architectural design and engineering services to our clients.'
content[7]='<span style="color:white">Think Green | DESIGN Green | Build Green | Save Green</span><br>The Souderton Branch Office for Harleysville Savings Bank is the latest GREEN building designed here at Lederach Associates.'

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("divMessage"):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