<!-- // Begin Sidebar

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW TEXT PARAGRAPH
var boxwidth		= "150"		// WIDTH OF THE TEXT BOX
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "news.htm"	// SIDEBAR IMAGE LINK
var sidewidth		= "161"		// WIDTH OF THE LEFT SIDEBAR
var bottomspace		= "10"		// SIDEBAR BOTTOM SPACE
var nudge		= "10"		// NUDGE SIDEBAR DOWN
var printnudge		= "25"		// NUDGE SIDEBAR DOWN (for printing only)



document.write('<div id="sidebar" class="menu-layer">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+sidewidth+'">');
document.write('<tr><td align="center">');
document.write('<img src="picts/spacer.gif" height="'+nudge+'" width="5"><br>');
document.write('<span class="printonly"><img src="picts/spacer.gif" height="'+printnudge+'" width="5"><br></span>');


// START SIDEBAR TEXT - EDIT THIS AREA

// NOTE: If you use a ' add a slash before it like this \'


   if (paragraph_1 == "no") {

document.write('<table cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('Save the Date!<br>');

document.write('</td></tr><tr><td class="sidetext">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE

document.write('<b>Date</b><br>');
document.write('Make plans now to attend this annual event.<br><br>');

document.write('</td></tr></table>');
}



// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<br>');
document.write('<a href="'+linked+'"><img src="picts/sidebar.jpg" border="0" width="148" class="bordersSB"></a><br>');
document.write('<br>');

}

document.write('</td></tr><tr><td class="sidetext2">');
document.write('Sangamon County Medical Society (SCMS) is the voice of over 1,000 physician, resident, and medical student members. Established in 1899, we are a professional membership organization for all licensed Doctors of Medicine and Doctors of Osteopathy in Springfield and Sangamon County. Sangamon County Medical Society is the local affiliate of the Illinois State Medical Society (ISMS) and the American Medical Association.<b>');
document.write('<br>');
document.write('<br>');



// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<br>');
document.write('<img src="picts/capitol_bldg_bench_ad2005sb.jpg" border="0" width="148" class="bordersSB"><br>');
document.write('<br>');

}

document.write('</td></tr><tr><td class="sidetext2">');
document.write('<b>Mission Statement:</b> To provide leadership in healthcare through service, education and advocacy for our members, patients and community.<b>');

document.write('</td></tr></table>');
document.write('</div>');
document.write('<br>');
document.write('<div id="sidebar-spacer">');
document.write('<img src="picts/spacer.gif" height="'+bottomspace+'" width="'+sidewidth+'"><br>');
document.write('</div>');






//  End -->
