function openPDF(p_file_path){  if (p_file_path != null && p_file_path != ""){    window.open(p_file_path, "pdf_win");  }}function doRollOut(p_obj_name){  if (p_obj_name != cur_char_btn && p_obj_name != cur_view_btn){    MM_swapImgRestore();  }}function setButtonGroup(p_index,p_obj_name,p_down_image_path,p_topic_image_path,p_init_down_image){  var l_div;  if (p_index >= 0 && p_index < div_groups.length && p_index < btn_groups.length){    if (p_obj_name != null  && p_obj_name != cur_char_btn){      if (cur_char_btn != "") {        l_obj = MM_findObj(cur_char_btn);        if (l_obj.oSrc != null)l_obj.src = l_obj.oSrc;      }      cur_char_btn = p_obj_name;      //TODO: need to set image      var l_obj;      MM_swapImgRestore();      if (p_down_image_path != null) {        l_obj = MM_findObj(p_obj_name);        l_obj.src = p_down_image_path;      }      if (p_topic_image_path != null){        l_obj = MM_findObj("mTitle");        l_obj.src = p_topic_image_path;        l_obj.oSrc = p_topic_image_path;      }      cur_view_btn = "";      cur_div_group = p_index;      //change lesson plans list here      l_div = document.getElementById("teacher_area");      if (l_div != null){        l_div.innerHTML = resource_groups[cur_div_group];      }      //change button groups here      l_div = document.getElementById("button_area");      if (l_div != null){        l_div.innerHTML = btn_groups[cur_div_group];        setCurrentView(0,"sbb_1",p_init_down_image);      }    }  }}function setCurrentView(p_index,p_view_name,p_down_image_path){  if (cur_div_group >= 0 && cur_div_group < div_groups.length){    if (p_index >= 0 && p_index < div_groups[cur_div_group].length){      if (p_view_name != null){        if (cur_view_btn != "") {          l_obj = MM_findObj(cur_view_btn);          if (l_obj.oSrc != null)l_obj.src = l_obj.oSrc;        }        cur_view_btn = p_view_name;        cur_div = p_index;        if (p_down_image_path != null) {          var l_obj = MM_findObj(p_view_name);          if (l_obj != null){            if (l_obj.oSrc == null) l_obj.oSrc = l_obj.src;            l_obj.src = p_down_image_path;          }        }        var l_div = document.getElementById("content_area");        if (l_div != null){          l_div.innerHTML = div_groups[cur_div_group][cur_div];          l_div.style.visibility = "visible";        }      }    }  }}function parseQuery(){	var query = window.location.search.substring(1);	var pairs = query.split("&");	var pair,key;	for (var i=0;i<pairs.length;i++){		pair = pairs[i].split("=");		if (pair.length == 2 ){		  key = pair[0].toLowerCase();			query_str[key] = pair[1];				}	}}function preloadHomeImages(p_grouping){  MM_preloadImages('images/bb_Duluth_over.jpg','images/bb_EGrey_over.jpg','images/bb_FJones_over.jpg',                   'images/bb_LSmith_over.jpg','images/bb_PHoneycutt_over.jpg','images/bb_RHickman_over.jpg',                   'images/Discussion.gif','images/lessonPlan_6-8.gif','images/lessonPlan_9-12.gif',                   'images/titles/Duluth.gif','images/titles/Grey.gif','images/titles/Hickman.gif',                   'images/titles/Honeycutt.gif','images/titles/Jones.gif','images/titles/Smith.gif',                   'images/vert_line_30.jpg','images/mChangeBttn_over.jpg');  switch(p_grouping){    case 0:      MM_preloadImages('images/sbbImages/sbb_i1_Smith_up.gif','images/sbbImages/sbb_i3_Smith_on.gif','images/sbbImages/sbb_t1_Smith.gif');      break;    case 1:      MM_preloadImages('images/content/ns_H6jon03.jpg','images/sbbImages/sbb_i1_Jones_up.gif','images/sbbImages/sbb_i2_Jones_on.gif','images/sbbImages/sbb_i3_Jones_on.gif');      break;    case 2:      MM_preloadImages('images/content/ns_H5gre02.jpg','images/sbbImages/sbb_i1_Grey_up.gif','images/sbbImages/sbb_i2_Grey_on.gif','images/sbbImages/sbb_i3_Grey_on.gif');      break;    case 3:      MM_preloadImages('images/content/ns_H1hon02.jpg','images/content/ns_H1hon03.jpg','images/sbbImages/sbb_i1_Honeycutt_up.gif','images/sbbImages/sbb_i2_Honeycutt_on.gif','images/sbbImages/sbb_i3_Honeycutt_on.gif','images/sbbImages/sbb_i4_Honeycutt_on.gif');      break;    case 4:      MM_preloadImages('images/content/ns_H3dul02.jpg','images/sbbImages/sbb_i1_Dlth_up.gif','images/sbbImages/sbb_i2_Dlth_on.gif','images/sbbImages/sbb_i3_Dlth_on.gif','images/sbbImages/sbb_i4_Dlth_on.gif');      break;    case 5:      MM_preloadImages('images/content/ns_H2hic03.jpg','images/sbbImages/sbb_i1_Hckmn_up.gif','images/sbbImages/sbb_i2_Hckmn_on.gif','images/sbbImages/sbb_i3_Hckmn_on.gif');      break;   }}var cur_char_restore_img = null;var cur_view_restore_img = null;var cur_div_group = 0;var cur_div = 0;var div_groups = new Array(6);var tmp_group = new Array(4);var btn_groups = new Array(6);var resource_groups = new Array(6);var query_str = new Object();//Push 1_1tmp_group[0]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H4smi01.jpg' align='left'><span class='cnthead'>A Fighter<br></span><span class='cnttext'>In a time when it was rare for African American women to work as \"professionals,\" Lena Smith tackled a multitude of careers. Finally settling on law as her field of choice, Smith became the first African American woman licensed to practice law in Minnesota and among the first dozen in the entire nation. A tireless advocate for Civil Rights, Smith emerged as one of the most potent and unique activists the state would ever know.</span></td></tr></table>";//Push 1_2tmp_group[1]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370'><span class='cnthead'>A Fighter<br></span><span class='cnttext'>Lena Smith argued for the equal treatment of blacks, condemned police brutality against African Americans and led a pivotal battle against housing discrimination.<br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='210' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H4smi02.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2B2823><EMBED src='NS_moviePlayer.swf?gname=ns_H4smi02.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='210' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";//Push 1_3tmp_group[2]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' valign='bottom'><span class='cnthead'>Home Movies<br></span><span class='cnttext'>Home movies of Lena and her extended family, the Browns, give us a glimpse into the high quality of life Lena and her contemporaries were fighting to defend.<br><br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='210' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H4smi03.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2B2823><EMBED src='NS_moviePlayer.swf?gname=ns_H4smi03.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='210' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";//Push 1_4tmp_group[3]="";div_groups[0]=tmp_group;tmp_group = new Array(4);//Push 2_1tmp_group[0]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H6jon01.jpg' width='177' align='left'><span class='cnthead'>Fred Jones<br></span><span class='cnttext'>Inventor, racecar driver and self-taught engineer Frederick McKinley Jones is recognized as one of America's greatest inventors. A longtime resident of Hallock, Minnesota, Jones revolutionized the American food industry with his work on refrigerated transportation. He became the first African American to receive the national medal of technology and holds over 60 patents.</span></td></tr></table>";//Push 2_2tmp_group[1]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><span class='cnthead'>Race Car Driver<br></span><span class='cnttext'>As a boy, Fred loved to work on automobiles. His passion landed him an engineer job near Hallock and a winning place on regional racetracks.<br><br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='210' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H6jon04.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2B2823><EMBED src='NS_moviePlayer.swf?gname=ns_H6jon04.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='210' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";//Push 2_3tmp_group[2]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H6jon03.jpg' align='left'><span class='cnthead'>Inventor<br></span><span class='cnttext'>When a Hallock doctor complained about hauling aching patients to the hospital, Fred Jones devised a portable x-ray machine. When Hallock's tiny theater couldn't afford a sound system, Fred built one. And when Fred's boss Joe Numero asked him to build the world's first refrigerated truck in less than 30 days, he rose to the challenge, making it possible to deliver perishable grocery items nationwide, year-round.</span></td></tr></table>";//Push 2_4tmp_group[3]="";div_groups[1]=tmp_group;tmp_group = new Array(4);//Push 3_1tmp_group[0]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H5gre01.jpg' align='left'><span class='cnthead'>Slave Case<br></span><span class='cnttext'>In 1857, Emily Grey set foot on the banks of St. Anthony Falls. In Minnesota Territory, Emily took a stand against slavery. She attended a Congregational church that spoke out against it, named her son Toussaint after the leader of Haiti's slave revolt and sacrificed her own safety to free Eliza Winston - the slave of a visiting Southerner.</span></td></tr></table>";//Push 3_2tmp_group[1]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H5gre02.jpg'><br><span class='cnthead'>Pioneer Life<br></span><span class='cnttext'>When Emily arrived in St. Anthony, she joined a small but growing community of African American pioneers. Her memoirs paint a picture of a friendly St. Anthony, full of neighbors who freely shared their time and taught her local customs.</span></td></tr></table>";//Push 3_3tmp_group[2]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><span class='cnthead'>Freeing Eliza<br></span><span class='cnttext'>When Emily Grey helped free slave Eliza Winston in 1860, violence stirred in St. Anthony.<br><br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='226' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H5gre03.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2B2823><EMBED src='NS_moviePlayer.swf?gname=ns_H5gre03.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='226' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";//Push 3_4tmp_group[3]="";div_groups[2]=tmp_group;tmp_group = new Array(4);//Push 4_1tmp_group[0]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H1hon01.jpg' align='left'><span class='cnthead'>Honeycutt <br></span><span class='cnttext'>In 1900, Fergus Falls was home to over 50 African Americans. The first among them was Prince Albert Honeycutt, a Civil War vet with a successful barbershop business. In 1897, 18 black families joined him, lured to town by a real estate flyer, but the farmland they expected was scarce. Prince helped them find jobs. Still, their time in Fergus was short-lived. With WWI and the Depression, work dried up, and most left the area.</span></td></tr></table>";//Push 4_2tmp_group[1]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H1hon02.jpg' align='left'><span class='cnthead'>Rural Reality<br></span><span class='cnttext'>In many ways, Fergus Falls embraced Prince as part of the community. Local whites frequented his barbershop business, he was elected Steward to the Fergus Falls Fire Association, and he played on the local baseball team. In 1896, Prince even ran for city mayor. Still, the ugly face of racism was no stranger to Fergus. When Honeycutt married a white woman, the local newspaper condemned the marriage as one of the most \"disgusting chapters in the history of this community.\"</span></td></tr></table>";//Push 4_3tmp_group[2]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H1hon03.jpg'><br><span class='cnthead'>Fergus Now<br></span><span class='cnttext'>At the turn of this century, a new wave of migration is hitting Fergus Falls.  Seen by many as a safe place to raise children and escape the difficulties of city life, the black population has been growing since the mid-90's.  Ottertail County now boasts over 150 African Americans according to the 2000 census (up from 31 in 1990).</span></td></tr></table>";//Push 4_4tmp_group[3]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><span class='cnthead'>Growing Up in Fergus<br></span><span class='cnttext'>Most blacks left Fergus during The Depression, but the Tate family remained. The Tates talk about growing up as the only black family in Fergus Falls.<br><br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='210' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H1hon04.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2B2823><EMBED src='NS_moviePlayer.swf?gname=ns_H1hon04.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='210' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";div_groups[3]=tmp_group;tmp_group = new Array(4);//Push 5_1tmp_group[0]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H3dul01.jpg' align='left'><span class='cnthead'>Duluth<br></span><span class='cnttext'>In June of 1920, six black circus workers were <a href=http://www.aaregistry.com/african_american_history/1995/Charles_Scrutch>wrongly accused</a> of raping a white Duluth woman. Rumors of the rape spread through Duluth like wildfire, and a mob of angry whites formed. The mob abducted three of the suspects, beat them and paraded them through town. The terrifying rampage ended at a lamppost in the middle of downtown Duluth. With thousands clamoring to watch, Elias Clayton, Elmer Jackson and Isaac McGhie were hanged.</span></td></tr></table>";//Push 5_2tmp_group[1]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370'><img src='images/content/ns_H3dul02.jpg' align='left'><span class='cnthead'>Reaction<br></span><span class='cnttext'>In this interview from 1974, black Duluth resident Ethel Ray Nance recalled how she and her father felt when they first heard about the lynchings.</span></td></tr><tr><td><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='36' id='NS_audioPlayer' ALIGN='left'><PARAM NAME=movie VALUE='NS_audioPlayer.swf?gname=ns_H3snd01.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2b2823><EMBED src='NS_audioPlayer.swf?gname=ns_H3snd01.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='36' NAME='NS_audioPlayer' ALIGN='left' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";//Push 5_3tmp_group[2]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314' valign='bottom'><span class='cnthead'>Hidden Past<br></span><span class='cnttext'>For years, Duluth's dark past was ignored and forgotten, but many local blacks knew the truth.<br><br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='226' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H3dul03.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2b2823><EMBED src='NS_moviePlayer.swf?gname=ns_H3dul03.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='226' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";//Push 5_4tmp_group[3]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><span class='cnthead'>The Memorial<br></span><span class='cnttext'>On October 10, 2003, at the same intersection as the lynchings, a new crowd gathered to dedicate a memorial to Clayton, Jackson and McGhee.<br><br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='210' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H3dul04.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2b2823><EMBED src='NS_moviePlayer.swf?gname=ns_H3dul04.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='210' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";div_groups[4]=tmp_group;tmp_group = new Array(4);//Push 6_1tmp_group[0]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><img src='images/content/ns_H2hic01.jpg' align='left' valign'bottom'><span class='cnthead'>Rev. Hickman<br></span><span class='cnttext'>In 1863, Missouri slave preacher Robert Hickman led a community of African Americans up the Mississippi on a raft to escape slavery. The group landed in St. Paul and formed Pilgrims Baptist Church, named for their courageous journey. The church has been an extended family for many blacks and continues to thrive today.</span></td></tr></table>";//Push 6_2tmp_group[1]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370'><span class='cnthead'>The Pilgrimage<br></span><span class='cnttext'>Hickman's daring  escape on the Mississippi posed both the danger of slavery and promise of freedom.<br><br></span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' WIDTH='350' HEIGHT='226' id='NS_moviePlayer' ALIGN=''><PARAM NAME=movie VALUE='NS_moviePlayer.swf?gname=ns_H2hic02.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#2b2823><EMBED src='NS_moviePlayer.swf?gname=ns_H2hic02.swf' quality=high bgcolor=#2b2823 WIDTH='350' HEIGHT='226' NAME='NS_moviePlayer' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr></table>";//Push 6_3tmp_group[2]="<table width='100%' border='0' cellpadding='10' cellspacing='0' align='center'><tr><td width='370' height='314'><span class='cnthead'>The Church Family<br></span><span class='cnttext'>Like Rev. Hickman's St. Paul congregation, Minnesota's black churches have doubled as neighborhood-wide families for its members. Churches have been natural community centers, hosting everything from social gatherings to important political debates.<br><img src='images/content/ns_H2hic03.jpg' align='left'> To this day, many African American churches in Minnesota continue in that tradition. For a list of such churches, visit the <a href='http://www.stairstep.org/reclamation.htm' target='outside_links'>Community Reclamation Project website</a>.</span></td></tr></table>";//Push 6_4tmp_group[3]="";div_groups[5]=tmp_group;btn_groups[0]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='1' colspan='9'><img src='images/horiz_line_8.jpg'></td></tr><tr><td width='348' height='70' rowspan='2'>&nbsp;</td><td width='1' rowspan='2'></td><td width='92' height='25' align='center' colspan='4'><img src='images/sbbImages/sbb_t1_Smith.gif' width='368' height='19' border='0' usemap='#sbbMap0'></td><td width='1' rowspan='2'></td><td width='1' rowspan='2' valign='top'><img src='images/vert_line_30.jpg' height='25'></td><td width='81' rowspan='2'>&nbsp;</td></tr><tr><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i1_Smith_up.gif' name='sbb_1' id='sbb_1' border='0' onClick='setCurrentView(0,\"sbb_1\",\"images/sbbImages/sbb_i1_Smith_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i2_Smith_up.gif' name='sbb_2' id='sbb_2' border='0' onClick='setCurrentView(1,\"sbb_2\",\"images/sbbImages/sbb_i2_Smith_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i3_Smith_up.gif' name='sbb_3' id='sbb_3' border='0' onClick='setCurrentView(2,\"sbb_3\",\"images/sbbImages/sbb_i3_Smith_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><img src='images/spacer.gif' width='92' height='45'></td></tr></table>";btn_groups[1]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='1' colspan='9'><img src='images/horiz_line_8.jpg'></td></tr><tr><td width='348' height='70' rowspan='2'>&nbsp;</td><td width='1' rowspan='2'></td><td width='92' height='25' align='center' colspan='4'><img src='images/sbbImages/sbb_t1_Jones.gif' width='368' height='19' border='0' usemap='#sbbMap1'></td><td width='1' rowspan='2'></td><td width='1' rowspan='2' valign='top'><img src='images/vert_line_30.jpg' height='25'></td><td width='81' rowspan='2'>&nbsp;</td></tr><tr><td width='92' height='45' align='center' valign='top' ><a href='#'><img src='images/sbbImages/sbb_i1_Jones_up.gif' name='sbb_1' id='sbb_1' border='0' onClick='setCurrentView(0,\"sbb_1\",\"images/sbbImages/sbb_i1_Jones_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i2_Jones_up.gif' name='sbb_2' id='sbb_2' border='0' onClick='setCurrentView(1,\"sbb_2\",\"images/sbbImages/sbb_i2_Jones_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i3_Jones_up.gif' name='sbb_3' id='sbb_3' border='0' onClick='setCurrentView(2,\"sbb_3\",\"images/sbbImages/sbb_i3_Jones_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><img src='images/spacer.gif' width='92' height='45'></td></tr></table>";btn_groups[2]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='1' colspan='9'><img src='images/horiz_line_8.jpg'></td></tr><tr><td width='348' height='70' rowspan='2'>&nbsp;</td><td width='1' rowspan='2'></td><td width='92' height='25' align='center' colspan='4'><img src='images/sbbImages/sbb_t1_Grey.gif' width='368' height='19' border='0' usemap='#sbbMap2'></td><td width='1' rowspan='2'></td><td width='1' rowspan='2' valign='top'><img src='images/vert_line_30.jpg' height='25'></td><td width='81' rowspan='2'>&nbsp;</td></tr><tr><td width='92' height='45' align='center' valign='top' ><a href='#'><img src='images/sbbImages/sbb_i1_Grey_up.gif' name='sbb_1' id='sbb_1' border='0' onClick='setCurrentView(0,\"sbb_1\",\"images/sbbImages/sbb_i1_Grey_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i2_Grey_up.gif' name='sbb_2' id='sbb_2' border='0' onClick='setCurrentView(1,\"sbb_2\",\"images/sbbImages/sbb_i2_Grey_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i3_Grey_up.gif' name='sbb_3' id='sbb_3' border='0' onClick='setCurrentView(2,\"sbb_3\",\"images/sbbImages/sbb_i3_Grey_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><img src='images/spacer.gif' width='92' height='45'></td></tr></table>";btn_groups[3]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='1' colspan='9'><img src='images/horiz_line_8.jpg'></td></tr><tr><td width='348' height='70' rowspan='2'>&nbsp;</td><td width='1' rowspan='2'></td><td width='92' height='25' align='center' colspan='4'><img src='images/sbbImages/sbb_t1_Honeycutt.gif' width='368' height='19' border='0' usemap='#sbbMap3'></td><td width='1' rowspan='2'></td><td width='1' rowspan='2' valign='top'><img src='images/vert_line_30.jpg' height='25'></td><td width='81' rowspan='2'>&nbsp;</td></tr><tr><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i1_Honeycutt_up.gif' name='sbb_1' id='sbb_1' border='0' onClick='setCurrentView(0,\"sbb_1\",\"images/sbbImages/sbb_i1_Honeycutt_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i2_Honeycutt_up.gif' name='sbb_2' border='0' id='sbb_2' onClick='setCurrentView(1,\"sbb_2\",\"images/sbbImages/sbb_i2_Honeycutt_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i3_Honeycutt_up.gif' name='sbb_3' border='0' id='sbb_3' onClick='setCurrentView(2,\"sbb_3\",\"images/sbbImages/sbb_i3_Honeycutt_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i4_Honeycutt_up.gif' name='sbb_4' border='0' id='sbb_4' onClick='setCurrentView(3,\"sbb_4\",\"images/sbbImages/sbb_i4_Honeycutt_on.gif\")'></a></td></tr></table>";btn_groups[4]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='1' colspan='9'><img src='images/horiz_line_8.jpg'></td></tr><tr><td width='348' height='70' rowspan='2'>&nbsp;</td><td width='1' rowspan='2'></td><td width='92' height='25' align='center' colspan='4'><img src='images/sbbImages/sbb_t1_Duluth.gif' width='368' height='19' border='0' usemap='#sbbMap4'></td><td width='1' rowspan='2'></td><td width='1' rowspan='2' valign='top'><img src='images/vert_line_30.jpg' height='25'></td><td width='81' rowspan='2'>&nbsp;</td></tr><tr><td width='92' height='45' align='center' valign='top' ><a href='#'><img src='images/sbbImages/sbb_i1_Dlth_up.gif' name='sbb_1' id='sbb_1' border='0' onClick='setCurrentView(0,\"sbb_1\",\"images/sbbImages/sbb_i1_Dlth_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i2_Dlth_up.gif' name='sbb_2' id='sbb_2' border='0' onClick='setCurrentView(1,\"sbb_2\",\"images/sbbImages/sbb_i2_Dlth_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i3_Dlth_up.gif' name='sbb_3' id='sbb_3' border='0' onClick='setCurrentView(2,\"sbb_3\",\"images/sbbImages/sbb_i3_Dlth_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i4_Dlth_up.gif' name='sbb_4' id='sbb_4' border='0' onClick='setCurrentView(3,\"sbb_4\",\"images/sbbImages/sbb_i4_Dlth_on.gif\")'></a></td></tr></table>";btn_groups[5]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='1' colspan='9'><img src='images/horiz_line_8.jpg'></td></tr><tr><td width='348' height='70' rowspan='2'>&nbsp;</td><td width='1' rowspan='2'></td><td width='92' height='25' align='center' colspan='4'><img src='images/sbbImages/sbb_t1_Hickman.gif' width='368' height='19' border='0' usemap='#sbbMap5'></td><td width='1' rowspan='2'></td><td width='1' rowspan='2' valign='top'><img src='images/vert_line_30.jpg' height='25'></td><td width='81' rowspan='2'>&nbsp;</td></tr><tr><td width='92' height='45' align='center' valign='top' ><a href='#'><img src='images/sbbImages/sbb_i1_Hckmn_up.gif' name='sbb_1' id='sbb_1' border='0' onClick='setCurrentView(0,\"sbb_1\",\"images/sbbImages/sbb_i1_Hckmn_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i2_Hckmn_up.gif' name='sbb_2' id='sbb_2' border='0' onClick='setCurrentView(1,\"sbb_2\",\"images/sbbImages/sbb_i2_Hckmn_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><a href='#'><img src='images/sbbImages/sbb_i3_Hckmn_up.gif' name='sbb_3' id='sbb_3' border='0' onClick='setCurrentView(2,\"sbb_3\",\"images/sbbImages/sbb_i3_Hckmn_on.gif\")'></a></td><td width='92' height='45' align='center' valign='top'><img src='images/spacer.gif' width='92' height='45'></td></tr></table>";resource_groups[0]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='154' width='81'><img src='images/spacer.gif' width='81' height='154'></td></tr><tr><td height='80' width='81'><a href='#'><img src='images/lessonPlan_9-12.gif' width='81' height='80' border='0' onClick='openPDF(\"PDF/ns_H4smi_LP.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr><tr><td height='60' width='81'><a href='#'><img src='images/Discussion.gif' width='81' height='60' border='0' onClick='openPDF(\"PDF/ns_H4smi_DQ.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr></table>";resource_groups[1]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='154' width='81'><img src='images/spacer.gif' width='81' height='154'></td></tr><tr><td height='80' width='81'><img src='images/spacer.gif' width='81' height='80'></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr><tr><td height='60' width='81'><a href='#'><img src='images/Discussion.gif' width='81' height='60' border='0' onClick='openPDF(\"PDF/ns_H6jon_DQ.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr></table>";resource_groups[2]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='154' width='81'><img src='images/spacer.gif' width='81' height='154'></td></tr><tr><td height='80' width='81'><a href='#'><img src='images/lessonPlan_6-8.gif' width='81' height='80' border='0' onClick='openPDF(\"PDF/ns_H5gre_LP.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr><tr><td height='60' width='81'><a href='#'><img src='images/Discussion.gif' width='81' height='60' border='0' onClick='openPDF(\"PDF/ns_H5gre_DQ.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr></table>";resource_groups[3]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='154' width='81'><img src='images/spacer.gif' width='81' height='154'></td></tr><tr><td height='80' width='81'><a href='#'><img src='images/lessonPlan_9-12.gif' width='81' height='80' border='0' onClick='openPDF(\"PDF/ns_H1hon_LP.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr><tr><td height='60' width='81'><a href='#'><img src='images/Discussion.gif' width='81' height='60' border='0' onClick='openPDF(\"PDF/ns_H1hon_DQ.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr></table>";resource_groups[4]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='154' width='81'><img src='images/spacer.gif' width='81' height='154'></td></tr><tr><td height='80' width='81'><a href='#'><img src='images/lessonPlan_6-8.gif' width='81' height='80' border='0' onClick='openPDF(\"PDF/ns_H3dul_LP.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr><tr><td height='60' width='81'><a href='#'><img src='images/Discussion.gif' width='81' height='60' border='0' onClick='openPDF(\"PDF/ns_H3dul_DQ.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr></table>";resource_groups[5]="<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'><tr><td height='154' width='81'><img src='images/spacer.gif' width='81' height='154'></td></tr><tr><td height='80' width='81'><img src='images/spacer.gif' width='81' height='80'></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr><tr><td height='60' width='81'><a href='#'><img src='images/Discussion.gif' width='81' height='60' border='0' onClick='openPDF(\"PDF/ns_H2hic_DQ.pdf\")'></a></td></tr><tr><td height='10' width='81'><img src='images/spacer.gif' width='81' height='10'></td></tr></table>";query_str["quick_link"] = "";parseQuery();var l_link = query_str["quick_link"].toLowerCase();switch (l_link){  case "lena":  case "smith":  case "lsmith":  case "lena_smith":        setButtonGroup(0,"LSmith","images/bb_LSmith_on.jpg","images/titles/Smith.gif","images/sbbImages/sbb_i1_Smith_on.gif");    break;  case "fred":  case "freddie":  case "jones":  case "fjones":  case "fred_jones":  case "freddie_jones":    setButtonGroup(1,"FJones","images/bb_FJones_on.jpg","images/titles/Jones.gif","images/sbbImages/sbb_i1_Jones_on.gif");    break;  case "grey":  case "egrey":  case "emily":  case "emily_grey":  case "slave":  case "slave_case":    setButtonGroup(2,"EGrey","images/bb_EGrey_on.jpg","images/titles/Grey.gif","images/sbbImages/sbb_i1_Grey_on.gif");    break;  case "prince":  case "prince_albert":  case "honeycutt":  case "phoneycutt":  case "prince_honeycutt":  case "prince_albert_honeycutt":    setButtonGroup(3,"Honeycutt","images/bb_PHoneycutt_on.jpg","images/titles/Honeycutt.gif","images/sbbImages/sbb_i1_Honeycutt_on.gif");    break;  case "duluth":  case "lynchings":  case "duluth_lynchings":  case "clayton":  case "jackson":  case "mcghie":    setButtonGroup(4,"Duluth","images/bb_Duluth_on.jpg","images/titles/Duluth.gif","images/sbbImages/sbb_i1_Dlth_on.gif");    break;  case "reverend":  case "robert":  case "hickman":  case "rhickman":  case "robert_hickman":  case "reverend_hickman":  case "reverend_robert_hickman":    setButtonGroup(5,"Hickman","images/bb_RHickman_on.jpg","images/titles/Hickman.gif","images/sbbImages/sbb_i1_Hckmn_on.gif");    break;  default:    setButtonGroup(-1);}document.getElementById("content_area").style.visibility = "visible";preloadHomeImages(cur_div_group);