function fars_print() {
if(document.layers){var contents = document.layers['fcts'].innerHTML;}
else{var contents = document.getElementById('fcts').innerHTML;}
document.fars_print.contents.value = contents;
document.fars_print.submit();
}
function fars_favo() {
if(document.all) { window.external.AddFavorite(document.location.href,document.title); }
else { alert('Please press CTRL + D (or CTRL+T) to add this page to your favorites!'); }
}
function fars_email() {
var msg = "I found an interesting page at FlightsimAviation.com : \n\n"+document.title+"\n"+document.location.href+"\n\n";
window.open('mailto:?subject='+escape('Interesting link (Federal Aviation Regulations)')+'&body='+escape(msg),'_blank');
}
function fars_link(part,title) {
window.open('/data_img/FARS/site/link_to_page.php?part='+escape(part)+'&title='+escape(title)+'&url='+escape(document.location.href), 'fars_link', "width=550,height=500,left=100,top=50,menubar=no,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no");
}