<!-- Begin MENU

// WORK NOTE: level one firm for all not for level 2 menu_gallery \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "3"		// MENU END SPACING LEVEL 1



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


document.write('</td><td>');
document.write('<a href="index.htm" class="menu">Home Page</a>');

document.write('</td><td>');
document.write('<a href="going-to-prison.htm" class="menu">Going To Prison</a>')

document.write('</td><td>');
document.write('<a href="prison-camp.htm" class="menu">Prison Camp Life</a>');

document.write('</td><td>');
document.write('<a href="surviving-county-jail.htm" class="menu">Surviving County Jail</a>');

document.write('</td><td>');
document.write('<a href="stay-safe-in-jail.htm" class="menu">Staying Safe In Jail</a>');

document.write('</td><td>');
document.write('<a href="linkman/links.php" class="menu">Our Link Exchange</a>');






// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End of the world of sin in Jesus Name -->


