function addBookmark() {
    var success=false;

    // try each until all fail...
    try {
        window.external.AddFavorite(window.location, document.title);
        success=true;
   } catch(e) {}

    try {
        window.sidebar.addPanel(document.title,location.href,'');
        success=true;
    } catch(e) {}

    if(!success) {
        alert("Please press CTRL+D (Windows) or CMD+D (Mac)\r\nto bookmark this page.\r\n\r\nYou can also use your browser Add Bookmark menu item.\r\n\r\nThank you.");
    }
}
function navListChg () {
	var theOption = document.form_inl.menu_fab_int_list.selectedIndex;
	var theValue  = document.form_inl.menu_fab_int_list.options[theOption].value;
	var theStrippedValue = theValue.replace("&", "");
	// alert ("navListChg, theOption= " + theOption + ", theStrippedValue=" + theStrippedValue);
	var url = "results.php?list="+theStrippedValue+"&type="+saveListType;
	if (theOption > 0) {
		location = url;
	}
}
function navListTypeChg () {
	for (var i=0; i < document.form_inl.radios_int_list.length; i++) {
	   if (document.form_inl.radios_int_list[i].checked) {
		  var rad_val = document.form_inl.radios_int_list[i].value;
	   }
	}
	saveListType = rad_val;
	// alert ("navListTypeChg, saveListType= " + saveListType);
}
emADV='&#x61;&#x64;&#118;&#101;&#x72;&#x74;&#105;&#x73;&#105;&#x6e;&#103;&#x40;&#115;&#116;&#111;&#x72;&#x79;&#115;&#110;&#111;&#x6f;&#112;&#115;&#x2e;&#x63;&#x6f;&#109;'

emINF='&#105;&#110;&#x66;&#x6f;&#x40;&#x73;&#116;&#111;&#x72;&#121;&#x73;&#x6e;&#111;&#x6f;&#x70;&#x73;&#46;&#99;&#x6f;&#x6d;';

emSUG='&#115;&#117;&#x67;&#x67;&#x65;&#x73;&#x74;&#105;&#111;&#x6e;&#x62;&#111;&#x78;&#64;&#115;&#116;&#x6f;&#x72;&#121;&#115;&#x6e;&#x6f;&#111;&#x70;&#115;&#x2e;&#x63;&#111;&#109;';

emEDT='&#x65;&#x64;&#x69;&#x74;&#x6f;&#x72;&#x40;&#115;&#x74;&#111;&#114;&#x79;&#115;&#110;&#x6f;&#x6f;&#112;&#x73;&#x2e;&#99;&#x6f;&#109;';
