var content=new Array()
content[0]='<center><font size=+2 color=white><b>Welcome</font><br><font size=+1 color=white>To Branford Florida.</font><br><font color=white>This site is dedicated to linking Branford\'s businesses, non-profit organizations, and people to help build unity and a stronger community feeling.</b>'
content[1]='<center><font size=+1 color=white><b>Search</font><br><font color=white>Our site.</b>'
content[2]='<center><font size=+2 color=white><b>Join Branford.com</font><br><font color=white>How would you like to be a part of the Branford online community. Here you can promote your well being and share a part of Florida\'s community with those from around the world.</b>'
content[3]='<center><font size=+2 color=white><b>Contact Us</font><br><font color=white>Click here should you wish to contact us for any reason.</b>'
content[4]='<center><font size=+2 color=white><b>Link to Us</font><br><font color=white>Do you already have a website and would like to share links.</b>'
content[5]='<center><font size=+2 color=white><b>Table of Contents</font><br><font color=white>A directory of this website.</b>'
content[6]='<center><font size=+2 color=white><b>Business Listing</font><br><font color=white>A Business directory of Branford.</b>'


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function changetext(whichcontent){
if (document.all)
descriptions.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()
}

}

