function lm(){u=window.navigator.userAgent;
if((u.indexOf('Mozilla/4',0)==0) || (u.indexOf('Mozilla/3')==0)){if(u.indexOf('MSIE',10)<0){document.write(
'<option value="declare.html" title="1776 Declaration of Independence"></a>'+
' | <a href="usconst.html" title="1787 Constitution of The United States of America">Constitution</a>'+
' | <a href="usrights.html" title="1791 Bill of Rights">Rights</a>'+
' | <a href="emanse.html" title="1862 Emancipation Proclamation">Emancipation</a>'+
' | <a href="lincoln.html" title="1863 Abraham Lincoln\'s Gettysburg Address">Lincoln</a>'+
' | <a href="4freedom.html" title="1941 Franklin Roosevelt\'s Four Freedoms">Roosevelt</a>'+
' | <a href="pearl.html" title="1941 Roosevelt\'s Pearl Harbor Speech">Pearl Harbor</a>'+
' | <a href="malaise.html" title="1979 Jimmy Carter\'s Great Malaise Speech">Carter</a>'+
' | <a href="reagan1.html" title="1981 Ronald Reagan\'s Inaugural Address">Reagan</a>'+
' | <a href="index.html" title="Freedom Documents Home Page">Documents</a>'+
' | <a href="../gray/index.html" title="Gray Executive Service">Gray&nbsp;Executive&nbsp;Service</a>'+
' | <a href="http://www.protectionelite.net/" title="Protection Elite International">PEI</a>'
);return;}}
document.write(
'<select name="s1" size="1" title="Select a document from this list" onchange="j(this.options[selectedIndex].value);">'+
'<option value="">Select a document from this list</option>'+
'<option value="declare.html">1776 Declaration of Independence</option>'+
'<option value="usconst.html">1787 Constitution of The United States of America</option>'+
'<option value="usrights.html">1791 Bill of Rights</option>'+
'<option value="emanse.html">1862 Emancipation Proclamation</option>'+
'<option value="lincoln.html">1863 Abraham Lincoln\'s Gettysburg Address</option>'+
'<option value="4freedom.html">1941 Franklin Roosevelt\'s "Four Freedoms"</option>'+
'<option value="pearl.html">1941 Franklin Roosevelt\'s Pearl Harbor Speech</option>'+
'<option value="malaise.html">1979 Jimmy Carter\'s Great Malaise Speech</option>'+
'<option value="reagan1.html">1981 Ronald Reagan\'s Inaugural Address</option>'+
'<option value="index.html">Freedom Documents Home Page</option>'+
'<option value="../gray/index.html">Gray Executive Service</option>'+
'<option value="http://www.protectionelite.net/">Protection Elite International</option>'+
'</select>');
}
function j(u){if(u.length<2)return;
if(u.indexOf('http:',0)==0)
window.open(u);
else
window.location.href=u;
return;
}
