function Sidebar(){
   var url = location.href;
   	var stitle = document.title;
	stitle = stitle.replace(/ /g, "^");

   var html =
		"<span style=\"width:190px; border:1px solid #000; clear:right;\" id=\"sidebar1\">" +
		"<span id=\"m-links\">Text size: <a href=\"javascript:decreaseFontSize();\" id=\"\f-size\"><img src=\"http://ojp.usdoj.gov/BJA/images/minor.jpg\" border=\"0\" alt=\"minor sign\" style=\"margin-bottom:-5px;\" /></a>" +
		"<a href=\"javascript:increaseFontSize();\" id=\"f-size\"><img src=\"http://ojp.usdoj.gov/BJA/images/plus.jpg\" border=\"0\" alt=\"plus sign\" style=\"margin-bottom:-5px\"/></a>  &nbsp;&nbsp;" + 
		"<a href=\"http://bja.ncjrs.gov/app/contactus/contactus.aspx\" id=\"m-links\">Feedback&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/feedback.jpg\" alt=\"feedback\" border=\"0\" style=\"margin-bottom:-5px;\" /></a>" +
		"<br /><br />" +
		"<a href=\"javascript:window.print()\" id=\"m-links\">Print page&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/printer.jpg\" alt=\"Printer icon\" border=\"0\" style=\"margin-bottom:-5px\" /></a>&nbsp;&nbsp;" + 
		"<a href=\"http://bja.ncjrs.gov/app/emailcolleague/emailfriend.aspx?Link=BJAEmail&Page=" + url  + "\&dtitle=" + stitle + "\" onclick=\"link_popup(this,'location=yes,scrollbars=yes,menubar=yes,resizable=yes,toolbar=yes,status=yes,dependent=yes,width=700,height=575,top=0');return false\" id=\"m-links\">Send page&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/e-mail.jpg\" alt=\"e-mail icon\" border=\"0\" style=\"margin-bottom:-5px\" /></a>" +
		"<br />" +
		"</span></span>";
			
document.write(html);
}
function SidebarHtml(){
   var url = location.href;
   	var stitle = document.title;
	stitle = stitle.replace(/ /g, "^");

   var html =
		"<div style=\"width:190px; border:1px solid #000; clear:right;\" id=\"sidebar1\">" +
		"<span style=\"width:180px; border:1px solid #000; clear:right;\" id=\"m-links\">Text size: <a href=\"javascript:decreaseFontSize();\" id=\"\f-size\"><img src=\"http://ojp.usdoj.gov/BJA/images/minor.jpg\" border=\"0\" alt=\"minor sign\" style=\"margin-bottom:-5px;\" /></a>" +
		"<a href=\"javascript:increaseFontSize();\" id=\"f-size\"><img src=\"http://ojp.usdoj.gov/BJA/images/plus.jpg\" border=\"0\" alt=\"plus sign\" style=\"margin-bottom:-5px\"/></a>  &nbsp;&nbsp;" + 
		"<a href=\"http://bja.ncjrs.gov/app/contactus/contactus.aspx\" id=\"m-links\">Feedback&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/feedback.jpg\" alt=\"feedback\" border=\"0\" style=\"margin-bottom:-5px;\" /></a>" +
		"<br /><br />" +
		"<a href=\"javascript:window.print()\" id=\"m-links\">Print page&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/printer.jpg\" alt=\"Printer icon\" border=\"0\" style=\"margin-bottom:-5px\" /></a>&nbsp;&nbsp;" + 
		"<a href=\"http://bja.ncjrs.gov/app/emailcolleague/emailfriend.aspx?Link=BJAEmail&Page=" + url  + "\&dtitle=" + stitle + "\" onclick=\"link_popup(this,'location=yes,scrollbars=yes,menubar=yes,resizable=yes,toolbar=yes,status=yes,dependent=yes,width=700,height=575,top=0');return false\" id=\"m-links\">Send page&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/e-mail.jpg\" alt=\"e-mail icon\" border=\"0\" style=\"margin-bottom:-5px\" /></a>" +
		"<br />" +
		"</span>";

document.write(html);
}

function SidebarandNav(){
   var url = location.href;
   	var stitle = document.title;
	stitle = stitle.replace(/ /g, "^");

   var html =
		"<div style=\"width:214px; border:0px solid #000; padding-top:15px; padding-right:0px; \" id=\"sidebar1\">" +
		"<span id=\"m-links\">Text size: <a href=\"javascript:decreaseFontSize();\" id=\"\f-size\"><img src=\"http://ojp.usdoj.gov/BJA/images/minor.jpg\" border=\"0\" alt=\"minor sign\" style=\"margin-bottom:-5px;\" /></a>" +
		"<a href=\"javascript:increaseFontSize();\" id=\"f-size\"><img src=\"http://ojp.usdoj.gov/BJA/images/plus.jpg\" border=\"0\" alt=\"plus sign\" style=\"margin-bottom:-5px\"/></a>  &nbsp;&nbsp;" + 
		"<a href=\"http://bja.ncjrs.gov/app/contactus/contactus.aspx\" id=\"m-links\">Feedback&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/feedback.jpg\" alt=\"feedback\" border=\"0\" style=\"margin-bottom:-5px;\" /></a>" +
		"<br /><br />" +
		"<a href=\"javascript:window.print()\" id=\"m-links\">Print page&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/printer.jpg\" alt=\"Printer icon\" border=\"0\" style=\"margin-bottom:-5px\" /></a>&nbsp;&nbsp;" + 
		"<a href=\"http://bja.ncjrs.gov/app/emailcolleague/emailfriend.aspx?Link=BJAEmail&Page=" + url  + "\&dtitle=" + stitle + "\" onclick=\"link_popup(this,'location=yes,scrollbars=yes,menubar=yes,resizable=yes,toolbar=yes,status=yes,dependent=yes,width=700,height=575,top=0');return false\" id=\"m-links\">Send page&nbsp;<img src=\"http://ojp.usdoj.gov/BJA/images/e-mail.jpg\" alt=\"e-mail icon\" border=\"0\" style=\"margin-bottom:-5px\" /></a>" +
		"<br />" +
		"</span><br /><br />"

document.write(html);
}