home *** CD-ROM | disk | FTP | other *** search
- //<script language=javascript>
- // +++++++++++++++++++++
- function funcNavigate()
- {
- var FeV = document.objNavigation.txtSortBy[document.objNavigation.txtSortBy.selectedIndex].value;
- if (FeV!='')
- {
- parent.pcw_content_toc.location.href="../index/"+FeV+".htm";
- }
- }
-
- // +++++++++++++++++++++
- function startSearch(strPageUrl, noSortBy)
- {
- if (noSortBy==false)
- {
- document.objNavigation.txtSortBy.selectedIndex=0;
- }
- top.SetKeyword(document.objNavigation.txtSearch.value);
- parent.pcw_content_toc.location.href=strPageUrl;
- document.objNavigation.txtSearch.select();
- }
- //</script>