// about
document.write ("<div name='about' " ); 
if (window.docCategory=="about") {
	document.write ("class='menuhighlight'")
}
document.write (">");
document.write ("<a href='about.html' class=");
if (docCategory=="about") {
document.write ("'leftmenubighighlight'") }
else {
	document.write("'leftmenubig'"); }
document.write ("><nobr>&nbsp;&nbsp;About HRRN</nobr></a><br>" +
"</div>" );

// contact
document.write ("<div name='contact' " ); 
if (window.docCategory=="contact") {
	document.write ("class='menuhighlight'")
}
document.write (">");
document.write ("<a href='contact.html' class=");
if (docCategory=="contact") {
document.write ("'leftmenubighighlight'") }
else {
	document.write("'leftmenubig'"); }
document.write ("><nobr>&nbsp;&nbsp;Contact Us</nobr></a><br>" +
"</div>" );

// news
document.write ("<div name='news' " ); 
if (docCategory=="news") {
	document.write ("class='menuhighlight'")
}
document.write (">");
 document.write ("<a href='news.html' class=");
 
if (docCategory=="news") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }

document.write ("><nobr>&nbsp;&nbsp;What's New?</nobr></a><br>" +
"</div>" ) ;

// library
document.write ("<div name='library' " ); 
if (docCategory=="library") {
	document.write ("class=menuhighlight")
}
document.write (">");
document.write ("<a href='library/index.html' class=");

if (docCategory=="library") {
document.write ("'leftmenubighighlight'") }
else {
	document.write("'leftmenubig'"); }
	
document.write(">&nbsp;&nbsp;Library</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='library/housing/index.html' class=");
if (docCategory=="library") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write (">Housing</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='library/nutrition/index.html' class=");
if (docCategory=="library") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write (">Nutrition</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='library/behavior/index.html' class=");
if (docCategory=="library") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write (">Behavior</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='library/health/index.html' class=");
if (docCategory=="library") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write (">Health</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='library/youandyourrabbit/index.html' class=");
if (docCategory=="library") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write (">You and your rabbit</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='library/awareness/index.html' class=");
if (docCategory=="library") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write (">Raising awareness</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='library/wildrabbits/index.html' class=");
if (docCategory=="library") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write (">Wild Rabbits</a><br>" +


"</div>" ) ;


// mrs. bun
document.write ("<div name='mrsbun' " ); 
if (docCategory=="mrsbun") {
	document.write ("class='menuhighlight'")
}
document.write (">");
document.write ("<a href='mrsbun.html' class=");

if (docCategory=="mrsbun") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }

document.write("><nobr>&nbsp;&nbsp;Ask Mrs. Bun</nobr></a><br>" +
"</div>" ) ;


// adoption
document.write ("<div name='adoption' " ); 
if (docCategory=="adoption") {
	document.write ("class='menuhighlight'")
}
document.write (">");
document.write ("<a href='adoption.html' class=");
if (docCategory=="adoption") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }
document.write (">&nbsp;&nbsp;Adoption</a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='adp_why.html' class=");
if (docCategory=="adoption") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write ("><nobr>Why adopt</nobr></a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='adp_how.html' class=");
if (docCategory=="adoption") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write ("><nobr>How to adopt</nobr></a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='rabbits/index.php' class=");
if (docCategory=="adoption") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write ("><nobr>Available rabbits</nobr></a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='adp_apply.html' class=");
if (docCategory=="adoption") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write ("><nobr>Adoption Application</nobr></a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='adp_faq.html' class=");
if (docCategory=="adoption") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write ("><nobr>Adoption FAQ</nobr></a><br>" +
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" +

"<a href='adp_home.html' class=");
if (docCategory=="adoption") {
document.write ("'leftmenusubhighlight'") }
else { document.write("'leftmenusub'"); }
document.write ("><nobr>Finding a new home for your rabbit</nobr></a><br>" +
"</div>" ) ;


// membership
document.write ("<div name='membership' " ); 
if (docCategory=="membership") {
	document.write ("class='menuhighlight'")
}
document.write (">");
document.write ("<a href='mem_why.html' class=");
if (docCategory=="membership") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }
document.write (">&nbsp;&nbsp;Membership</a><br>" +
"</div>" );

// how you can help
document.write ("<div name='helpus' " ); 
if (docCategory=="helpus") {
	document.write ("class='menuhighlight'")
}
document.write (">");
document.write ("<a href='helpus.html' class=");
if (docCategory=="helpus") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }
document.write (">&nbsp;&nbsp;How you can help HRRN</a><br>" +
"</div>" );

// vets
document.write ("<div name='vets' " ); 
if (docCategory=="vets") {
	document.write ("class=menuhighlight")
}
document.write (">");
document.write ("<a href='vets.html' class=");
if (docCategory=="vets") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }
document.write ("><nobr>&nbsp;&nbsp;Veterinarians</nobr></a><br>" +
"</div>" ) ;

// shop
document.write ("<div name='shop' " ); 
if (docCategory=="shop") {
	document.write ("class=menuhighlight")
}
document.write (">");
document.write ("<a href='bun_shop.html' class=");
if (docCategory=="shop") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }
document.write ("><nobr>&nbsp;&nbsp;Bunny shop</nobr></a><br>" +
"</div>" ) ;

// links
document.write ("<div name='links' " ); 
if (docCategory=="links") {
	document.write ("class=menuhighlight")
}
document.write (">");
document.write ("<a href='links.html' class=");
if (docCategory=="links") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }
document.write (">&nbsp;&nbsp;Links</a>" +
"</div>" );

// site
document.write ("<br /><div name='site' " ); 
if (docCategory=="site") {
	document.write ("class=menuhighlight")
}
document.write (">");
document.write ("<a href='site.html' class=");
if (docCategory=="site") {
document.write ("'leftmenubighighlight'") }
else {	document.write("'leftmenubig'"); }
document.write (">&nbsp;&nbsp;About our site</a>" +
"</div>" );
