<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		//  SHOW A SIDEBAR IMAGE

var bordercolor		= "A2B7B5"	// SCROLLER AND IMAGE BORDER COLOR



// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<br><img src="../../picts/FLASLA-Logo.gif" border="0" width="125"><br>')

document.write('<br><span class="sidebartitle">')

document.write('Mission:')

document.write('<br></span><span class="sidebartext">')

document.write('The mission of the American Society of Landscape Architects is to lead, to educate and to participate in the careful stewardship, wise planning and artful design of our cultural and natural environments.<br>')

document.write('<br><span class="sidebartitle">')

document.write('Chapter Calendar:')

document.write('<br></span><span class="sidebartext">')

document.write('View upcoming committee, section and statewide events.<a/><br>')

document.write('</span><br>')

document.write('<br><a href="calendar.htm"><img src="../../picts/2010-calendar.gif" border="0" width="125"></a><br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}





// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><img src="picts/aslalogo.gif" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Join Our Email List:')

document.write('<br></span><span class="sidebartext">')

document.write('To subscribe for email updates of Chapter events please click here: <a href="../../email.htm">FLASLA Email List<a/><br>')

document.write('</span><br><br>')

document.write('<span class="sidebartitle">')

document.write('FL Jobs Listings:')

document.write('<br></span><span class="sidebartext">')

document.write('To view and/or sumbit Landscape Architecture related positions available in the State of Florida please go to: <a href="http://www.flasla.org/jobs.htm">FL Jobs Listings<a/><br>')

document.write('</span><br><br>')

document.write('<span class="sidebartitle">')

document.write('Careers:')

document.write('<br></span><span class="sidebartext">')

document.write('For career information on landscape architecture go to: <a href="http://www.laprofession.org">LAprofession.org<a/><br>')

document.write('</span><br><br>')

document.write('<span class="sidebartitle">')

document.write('FLASLA on Land8Lounge:')

document.write('<br></span><span class="sidebartext">')

document.write('<embed src="http://static.ning.com/Land8Lounge/widgets/index/swf/badge.swf?v=3.14.3%3A17089" quality="high" scale="noborder" salign="lt" wmode="opaque" bgcolor="#ffffff" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="150" height="75" allowScriptAccess="always" flashvars="networkUrl=http%3A%2F%2Fwww.land8lounge.com%2F&amp;panel=network_small&amp;configXmlUrl=http%3A%2F%2Fstatic.ning.com%2FLand8Lounge%2Finstances%2Fmain%2Fembeddable%2Fbadge-config.xml%3Ft%3D1236269761" /> <br /><small><a href="http://www.land8lounge.com/">Visit <em>Land8Lounge</em></a></small><br />')

document.write('</span><br><br>')

document.write('<span class="sidebartitle">')

document.write('Friends of Landscape Architecture CCE:')

document.write('<br></span><span class="sidebartext">')

document.write('The Friends of Landscape Architecture provides the resources necessary to promote and advance Landscape Architecture in Florida. Learn more: <a href="http://www.100fla.org"><img src="images/100FLA.jpg" border="0" width="100"><a/><br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2






