




function banner() {

	document.write('' +
		'<div style="width:941px; height:215px; background:url(images/banner.png) top right no-repeat; margin-top: 90px; margin-left: -5px; "></div>' 
		);

}

//function to write left bar
function write_menu(varLoc) {
			

						
		if (varLoc == 'home'){
			document.write('' +
							'<div style="width:941px; height:127px; background:url(images/home.png) top right ; margin-top: 235px; margin-left: -10px;">' +
                            '<div class="underlinemenu">' +
                            '<ul>' +
							'<li><a href="index.html">Home</a></li>' +
                            '<li><a href="history.html">History</a></li>' +
                            '<li><a href="contactus.html">Contact Us</a></li>' +
                            				
							'</ul>' +
                            '</div></div>'
							);
						}
						
		if (varLoc == 'contactus'){
			document.write('' +
							'<div style="width:941px; height:127px; background:url(images/contactus.png) top right ; margin-top: 235px; margin-left: -10px;">' +
                            '<div class="underlinemenu">' +
                            '<ul>' +
							'<li><a href="index.html">Home</a></li>' +
                            '<li><a href="history.html">History</a></li>' +
                            '<li><a href="contactus.html">Contact Us</a></li>' +
                            				
							'</ul>' +
                            '</div></div>'
							);
						}

		if (varLoc == 'history'){
			document.write('' +
							'<div style="width:941px; height:127px; background:url(images/history.png) top right ; margin-top: 235px; margin-left: -10px;">' +
                            '<div class="underlinemenu">' +
                            '<ul>' +
							'<li><a href="index.html">Home</a></li>' +
                            '<li><a href="history.html">History</a></li>' +
                            '<li><a href="contactus.html">Contact Us</a></li>' +
                            				
							'</ul>' +
                            '</div></div>'
							);
						}

			
						
}





//function to write left bar
function left_bar() {
			

						
			document.write('' +
		
							
							
							 '<div class="col_2 ind_top_col">' +                                        
								   '<span class="text">Florida Roundup Planning Committee </span>' +

                                	'<div class="extra_left_1">' +
								
                                        '<!--<img src="images/2page_img_3.jpg" alt="" width="224" height="90" />-->' +
						

                               			 'Share your ideas, participate in discussion and support the planning of the 2010 Florida SLAA Roundup in October.' +  
										 'All SLAA fellowship members are welcome to attend Planning Committee Meetings, held by conference call the second ' +
										 'Sunday morning of each month.  Meetings are held at 9:00 a.m. EST.' +


                        
										'<ul class="list_1 indent_top_bot">' +
                                        	'<li><a><b>(712)775-7000 - code: 507598#</b></a></li>' +
                                        '</ul>' +

                                        '<ul class="indent_top list">' +
                                              '<li><strike><a>March 14th 9:00 a.m. EST</a></strike></li>' +
                                              '<li><strike><a>April 11th 9:00 a.m. EST</a></strike></li>' +
                                              '<li><strike><a>May 9th 9:00 a.m. EST</a></strike></li>' +
                                              '<li><strike><a>June 13th 9:00 a.m. EST</a></strike></li>' +
                                              '<li><a>July 11th 9:00 a.m. EST</a></li>' +
                                              '<li><a>August 8th 9:00 a.m. EST </a></li>' +
											  '<li><a>September 12th 9:00 a.m. EST</a></li>' +
											  '<li><a>October </a></li>' +
											  											  
                                        '</ul>' +
                                   '</div>' +
								   
								   '<br><br>' +
								   
							   
							   '<a href="images/21stFLorida RoundupFlyer.pdf" class="link_2" target="new"><img src="images/pdficon.png" /> 21st Florida Roundup Flyer</a>' + 
							   
							   									   '<br><br>' +

								   	'<span class="text">21st Florida Roundup 2010</span>' +
 										 '<div align="center">' +
										   '<b>October 8th, 9th and 10th<br>' +
										   	   'Quality Inn<br>' +
											   '6525 U.S. Hwy 27 North<br>' +
											   'Sebring, FL 33870' +
								   
								           '</div>' +
								   
                              '</div>'
							
							
							
							
							
							
							
							);
			

			
						
}
