




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 2011 Florida SLAA Roundup in September. ' +  
										 '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><a>Nov 13th 9:00 a.m. EST</a></li>' +
                                              '<li><a>Dec 11th 9:00 a.m. EST</a></li>' +
                                              '<li><a>Jan 08th 9:00 a.m. EST </a></li>' +
											  '<li><a>Feb 12th 9:00 a.m. EST</a></li>' +
											  '<li><a>Mar 11th 9:00 a.m. EST</a></li>' +
                                              '<li><a>Apr 08th 9:00 a.m. EST</a></li>' +
                                              '<li><a>May 13th 9:00 a.m. EST </a></li>' +	  
                                              '<li><a>June 10th 9:00 a.m. EST </a></li>' +
											  '<li><a>July 08th 9:00 a.m. EST</a></li>' +
											  '<li><a>August 12th 9:00 a.m. EST</a></li>' +
											  											  
                                        '</ul>' +
                                   '</div>' +
								   
								   '<br><br>' +
								   
							   
							   
							   									   '<br><br>' +

								   	'<span class="text">23rd Florida Roundup 2012</span>' +
 										 '<div align="center">' +

								   
								           '</div>' +
								   
                              '</div>'
							
							
							
							
							
							
							
							);
			

			
						
}

