function changeStyle (id,style) {
    document.all[id].className=style;
  }

function expand(item, nivel){	
 var d = document.getElementById(item);
	if (d!=null){
		if (d.style.display == ''){
			d.style.display = 'none';
		}
		else{
			HideAll(nivel); 
			d.style.display = '';
		}
	}
}

function HideAll(nivel){
	var targetElement;
	var aDivs = document.body.getElementsByTagName("DIV");
	for (var i = 0; i < aDivs.length; i++){
		targetElement = aDivs[i];
		if (targetElement.className == nivel)
			targetElement.style.display = 'none';
	}
}

document.write("<link href=../css/menu.css rel=stylesheet type=text/css>");
document.write("<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("      <tr>");
document.write("        <td>");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=http://www.umbc.edu/reslife ");
document.write("					  class=navegation>Home</a></td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation ");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=http://www.umbc.edu/reslife/my_housing.html ");
document.write("					  class=navegation>MyHousing</a>");
document.write("					  </td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation ");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=javascript:expand('option3',%202) ");
document.write("					  class=navegation>About</a>");
document.write("					  </td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          <div id=option3 style=display:none; class=2>");
document.write("              <table width=100% border=0 cellspacing=1 cellpadding=1>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellspacing=0 cellpadding=1>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option31><a ");
document.write("						href=http://www.umbc.edu/reslife/about/index.html");
document.write("						class=subnavegation ");
document.write("						id=option31_a>Overview & Mission</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                   </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellspacing=0 cellpadding=1>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option32><a");
document.write("						href=http://www.umbc.edu/reslife/about/staff.html");
document.write("						class=subnavegation ");
document.write("						id=option32_a>Staff</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                   </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("");
document.write("				<tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				  <table width=100% border=0 cellspacing=0 cellpadding=1>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option33><a");
document.write("						href=http://www.umbc.edu/reslife/about/contact.html");
document.write("						class=subnavegation ");
document.write("						id=option33_a>Contact Information</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				 </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option34><a");
document.write("						href=http://www.umbc.edu/reslife/about/employment.html");
document.write("						class=subnavegation ");
document.write("						id=option34_a>Employment Opportunities</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                   </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option35><a");
document.write("						href=http://www.umbc.edu/reslife/about/training.html ");
document.write("						class=subnavegation id=option35_a>Student Staff ");
document.write("						Training</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                   </table>");
document.write("				  </td> ");
document.write("                </tr>");
document.write("              </table>");
document.write("          </div>");
document.write("          <table width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation ");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=javascript:expand('option4',%202) class=navegation>Apply for Housing</a>");
document.write("					  </td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			   </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          <div id=option4 class=2 style=display:none;>");
document.write("              <table width=100% border=0 cellspacing=1 cellpadding=1>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option41><a");
document.write("						href=http://www.umbc.edu/reslife/apply/rates.html ");
document.write("						class=subnavegation ");
document.write("						id=option41_a>Housing & Dining Rates</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option42><a");
document.write("						href=http://www.umbc.edu/reslife/apply/freshmen.html ");
document.write("						class=subnavegation id=option42_a>Prospective ");
document.write("						Freshman</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option43><a");
document.write("						href=http://www.umbc.edu/reslife/apply/transfers.html ");
document.write("						class=subnavegation id=option43_a>Prospective ");
document.write("						Transfers</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option44><a");
document.write("						href=http://www.umbc.edu/reslife/apply/commuters.html");
document.write("						class=subnavegation id=option44_a>Prospective ");
document.write("						Commuters</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option45><a");
document.write("						href=http://www.umbc.edu/reslife/apply/renew.html ");
document.write("						class=subnavegation ");
document.write("						id=option45_a>Returning Residents</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option46><a");
document.write("						href=http://www.umbc.edu/reslife/apply/summer.html ");
document.write("						class=subnavegation ");
document.write("						id=option46_a>Summer Housing</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option47><a");
document.write("					   href=http://www.umbc.edu/reslife/apply/summer_intern.html ");
document.write("						class=subnavegation id=option47_a>Summer Intern ");
document.write("						Housing</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option48><a");
document.write("						href=http://www.umbc.edu/undergrad/ ");
document.write("						class=subnavegation id=option48_a>Undergraduate ");
document.write("						Admissions</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("			  </table>");
document.write("          </div>");
document.write("			");
document.write("          <table width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation><table border=0 cellspacing=0 ");
document.write("				cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=javascript:expand('option5',%202) ");
document.write("					  class=navegation>Communities</a>");
document.write("					  </td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("				</td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          <div id=option5 class=2 style=display:none; >");
document.write("              <table width=100% border=0 cellspacing=1 cellpadding=1>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option51><a");
document.write("						href=http://www.umbc.edu/reslife/communities/index.html ");
document.write("						class=subnavegation ");
document.write("						id=option51_a>Overview</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option52><a");
document.write("						href=http://www.umbc.edu/reslife/communities/map.html ");
document.write("						class=subnavegation ");
document.write("						id=option52_a>Residential Map</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option53><a");
document.write("						href=http://www.umbc.edu/reslife/communities/cpk.php ");
document.write("						class=subnavegation ");
document.write("						id=option53_a>Chesapeake Hall</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option54><a");
document.write("						href=http://www.umbc.edu/reslife/communities/erk.php ");
document.write("						class=subnavegation ");
document.write("						id=option54_a>Erickson Hall</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option55><a");
document.write("						href=http://www.umbc.edu/reslife/communities/hbr.php ");
document.write("						class=subnavegation ");
document.write("						id=option55_a>Harbor Hall</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option56><a");
document.write("						href=http://www.umbc.edu/reslife/communities/pat.php ");
document.write("						class=subnavegation ");
document.write("						id=option56_a>Patapsco Hall</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option57><a");
document.write("						href=http://www.umbc.edu/reslife/communities/pmc.php ");
document.write("						class=subnavegation ");
document.write("						id=option57_a>Potomac Hall</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option58><a");
document.write("						href=http://www.umbc.edu/reslife/communities/sus.php ");
document.write("						class=subnavegation ");
document.write("						id=option58_a>Susquehanna Hall</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option59><a");
document.write("						href=http://www.umbc.edu/reslife/communities/hsd.php ");
document.write("						class=subnavegation ");
document.write("						id=option59_a>Hillside Apartments</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option510><a");
document.write("						href=http://www.umbc.edu/reslife/communities/ter.php ");
document.write("						class=subnavegation ");
document.write("						id=option510_a>Terrace Apartments</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option511><a");
document.write("						href=http://www.umbc.edu/reslife/communities/waa.php ");
document.write("						class=subnavegation ");
document.write("						id=option511_a>Walker Avenue Apartments</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option512><a");
document.write("						href=http://www.umbc.edu/reslife/communities/wh.php ");
document.write("						class=subnavegation ");
document.write("						id=option512_a>West Hill Apartments</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option513><a");
document.write("						href=http://www.umbc.edu/reslife/communities/llc.html ");
document.write("						class=subnavegation ");
document.write("						id=option513_a>Living Learning Communities</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table></td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option514><a");
document.write("					 href=http://www.umbc.edu/reslife/communities/lifestyle.html ");
document.write("						class=subnavegation ");
document.write("						id=option514_a>Lifestyle Options</a></td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("			  </table>");
document.write("          </div>");
document.write("");
document.write("          <table width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=javascript:expand('option6',%202) ");
document.write("					  class=navegation>Living on Campus</a>");
document.write("					  </td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("				</td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          <div id=option6 class=2 style=display:none; >");
document.write("              <table width=100% border=0 cellspacing=1 cellpadding=1>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option61><a");
document.write("						href=http://www.umbc.edu/reslife/living/toc.html ");
document.write("						class=subnavegation ");
document.write("						id=option61_a>Community Living Guide</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option62><a");
document.write("						href=http://www.umbc.edu/reslife/living/loop.html ");
document.write("						class=subnavegation ");
document.write("						id=option62_a>The Loop</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option63><a");
document.write("						href=http://www.umbc.edu/reslife/living/services.html ");
document.write("						class=subnavegation ");
document.write("						id=option63_a>Services</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option64><a");
document.write("						href=http://www.umbc.edu/reslife/living/rr.html ");
document.write("						class=subnavegation ");
document.write("						id=option64_a>Rights & Responsibilities</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option65><a");
document.write("					href=http://www.umbc.edu/reslife/living/dates.html ");
document.write("						class=subnavegation ");
document.write("						id=option65_a>Openings, Breaks & Closings</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option66><a");
document.write("					  href=http://www.umbc.edu/reslife/living/room_changes.html ");
document.write("						class=subnavegation ");
document.write("						id=option66_a>Room Changes</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option67><a");
document.write("						href=http://www.umbc.edu/reslife/living/get_involved.html ");
document.write("						class=subnavegation ");
document.write("						id=option67_a>Get Involved</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option68><a");
document.write("						href=http://www.umbc.edu/rsa/ ");
document.write("						class=subnavegation ");
document.write("						id=option68_a>Resident Student Association (RSA)</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option69><a");
document.write("					href=http://www.umbc.edu/reslife/living/resources_campus.html ");
document.write("						class=subnavegation ");
document.write("						id=option69_a>Campus Resources</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option610><a");
document.write("				href=http://www.umbc.edu/reslife/living/resources_community.html ");
document.write("						class=subnavegation ");
document.write("						id=option610_a>Community Resources</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                  </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("			  </table>");
document.write("          </div>");
document.write("");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation ");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=http://www.umbc.edu/reslife/communities/llc.html");
document.write("					  class=navegation>Living Learning Communities</a></td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation ");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=javascript:expand('option8',%202) ");
document.write("					  class=navegation>Safety</a>");
document.write("					  </td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          <div id=option8 style=display:none; class=2>");
document.write("              <table width=100% border=0 cellspacing=1 cellpadding=1>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellpadding=1 cellspacing=0>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option81><a");
document.write("						href=http://www.umbc.edu/reslife/safety/personal.html");
document.write("						class=subnavegation ");
document.write("						id=option81_a>Personal Safety</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                   </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td class=back-subnavegation>");
document.write("				   <table width=100% border=0 cellspacing=0 cellpadding=1>");
document.write("                      <tr class=subnavegation>");
document.write("                        <td width=19></td>");
document.write("                        <td onMouseOver=this.className='subnavegationsob' ");
document.write("						onMouseOut=this.className='subnavegationtd' ");
document.write("						id=option82><a");
document.write("					   href=http://www.umbc.edu/reslife/safety/preparedness.html");
document.write("						class=subnavegation ");
document.write("						id=option82_a>Emergency Preparedness</a>");
document.write("						</td>");
document.write("                      </tr>");
document.write("                   </table>");
document.write("				  </td>");
document.write("                </tr>");
document.write("			   </table>");
document.write("			  </div>");
document.write("");
document.write("");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation ");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("				href=http://www.umbc.edu/reslife/conferences/index.html");
document.write("					  class=navegation>Conferences</a></td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("");
document.write("");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation onMouseOver=this.className='navegationsob' onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=http://www.umbc.edu/reslife/events/events.php");
document.write("					  class=navegation>Events</a></td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("");
document.write("");
document.write("		  <table  width=100% border=0 cellspacing=0 cellpadding=3>");
document.write("              <tr>");
document.write("                <td class=rollover-navegation>");
document.write("				<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("                    <tr>");
document.write("                      <td class=navegation ");
document.write("					  onMouseOver=this.className='navegationsob' ");
document.write("					  onMouseOut=this.className='navegationtd'><a ");
document.write("					  href=http://www.dineoncampus.com/umbc/");
document.write("					  class=navegation>Dining Services</a></td>");
document.write("                    </tr>");
document.write("                </table>");
document.write("			  </td>");
document.write("              </tr>");
document.write("            </table>");
document.write("		</td>");
document.write("      </tr>");
document.write("    </table><!-- #EndLibraryItem -->");