/*************************************************************************
 chm2web Navigation Script 1.0 
 Copyright (c) 2002-2003 A!K Research Labs (http://www.aklabs.com)
 http://chm2web.aklabs.com - HTML Help Conversion Utility
**************************************************************************/

var NV = ["welcome/welcome.htm","introduction/overview.htm","introduction/system_requirements.htm","introduction/supported_modems.htm","configuration/audio_codec.htm","introduction/history.htm","configuration/setup.htm","demo/index.htm","demo/setup-com.htm","demo/setup-tapi.htm","demo/sensitivity.htm","demo/troubleshooting.htm","demo/register.htm","using/overview.htm","using/answering_machine.htm","using/caller_id_detection.htm","remote/remote.htm","using/speakerphone.htm","configuration/bt.htm","configuration/dtmf_modems.htm","using/control_deck.htm","using/popup_menu.htm","using/tray_icon.htm","using/inbox.htm","using/dialer.htm","using/pb_overview.htm","using/pb_entry.htm","using/import.htm","configuration/overview.htm","configuration/modem_strings.htm","configuration/properties.htm","configuration/prop_general.htm","configuration/prop_ans.htm","configuration/prop_rec.htm","configuration/prop_tel_device.htm","configuration/prop_caller_id.htm","configuration/prop_dialer.htm","configuration/prop_sounds.htm","configuration/prop_fax.htm","configuration/prop_call_notif.htm","configuration/prop_schedule.htm","remote/remote.htm","howto/howto_am.htm","howto/howto_recgreet.htm","howto/howto_import_pb.htm","howto/howto_menu.htm","howto/howto_o_p.htm","howto/howto_rec_all_oh.htm","howto/howto_fax.htm","faq/faq.htm","faq/cid_faq.htm","faq/troubleshooting.htm","faq/tapivscom.htm","legal/contents.htm","legal/why.htm","legal/consent.htm","legal/usa1.htm","legal/usa2.htm","legal/usa3.htm","legal/usa4.htm","legal/usa5.htm","legal/usa6.htm","legal/usa7.htm","legal/uk.htm","legal/australia.htm","legal/canada.htm","legal/references.htm","ordering_info/ordering.htm","contact/upgrade.htm","contact/support.htm","contact/contact.htm","legal_matter/license.htm","legal_matter/copyrights.htm"];
var s = "source/";
function getNav(op) { var p=top.pageid;var n=s+p; var m=NV.length-1;for(i=0;i<=m;i++){if(NV[i]==p){if(op=="next"){if (i<m) {curpage=i+1;return s+NV[i+1];} else return n;}else{if(i>0) {curpage=i-1;return s+NV[i-1];} else return n;}}} return n;}
function syncTopic(){open('helpheaderc.html', 'header');open('helpcontents.html','toc');}

