<!--

function setFocus()
{
    document.implogin.imapuser.focus();
}

function submit_login()
{
    if (document.implogin.imapuser.value == "") {
        alert('Please provide your username and password');
        document.implogin.imapuser.focus();
        return false;
    } else if (document.implogin.pass.value == "") {
        alert('Please provide your username and password');
        document.implogin.pass.focus();
        return false;
    } else {
        return true;
    }
}
//-->

<!--
function enter_key_trap(e)
{
    var keyPressed;

    if (document.layers) {
        keyPressed = String.fromCharCode(e.which);
    } else if (document.all) {
        keyPressed = String.fromCharCode(window.event.keyCode);
    } else if (document.getElementById) {
        keyPressed = String.fromCharCode(e.keyCode);
    }

    if ((keyPressed == "\r" || keyPressed == "\n") && (submit_login())) {
        document.implogin.submit();
    }
}
//-->
<!--


function set_focus(d, el)
{
	if (!el)	// if form element not set - do nothing
		return;

	if ((x = findObj(e, d)) != null) {
		if (x.focus)
			x.focus();
		if (x.select)
			x.select();
	}
}

function syn(s)
{
	if (!s || !s.options || !s.options.length) 
		return false;
	
	if (s.options[s.options.length - 1].selected)
		s.options[s.options.length - 1].selected = false;
}

function plesk_scroll(w)
{
	var nav = navigator.appName;
	var ver = parseInt(navigator.appVersion);
	if ((nav.indexOf('Netscape') != -1) && (ver == 4) && w.document.location.hash) {
		var aname = w.document.location.hash.substr(1);
		var an = w.document.anchors[aname];
		if (an)
			w.scrollTo(an.x, an.y);
	}
}

function MM_reloadPage(init)	// reloads the window if Nav4 resized
{
	if (init == true)
		with (navigator) {
			if ((appName == 'Netscape') && (parseInt(appVersion) == 4)) {
				document.MM_pgW = innerWidth;
				document.MM_pgH = innerHeight;
				onresize = MM_reloadPage;
			}
		}
	else
		if ((innerWidth != document.MM_pgW) || (innerHeight != document.MM_pgH))
			location.reload();
}

MM_reloadPage(true);

function getButtonName(name)
{
    re = /^bname_([A-Za-z0-9-]+)$/;
    return name.replace(re,"$1");
}

var cur_active_button;

function setActiveButton(o)
{
        if (cur_active_button) {
            cur_active_button.id    = 'bid-' + getButtonName(cur_active_button.name);
            cur_active_button.className = 'navigationButton';
        }
        o.id    = 'bid-' + getButtonName(o.name) + '-current';
        o.className = 'navigationButton-current';

        cur_active_button=o;
}

var help_prefix = '';


var context;
var helpPerm = true;

function mouse_move(context)
{
	if(!top.helpPerm)
		return false;

	top.SetConHelp(context)
}

function SetContext(context)
{
	if (context)
		top.context = context;
	top.SetConHelp();
	return false;
}

var conhelp_msg = new Array;

conhelp_msg['b_accept'] = 'You should agree to the terms of this License in order to use Plesk 6.0.';
conhelp_msg['b_action_log'] = 'Action Log Configuration.';
conhelp_msg['b_add_ip'] = 'Add IP addresses to client\'s ip pool.';
conhelp_msg['b_add_cert'] = 'Add new certificate.';
conhelp_msg['b_adm_skeleton'] = 'Manage system skeleton.';
conhelp_msg['b_crontab_add'] = 'Click the button to add the record to the crontab.';
conhelp_msg['b_crontab_mailto_set'] = 'Enter e-mail for the crontab messages delivery or \"\" to disable it and click the button.';
conhelp_msg['b_crontablist_search'] = 'Enter a search pattern and click the button to search in the crontab.';
conhelp_msg['b_crontablist_remove'] = 'Remove selected crontab lines.';
conhelp_msg['b_crontablist_cancel'] = 'Cancel crontab lines removal.';
conhelp_msg['b_crontablist_show_all'] = 'Show all crontab lines.';
conhelp_msg['b_clienttrafficlist_search'] = 'Enter a search pattern and click to find domains.';
conhelp_msg['b_clienttrafficlist_show_all'] = 'Show all domains.';
conhelp_msg['b_decline'] = 'Declining this License you will not be able to use Plesk 6.0.';
conhelp_msg['b_dumps_list'] = 'Go to the dump administration page.';
conhelp_msg['b_dumps_list_disabled'] = 'The service is unavailable at the moment - the backup utilities are not installed.';
conhelp_msg['b_add_services'] = 'Additional services management page.';
conhelp_msg['b_add_ip_for_clients'] = 'Add IP address to client\'s pools.';
conhelp_msg['b_to_cert'] = 'Return to certificate management.';
conhelp_msg['b_anonymous_ftp'] = 'Set up Anonymous FTP feature for the domain.';
conhelp_msg['b_attach_add'] = 'Add attached file.';
conhelp_msg['b_attach_remove'] = 'Remove attached file.';
conhelp_msg['b_bad_domain_del'] = 'Select domain name(s) from black list and click to remove.';
conhelp_msg['b_bad_domain_new'] = 'Enter domain name and click to add to black list.';
conhelp_msg['b_card'] = 'Edit personal information.';
conhelp_msg['b_cert_add'] = 'Add new certificate.';
conhelp_msg['b_cert_buy'] = 'Purchase authentic certificate.';
conhelp_msg['b_cert_buy_dsbld'] = 'Authentic certificate purchasing feature is disabled.';
conhelp_msg['b_cert_request'] = 'Enter certificate parameters and click to generate CSR.';
conhelp_msg['b_cert_view'] = 'View already ordered certificates.';
conhelp_msg['b_cert_cp_file_download'] = 'Click to obtain the Control Panel certificate.';
conhelp_msg['b_cert_rm_submit'] = 'Click to delete certificate(s) permanently.';
conhelp_msg['b_cert_rm_cancel'] = 'Click to cancel removal.';
conhelp_msg['b_cert_self_sign'] = 'Enter certificate parameters and click to generate self-signed certificate.';
conhelp_msg['b_cert_up_level'] = 'Return to the domain administration page.';
conhelp_msg['b_cert_file_download'] = 'Click to download existing certificate file.';
conhelp_msg['b_certificates'] = 'Certificates repository.';
conhelp_msg['b_clean_log'] = 'Clean the journal.';
conhelp_msg['b_cl_skeleton'] = 'Manage client skeleton.';
conhelp_msg['b_configure_maillists'] = 'Maillist postinstall configuration.';
conhelp_msg['b_domain_restore'] = 'Click to restore the domain from this dump.';
conhelp_msg['b_domain_user'] = 'Create and modify domain user access.';
conhelp_msg['b_do_backup'] = 'Perform a domain backup. During this procedure the domain access via control panel will be blocked.';
conhelp_msg['b_create_client_back'] = 'Discard suggested parameters and return to the previous page.';
conhelp_msg['b_create_client_update'] = 'Confirm suggested parameters and proceed with client creation.';
conhelp_msg['b_create_domain_back'] = 'Discard suggested parameters and return to the previous page.';
conhelp_msg['b_create_domain_update'] = 'Confirm suggested parameters and proceed with domain creation.';
conhelp_msg['b_crontab'] = 'Manage Crontabs List.';
conhelp_msg['b_cte_turn_on_off'] = 'Click to change the Crontab record state.';
conhelp_msg['b_extcert_send_file'] = 'Upload previously purchased certificate from the specified file.';
conhelp_msg['b_extras_admin'] = 'Additional server tools page.';
conhelp_msg['b_extras_client'] = 'Additional domain tools page.';
conhelp_msg['b_cl_rm_cancel'] = 'Click to cancel removal.';
conhelp_msg['b_cl_rm_submit'] = 'Click to permanently delete client(s) and all their domains.';
conhelp_msg['b_cl_ed'] = 'Click to edit client\'s information.';
conhelp_msg['b_cl_ed_up_level'] = 'Click to return to client\'s home page without updating.';
conhelp_msg['b_cl_ed_up_level_disable'] = 'Enter the neccessary data and click UPDATE.';
conhelp_msg['b_cl_ed_update'] = 'Click to update client\'s information.';
conhelp_msg['b_cl_limits'] = 'Set up client limits.';
conhelp_msg['b_cl_new'] = 'Click to create a new client.';
conhelp_msg['b_cl_new_up_level'] = 'Return to clients list without creating new client.';
conhelp_msg['b_cl_new_update'] = 'Click to create a new client.';
conhelp_msg['b_cl_not_cr_dom'] = 'Client does not have permission to create domains.';
conhelp_msg['b_cl_on_off'] = 'Toggle client and all his/her domains \"ON\" or \"OFF\".';
conhelp_msg['b_cl_rpt'] = 'Retrieve client\'s information.';
conhelp_msg['b_cl_rpt_saem'] = 'Click to send client\'s information to the specified address.';
conhelp_msg['b_cl_permissions'] = 'View or set permissions for the resources allocated to client.';
conhelp_msg['b_cl_pref_up_level'] = 'Click to return to client\'s preferences page without updating.';
conhelp_msg['b_cl_pool_update'] = 'Click to add.';
conhelp_msg['b_cl_pool_add'] = 'Adding IP addresses to the client pool.';
conhelp_msg['b_cp_access'] = 'IP Access restriction (admin).';
conhelp_msg['b_cp_access_add'] = 'Click to add the network to the IP Access restriction (admin) list.';
conhelp_msg['b_cp_access_switch'] = 'Click to change the IP Access restriction (admin) policy.';
conhelp_msg['b_cp_access_rm_submit'] = 'Click to remove the networks from the IP Access restriction (admin) list.';
conhelp_msg['b_cpaccesslist_show_all'] = 'Click to display all networks of the IP Access restriction (admin) list.';
conhelp_msg['b_cpaccesslist_remove'] = 'Click to remove selected networks from the IP Access restriction (admin) list.';
conhelp_msg['b_cpaccesslist_search'] = 'Fill in the field and click to find the networks from the IP Access restriction (admin) list.';
conhelp_msg['b_edit_tpl__add_ip'] = 'Click to add IP addresses.';
conhelp_msg['b_edit_tpl__cancel_ip'] = 'Click to cancel.';
conhelp_msg['b_ip_clients__add'] = 'Click to add.';
conhelp_msg['b_ip_clients__cancel'] = 'Click to cancel.';
conhelp_msg['b_client_templates'] = 'Client templates management page.';
conhelp_msg['b_create_login'] = 'Click to create new My Plesk.com account.';
conhelp_msg['b_to_cl_home'] = 'Return to client home page.';
conhelp_msg['b_to_cl_rep'] = 'Return to client\'s information page.';
conhelp_msg['b_to_cl_traffic'] = 'Return to client\'s traffic page.';
conhelp_msg['b_to_dom_rep'] = 'Return to domain\'s information page.';
conhelp_msg['b_to_server_traffic'] = 'Return to server\'s traffic page.';
conhelp_msg['b_clients'] = 'Create, Edit and Delete client records.';
conhelp_msg['b_client_traffic'] = 'Client\'s traffic.';
conhelp_msg['b_change_passwd'] = 'Click to change administrator\'s password.';
conhelp_msg['b_change_cert_name'] = 'Click to change the certificate name.';
conhelp_msg['b_databases'] = 'Create and manage databases and database users.';
conhelp_msg['b_deinstall'] = 'Deinstalling Plesk 6.0.';
conhelp_msg['b_default_skel'] = 'Install default skeleton.';
conhelp_msg['b_directories'] = 'Create SSL or Non-SSL password-protected directories.';
conhelp_msg['b_db_add'] = 'Enter new database name and click to add.';
conhelp_msg['b_db_del'] = 'Remove database.';
conhelp_msg['b_to_db_list'] = 'Return to databases list.';
conhelp_msg['b_to_dumps_list'] = 'Return to the domain dump repository page.';
conhelp_msg['b_db_mng'] = 'Database management via web applications.';
conhelp_msg['b_db_usr_add'] = 'Click to add new database user.';
conhelp_msg['b_db_user_del'] = 'Remove the database user.';
conhelp_msg['b_db_usr_update'] = 'Click to change password.';
conhelp_msg['b_db_rm_submit'] = 'Click to delete database(s) permanently.';
conhelp_msg['b_db_mysql'] = 'MySQL database.';
conhelp_msg['b_db_postgres'] = 'PostgreSQL database.';
conhelp_msg['b_default_text'] = 'Set up default notification text.';
conhelp_msg['b_du_rm_submit'] = 'Click to delete database user(s) permanently.';
conhelp_msg['b_to_db_usr_lst'] = 'Return to database users list.';
conhelp_msg['b_dns'] = 'Administer DNS settings for the domain.';
conhelp_msg['b_dns_rec_del'] = 'Remove the record from DNS zone.';
conhelp_msg['b_dns_rec_new'] = 'Select new record type and click to add.';
conhelp_msg['b_dns_master_add'] = 'Add new DNS master server.';
conhelp_msg['b_dns_masters_rm_submit'] = 'Click to delete DNS master server(s) permanently.';
conhelp_msg['b_dns_masters_rm_cancel'] = 'Click to cancel removal.';
conhelp_msg['b_dns_new_ns'] = 'Add new nameserver.';
conhelp_msg['b_dns_on_off'] = 'DNS zone activation/deactivation.';
conhelp_msg['b_dns_not_perm'] = 'You do not have permissions to manage DNS zone for this domain.';
conhelp_msg['b_dns_template'] = 'DNS template settings.';
conhelp_msg['b_dns_template_rec_del'] = 'Remove the record from the DNS template.';
conhelp_msg['b_dns_template_rec_new'] = 'Select a new DNS template record type and click to add.';
conhelp_msg['b_dns_template_restore_default'] = 'Select the button to replace the current DNS zone template with the standard one.';
conhelp_msg['b_to_dns_template'] = 'Return to DNS template records list.';
conhelp_msg['b_dns_restore_default'] = 'Select IP address and click the button to restore the DNS zone.';
conhelp_msg['b_dom_deact'] = 'Unavailable for inactive domain.';
conhelp_msg['b_dom_del'] = 'Permanently delete all domain information.';
conhelp_msg['b_dom_log_mng'] = 'View, delete log files for the domain. Set the log rotation preferences.';
conhelp_msg['b_dom_new'] = 'Click to create a new domain.';
conhelp_msg['b_dom_new_up_level'] = 'Return to domain list without creating a domain.';
conhelp_msg['b_dom_new_update'] = 'Click to create a new domain.';
conhelp_msg['b_dom_on_off'] = 'Turn the domain on or off.';
conhelp_msg['b_dom_pref'] = 'Set up preferences for the domain.';
conhelp_msg['b_dom_limits'] = 'Set up limits for the domain.';
conhelp_msg['b_domain_templates'] = 'Create, Edit and Delete domain templates.';
conhelp_msg['b_domain_traffic'] = 'Traffic at the domain';
conhelp_msg['b_dom_reg'] = 'Register this domain.';
conhelp_msg['b_dom_usr_del'] = 'Delete domain level user access.';
conhelp_msg['b_doms_mng'] = 'Manage domains registered through Control Panel.';
conhelp_msg['b_doms_reg'] = 'Register a domain.';
conhelp_msg['b_dom_rpt'] = 'View and/or email a brief domain report.';
conhelp_msg['b_dom_reporter'] = 'View and/or email detailed domain report.';
conhelp_msg['b_dom_rm_submit'] = 'Click to delete domain(s) permanently.';
conhelp_msg['b_dom_rpt_saem'] = 'Send the status report to the specified address.';
conhelp_msg['b_dom_report_saem'] = 'Send the extended status report to the specified address.';
conhelp_msg['b_dom_sum_report_saem'] = 'Send the Domain Summary Report to the specified address.';
conhelp_msg['b_domains'] = 'Edit and Delete domain records.';
conhelp_msg['b_download_log'] = 'Download the log file to the local machine.';
conhelp_msg['b_dumps_rm_submit'] = 'Click to delete the dump file(s) permanently.';
conhelp_msg['b_edit_adm'] = 'Click to edit administrator information.';
conhelp_msg['b_find_cert'] = 'Find appropriate private key for the uploaded certificate.';
conhelp_msg['b_get_password'] = 'Click the button if you forgot your password.';
conhelp_msg['b_get_password_send'] = 'Enter the login and e-mail and click to email the password.';
conhelp_msg['b_domaintrafficlist_search'] = 'Enter a search pattern and click to find services.';
conhelp_msg['b_domaintrafficlist_show_all'] = 'Show all services.';
conhelp_msg['b_domains_global_changes'] = 'Global changes on the selected domains.';
conhelp_msg['b_clients_global_changes'] = 'Global changes on the selected clients.';
conhelp_msg['b_hide_aliases'] = 'Hide aliases.';
conhelp_msg['b_help'] = 'Get Help on this page.';
conhelp_msg['b_hosting'] = 'Administer and set up web hosting for the domain.';
conhelp_msg['b_hst_back'] = 'Return to the hosting type selection page.';
conhelp_msg['b_hst_del'] = 'Delete hosting configuration.';
conhelp_msg['b_hst_not_set'] = 'Hosting is not set up.';
conhelp_msg['b_hst_wo_ip'] = 'Hosting is not ip-based.';
conhelp_msg['b_hst_wo_ip_or_not_ssl'] = 'Hosting is not ip-based or SSL is not activated.';
conhelp_msg['b_not_phys_hst'] = 'Hosting is not physical.';
conhelp_msg['b_web_stat_not_set'] = 'Web statistics are not enabled.';
conhelp_msg['b_hst_sel_next'] = 'Set up the chosen hosting type.';
conhelp_msg['b_hst_update'] = 'Apply all changes.';
conhelp_msg['b_fp_webadmin'] = 'FrontPage WebAdmin.';
conhelp_msg['b_fp_webadmin_disable'] = 'Hosting is not physical or FrontPage is not enabled.';
conhelp_msg['b_fp_ssl_webadmin'] = 'FrontPage over SSL WebAdmin.';
conhelp_msg['b_fp_ssl_webadmin_disable'] = 'Hosting is not physical or FrontPage over SSL is not enabled.';
conhelp_msg['b_int_ip_del'] = 'Select IP addresses from the list and click to remove from the interface.';
conhelp_msg['b_ip_new'] = 'Enter the IP address/mask to be added to the white list.';
conhelp_msg['b_ip_aliasing'] = 'Manage IP aliases on the server.';
conhelp_msg['b_ip_del'] = 'Select IP addresses/masks from the list and click to remove.';
conhelp_msg['b_ip_rm_submit'] = 'Click to permanently delete IP address(es).';
conhelp_msg['b_ip_cl_rm_submit'] = 'Click to remove the IP address from the pool.';
conhelp_msg['b_ip_pool'] = 'Client IP pool management.';
conhelp_msg['b_language'] = 'Set up default interface language.';
conhelp_msg['b_login'] = 'Click to log in.';
conhelp_msg['b_logo'] = 'Customize logos at the top of the page.';
conhelp_msg['b_logo_default'] = 'Click to restore default logo.';
conhelp_msg['b_logo_send_file'] = 'Enter new logo file name and click to upload.';
conhelp_msg['b_logo_send_link'] = 'Enter new logo link and click to install.';
conhelp_msg['b_logo_send_logo'] = 'Enter new logo file name and click to upload.';
conhelp_msg['b_logout'] = 'Log out of Control Panel.';
conhelp_msg['b_log_rm_submit'] = 'Click to delete log file(s) permanently.';
conhelp_msg['b_ma_rm_submit'] = 'Click to delete mail alias(es) permanently.';
conhelp_msg['b_ma_rm_cancel'] = 'Click to cancel removal.';
conhelp_msg['b_ma_new'] = 'Add new mail alias.';
conhelp_msg['b_mail'] = 'Set up server-wide mail system settings.';
conhelp_msg['b_mail_aliases'] = 'Mail aliases control page.';
conhelp_msg['b_mail_groups'] = 'Mail groups control page.';
conhelp_msg['b_mail_name_del'] = 'Remove the mail name.';
conhelp_msg['b_mail_name_new'] = 'Enter new mail name and click to add.';
conhelp_msg['b_mail_names'] = 'Create email accounts: POP3 mailboxes, redirects, groups and autoresponders.';
conhelp_msg['b_mail_on_off'] = 'Change domain mail service state.';
conhelp_msg['b_make_dump'] = 'Back up the domain.';
conhelp_msg['b_mg_mem_del'] = 'Select mail group member(s) from the list and click to remove.';
conhelp_msg['b_mg_add'] = 'Add mail name to the selected mail groups.';
conhelp_msg['b_mg_cancel'] = 'Click to cancel.';
conhelp_msg['b_mg_del'] = 'Remove mail name from the selected mail groups.';
conhelp_msg['b_mg_mem_new'] = 'Click to add new mail group members.';
conhelp_msg['b_mn_rm_submit'] = 'Click to delete mail name(s) permanently.';
conhelp_msg['b_mpc_reg'] = 'Register your server on MPC or another service provider.';
conhelp_msg['b_notifications'] = 'Edit notifications.';
conhelp_msg['b_to_log_files_list'] = 'Return to log files list.';
conhelp_msg['b_to_log_rotation'] = 'Log rotation preferences.';
conhelp_msg['b_permissions'] = 'View or set permissions for the client.';
conhelp_msg['b_postgresql'] = 'Addition and removal of the user managing PostgreSQL.';
conhelp_msg['b_first_page'] = 'You are already on the first page.';
conhelp_msg['b_file_manager'] = 'Browse your files.';
conhelp_msg['b_anonftp_stats'] = 'Anonymous FTP log file analysis.';
conhelp_msg['b_ftp_stats'] = 'FTP server log file analysis.';
conhelp_msg['b_ftp_stats_disable'] = 'Web statistics are not enabled or anonymous FTP server is not turned on or hosting is not physical.';
conhelp_msg['b_last_page'] = 'You are already on the last page.';
conhelp_msg['b_next_page'] = 'Go to the next page.';
conhelp_msg['b_preferences'] = 'Client\'s preferences and permissions.';
conhelp_msg['b_prev_page'] = 'Go to the previous page.';
conhelp_msg['b_pd_new'] = 'Click to create new protected directory.';
conhelp_msg['b_pd_update'] = 'Click to update the directory location (Non-SSL or SSL) and Header Text.';
conhelp_msg['b_pd_usr_new'] = 'Enter login and click to add a new user.';
conhelp_msg['b_pd_usr_update'] = 'Click to change password.';
conhelp_msg['b_pd_users_rm_submit'] = 'Click to delete protected directory user(s) permanently.';
conhelp_msg['b_pd_users_rm_cancel'] = 'Click to cancel removal.';
conhelp_msg['b_pd_rm_submit'] = 'Click to permanently remove protection from directory(ies) and all their users.';
conhelp_msg['b_pd_rm_cancel'] = 'Click to cancel removal.';
conhelp_msg['b_rbl_set'] = 'Click to set up MAPS spam protection.';
conhelp_msg['b_reread_ip'] = 'Click to refresh IP addresses list.';
conhelp_msg['b_repair_ip'] = 'Click to add the IP address.';
conhelp_msg['b_allow_short_pop3_names_set'] = 'Click to change POP3/IMAP account names settings.';
conhelp_msg['b_reboot'] = 'Reboot server.';
conhelp_msg['b_refresh'] = 'Refresh data on the screen.';
conhelp_msg['b_key_info'] = 'Show key info.';
conhelp_msg['b_remove_ip'] = 'Select IP addresses from the list and click to remove from client\'s pool.';
conhelp_msg['b_remove_ca'] = 'Click to remove the CA Certificate.';
conhelp_msg['b_resp_new'] = 'Add new autoresponder.';
conhelp_msg['b_resp_ed'] = 'Edit autoresponder.';
conhelp_msg['b_resp_on_off'] = 'Activate or deactivate the autoresponder.';
conhelp_msg['b_resp_remove'] = 'Remove the autoresponder.';
conhelp_msg['b_resp_upload'] = 'Upload file to the attachments repository.';
conhelp_msg['b_restart_services'] = 'Restart Plesk 6.0 services page.';
conhelp_msg['b_send_passwd'] = 'Click to receive password by email.';
conhelp_msg['b_servertrafficlist_search'] = 'Enter a search pattern and click to find clients.';
conhelp_msg['b_slave_servers_rm'] = 'Click to delete slave server(s) account(s).';
conhelp_msg['b_slave_servers_rm_cancel'] = 'Click to cancel account(s) removing.';
conhelp_msg['b_send_mail'] = 'Send mail to the slave servers administrators.';
conhelp_msg['b_set_logo'] = 'Set logo image and redirection URL.';
conhelp_msg['b_setup_cp'] = 'Install the certificate to the control panel.';
conhelp_msg['b_server'] = 'Set up server-wide settings.';
conhelp_msg['b_master'] = 'Create, update slave servers accounts. Retrieve information on remote Plesk 6.0 slave servers.';
conhelp_msg['b_master_disable'] = 'Create, update slave servers accounts. Retrieve information on remote Plesk 6.0 slave servers. This feature is currently disabled because your license key does not support it.';
conhelp_msg['b_server_pref'] = 'System interface preferences setup.';
conhelp_msg['b_send_ca_file'] = 'Upload the CA certificate from the specified files.';
conhelp_msg['b_send_ca_text'] = 'Upload the CA certificate from the entry field.';
conhelp_msg['b_send_certs_file'] = 'Upload the certificate parts from the specified files.';
conhelp_msg['b_send_certs_text'] = 'Upload the certificate parts from the entry fields.';
conhelp_msg['b_send_skel_file'] = 'Upload the skeleton archive file.';
conhelp_msg['b_sessions'] = 'Set up session timeout and lockout.';
conhelp_msg['b_sessions_defaults'] = 'Click to restore default values.';
conhelp_msg['b_sessions_update'] = 'Enter sessions parameters and click to update.';
conhelp_msg['b_set_time'] = 'Set system date and time.';
conhelp_msg['b_show_aliases'] = 'Show aliases.';
conhelp_msg['b_shutdown'] = 'Shut the server down.';
conhelp_msg['b_statistics'] = 'Review server statistics.';
conhelp_msg['b_system_time'] = 'Manage system date and time.';
conhelp_msg['b_support'] = 'Contact the Plesk technical support representatives.';
conhelp_msg['b_summary_report'] = 'Click to view Domains Summary Report.';
conhelp_msg['b_to_dom_list'] = 'Return to domains list.';
conhelp_msg['b_to_cl_list'] = 'Return to clients list.';
conhelp_msg['b_to_cp_access'] = 'Return to the IP Access restriction (admin) management page.';
conhelp_msg['b_to_dns'] = 'Return to the DNS zone.';
conhelp_msg['b_to_dom_ctrl'] = 'Return to the domain administration page.';
conhelp_msg['b_to_dom_rpt'] = 'Return to domain information page.';
conhelp_msg['b_to_mail_names'] = 'Return to the mail names list.';
conhelp_msg['b_to_mn_edit'] = 'Return to the mail name control page.';
conhelp_msg['b_to_server'] = 'Return to the Server administration page.';
conhelp_msg['b_to_pd'] = 'Return to the password-protected directory control page.';
conhelp_msg['b_to_pd_list'] = 'Return to the password-protected directories list.';
conhelp_msg['b_to_web_users'] = 'Return to the web users list.';
conhelp_msg['b_traffic_history'] = 'Traffic history page.';
conhelp_msg['b_uninst_submit'] = 'Click to uninstall Plesk 6.0.';
conhelp_msg['b_uninst_cancel'] = 'Click to cancel uninstalling.';
conhelp_msg['b_up_level'] = 'Return to the previous Plesk 6.0 page.';
conhelp_msg['b_up_level_adm'] = 'Click to return to the server control page without updating.';
conhelp_msg['b_update'] = 'Apply all changes.';
conhelp_msg['b_updtntp'] = 'Turn on/off time synchronization with the NTP server.';
conhelp_msg['b_updtpswd'] = 'Change Plesk 6.0 administrator password.';
conhelp_msg['b_upload_dump'] = 'Upload domain dump file to the dump repository.';
conhelp_msg['b_web_apps'] = 'Install tomcat web applications for the domain.';
conhelp_msg['b_web_apps_disabled'] = 'Tomcat server is not installed.';
conhelp_msg['b_tomcat_add'] = 'Add new application.';
conhelp_msg['b_web_stats'] = 'Web server log file analysis.';
conhelp_msg['b_web_stats_disable'] = 'Web statistics are not activated or hosting is not physical.';
conhelp_msg['b_web_stats_ssl'] = 'Secure web server log file analysis.';
conhelp_msg['b_web_stats_ssl_disable'] = 'Web statistics are not activated or secure web server is not configured or hosting is not physical.';
conhelp_msg['b_web_users'] = 'Set up secondary web users for the domain.';
conhelp_msg['b_wu_del'] = 'Remove the web user.';
conhelp_msg['b_wu_new'] = 'Enter new web user name and click to add.';
conhelp_msg['b_wu_rm_submit'] = 'Click to delete web user(s) permanently.';
conhelp_msg['b_zone_switch'] = 'Switch DNS zone type to master/slave.';
conhelp_msg['b_logrotation_update'] = 'Update log rotation configuration parameters.';
conhelp_msg['b_logrotation_on_off'] = 'Turn the log rotation on/off.';
conhelp_msg['b_tmpl_new'] = 'Create new template.';
conhelp_msg['b_tmpl_update'] = 'Update template properties.';
conhelp_msg['b_tmpl_rm_subm'] = 'Click to delete template(s) permanently.';
conhelp_msg['b_default_cert'] = 'Install the default certificate.';
conhelp_msg['b_certificateslist_remove'] = 'Delete the selected certificates.';
conhelp_msg['b_certificateslist_search'] = 'Enter a search pattern and click to find certificates.';
conhelp_msg['b_certificateslist_show_all'] = 'Show all certificates.';
conhelp_msg['b_certfileslist_download'] = 'Click to download all certificate components.';
conhelp_msg['b_clientslist_remove'] = 'Delete the selected clients and their domains.';
conhelp_msg['b_clientslist_search'] = 'Enter a search pattern and click to find clients.';
conhelp_msg['b_clientslist_show_all'] = 'Show all clients.';
conhelp_msg['b_domainslist_remove'] = 'Delete the selected domains.';
conhelp_msg['b_domainslist_search'] = 'Enter a search pattern and click to find domains.';
conhelp_msg['b_domainslist_show_all'] = 'Show all domains.';
conhelp_msg['b_domainsumreplist_search'] = 'Enter a search pattern and click to search for a domain.';
conhelp_msg['b_domainsumreplist_show_all'] = 'Show all domains.';
conhelp_msg['b_mailaliaseslist_remove'] = 'Delete the selected mail aliases.';
conhelp_msg['b_mailaliaseslist_search'] = 'Enter a search pattern and click to find mail aliases.';
conhelp_msg['b_mailaliaseslist_show_all'] = 'Show all mail aliases.';
conhelp_msg['b_mailnameslist_remove'] = 'Delete the selected mail names.';
conhelp_msg['b_mailnameslist_search'] = 'Enter a search pattern and click to find mail names.';
conhelp_msg['b_mailnameslist_show_all'] = 'Show all mail names.';
conhelp_msg['b_ipdomainslist_default'] = 'Set the selected domain as default.';
conhelp_msg['b_ipdomainslist_search'] = 'Enter a search pattern and click to find domains.';
conhelp_msg['b_ipdomainslist_show_all'] = 'Show all domains.';
conhelp_msg['b_ipclientslist_remove'] = 'Remove the selected IP addresses from the client pools.';
conhelp_msg['b_ipclientslist_search'] = 'Enter a search pattern and click to find clients.';
conhelp_msg['b_ipclientslist_show_all'] = 'Show all clients.';
conhelp_msg['b_masterslist_remove'] = 'Delete the selected DNS master servers.';
conhelp_msg['b_masterslist_search'] = 'Enter a search pattern and click to find the DNS master server.';
conhelp_msg['b_masterslist_show_all'] = 'Show all DNS master servers.';
conhelp_msg['b_protecteddirslist_remove'] = 'Remove protection from the selected directories.';
conhelp_msg['b_protecteddirslist_search'] = 'Enter a search pattern and click to find protected directories.';
conhelp_msg['b_protecteddirslist_show_all'] = 'Show all protected directories.';
conhelp_msg['b_protecteddiruserslist_remove'] = 'Delete selected users of protected directory.';
conhelp_msg['b_protecteddiruserslist_search'] = 'Enter a search pattern and click to find protected directory users.';
conhelp_msg['b_protecteddiruserslist_show_all'] = 'Show all users of this protected directory.';
conhelp_msg['b_databaseslist_remove'] = 'Delete the selected databases.';
conhelp_msg['b_databaseslist_search'] = 'Enter a search pattern and click to find databases.';
conhelp_msg['b_databaseslist_show_all'] = 'Show all databases.';
conhelp_msg['b_ippoollist_remove'] = 'Delete the selected IP addresses from pool.';
conhelp_msg['b_ippoollist_search'] = 'Enter a search pattern and click to find IP addresses.';
conhelp_msg['b_ippoollist_show_all'] = 'Show all IP addresses.';
conhelp_msg['b_ipaddrlist_remove'] = 'Remove selected IP Adresses.';
conhelp_msg['b_ipaddrlist_search'] = 'Enter the line and click to search.';
conhelp_msg['b_ipaddrlist_show_all'] = 'Show all IP Adresses.';
conhelp_msg['b_databaseuserslist_search'] = 'Enter a search pattern and click to search.';
conhelp_msg['b_databaseuserslist_remove'] = 'Delete the selected database users.';
conhelp_msg['b_databaseuserslist_show_all'] = 'Show all users of this database.';
conhelp_msg['b_webuserslist_remove'] = 'Delete the selected web users.';
conhelp_msg['b_webuserslist_search'] = 'Enter a search pattern and click to find web users.';
conhelp_msg['b_webuserslist_show_all'] = 'Show all web users.';
conhelp_msg['b_templateslist_remove'] = 'Delete the selected templates.';
conhelp_msg['b_templateslist_search'] = 'Enter a search pattern and click to find templates.';
conhelp_msg['b_templateslist_show_all'] = 'Show all templates.';
conhelp_msg['b_logfileslist_remove'] = 'Delete the selected log files. You can delete only processed log files.';
conhelp_msg['b_logfileslist_search'] = 'Enter a search pattern and click to find log files by filename.';
conhelp_msg['b_logfileslist_show_all'] = 'Show all log files.';
conhelp_msg['b_logfileslist_download'] = 'Click to download the log file.';
conhelp_msg['b_servers_list_refresh'] = 'Refresh servers list information.';
conhelp_msg['b_servers_list_add'] = 'Add a new server account.';
conhelp_msg['b_serverslist_write_mailmsg'] = 'Compose a new mail message for the slave servers administrators.';
conhelp_msg['b_serverslist_remove'] = 'Delete the selected slave servers accounts.';
conhelp_msg['b_serverslist_search'] = 'Enter a search pattern and click to find slave servers.';
conhelp_msg['b_serverslist_show_all'] = 'Show all slave servers.';
conhelp_msg['b_serverslist_enter'] = 'Click to login to the slave server.';
conhelp_msg['b_server_traffic'] = 'Server traffic.';
conhelp_msg['b_slave_server_to_servers_list'] = 'Go to slave servers list.';
conhelp_msg['b_slave_server_cert'] = 'Go to slave server certificate preferences page.';
conhelp_msg['b_slave_server_update'] = 'Update slave server account information.';
conhelp_msg['b_slave_server_refresh'] = 'Refresh slave server account information.';
conhelp_msg['b_slave_server_login'] = 'Login to the slave server.';
conhelp_msg['b_slave_server_cert_uplevel'] = 'Go to slave server account information page.';
conhelp_msg['b_slave_server_send_cert_file'] = 'Upload the certificate file to the slave server.';
conhelp_msg['b_slave_server_send_cert_text'] = 'Upload the certificate text.';
conhelp_msg['b_tomcat_turn_on'] = 'Run Tomcat.';
conhelp_msg['b_tomcat_turn_off'] = 'Stop Tomcat.';
conhelp_msg['b_webappslist_search'] = 'Enter a search pattern and click to find web application.';
conhelp_msg['b_webappslist_remove'] = 'Click to delete the selected tomcat web applications.';
conhelp_msg['b_webappslist_show_all'] = 'Show all web applications.';
conhelp_msg['b_webappslist__remove_submit'] = 'Click to remove all selected web applications.';
conhelp_msg['b_webappslist__remove_cancel'] = 'Click to cancel removing.';
conhelp_msg['b_anon_on_off'] = 'Activate/deactivate Anonymous FTP for the domain.';
conhelp_msg['b_maillists_list'] = 'Click to edit mailing lists.';
conhelp_msg['b_maillist_new'] = 'Click to create mailing list.';
conhelp_msg['b_maillistslist_remove'] = 'Click to remove selected mailing lists.';
conhelp_msg['b_maillist_edit'] = 'Click to access the mailing list administration page.';
conhelp_msg['b_maillist_turn_on_off'] = 'Click to change the mailing list state.';
conhelp_msg['b_maillists_on_off'] = 'Change broadcasting service status.';
conhelp_msg['b_maillists_invert_on_off'] = 'Click to change the state of the selected mailing lists.';
conhelp_msg['b_maillist_new_update'] = 'Click to add a mailing list.';
conhelp_msg['b_maillistslist_show_all'] = 'Show all mailing lists.';
conhelp_msg['b_maillistslist_search'] = 'Enter the line and click to search for a mailing list.';
conhelp_msg['b_maillists__remove_submit'] = 'Click to remove mailing lists.';
conhelp_msg['b_maillists__remove_cancel'] = 'Click to cancel removing mailing lists.';
conhelp_msg['b_plesk_key_info__up_level'] = 'Return to the system statistics page.';
conhelp_msg['b_dumpslist_search'] = 'Enter a search pattern and click to find dump files.';
conhelp_msg['b_dumpslist_show_all'] = 'Show all domain dump files.';
conhelp_msg['b_dumpslist_remove'] = 'Click to remove the selected dump files.';
conhelp_msg['i_cert_csr'] = 'CSR part supplied.';
conhelp_msg['i_cert_nocsr'] = 'CSR part not supplied.';
conhelp_msg['i_cert_pvt_key'] = 'Private key part supplied.';
conhelp_msg['i_cert_nopvt_key'] = 'Private key part not supplied.';
conhelp_msg['i_cert_cert'] = 'Certificate part supplied.';
conhelp_msg['i_cert_nocert'] = 'Certificate part not supplied.';
conhelp_msg['i_cert_ca_cert'] = 'CA Certificate part supplied.';
conhelp_msg['i_cert_noca_cert'] = 'CA Certificate part not supplied.';
conhelp_msg['i_cl_ok'] = 'Resource usage of the client is within limits.';
conhelp_msg['i_cl_!'] = 'Resource usage of the client is exceeding limits.';
conhelp_msg['i_cl_on'] = 'Client is active.';
conhelp_msg['i_cl_off'] = 'Client is inactive.';
conhelp_msg['i_cl_off_by_admin'] = 'Client account is disabled by administrator.';
conhelp_msg['i_cl_off_expired'] = 'Client account is expired.';
conhelp_msg['i_cte_status_enabled'] = 'Crontab task is enabled.';
conhelp_msg['i_cte_status_disabled'] = 'Crontab task is disabled.';
conhelp_msg['i_cte_status_disabled_by_parent'] = 'Crontab task is disabled as the domain is disabled.';
conhelp_msg['i_dom_ok'] = 'Domain is all right.';
conhelp_msg['i_dns_on'] = 'DNS zone is enabled.';
conhelp_msg['i_dns_off'] = 'DNS zone is disabled.';
conhelp_msg['i_dom_!'] = 'Disk Space and/or Traffic Limits are exceeded on the domain.';
conhelp_msg['i_dom_on'] = 'Domain is active.';
conhelp_msg['i_dom_off'] = 'Domain is inactive.';
conhelp_msg['i_dom_off_by_admin'] = 'Domain is disabled by administrator.';
conhelp_msg['i_dom_off_by_reseller'] = 'Domain is disabled by reseller.';
conhelp_msg['i_dom_off_by_client'] = 'Domain is disabled by client.';
conhelp_msg['i_dom_off_expired'] = 'Domain is expired.';
conhelp_msg['i_dom_off_with_parent'] = 'Client is disabled along with his/her domain.';
conhelp_msg['i_dom_off_backup_restore'] = 'Domain is disabled as being backed up/restored.';
conhelp_msg['i_log_rot_enabled'] = 'Log rotation is enabled.';
conhelp_msg['i_log_rot_disabled'] = 'Log rotation is disabled.';
conhelp_msg['i_log_rot_disabled_by_parent'] = 'Log rotation is disabled because the domain has been disabled.';
conhelp_msg['i_maillist_enabled'] = 'Mailing list is enabled.';
conhelp_msg['i_maillist_disabled'] = 'Mailing list is disabled.';
conhelp_msg['i_maillist_disabled_with_parent'] = 'Mailing list is not available as the broadcasting service is disabled.';
conhelp_msg['i_note_edit'] = 'Edit notice text.';
conhelp_msg['i_resp_status_true'] = 'The autoresponder is ON.';
conhelp_msg['i_resp_status_false'] = 'The autoresponder is OFF.';
conhelp_msg['i_resps_status_true'] = 'All autoresponders for the current mail name are enabled.';
conhelp_msg['i_resps_status_false'] = 'All autoresponders for the current mail name are disabled.';
conhelp_msg['i_anonftp_on'] = 'Anonymous FTP account for the domain is enabled.';
conhelp_msg['i_anonftp_off'] = 'Anonymous FTP account for the domain is disabled.';
conhelp_msg['i_serv_on'] = 'Service is running.';
conhelp_msg['i_serv_off'] = 'Service is not running.';
conhelp_msg['i_serv_up'] = 'Start the service.';
conhelp_msg['i_serv_up_dis'] = 'Service is already running.';
conhelp_msg['i_serv_down'] = 'Stop the service.';
conhelp_msg['i_serv_down_dis'] = 'Service is already stopped.';
conhelp_msg['i_serv_up_n_down'] = 'Restart the service.';
conhelp_msg['i_serv_up_n_down_dis'] = 'Service is stopped.';
conhelp_msg['i_serv_key_disabled'] = 'This feature is currently disabled because your license key does not support it.';
conhelp_msg['i_tomcat_on'] = 'Tomcat is started.';
conhelp_msg['i_tomcat_off'] = 'Tomcat is not running.';
conhelp_msg['i_tomcat_off_with_parent'] = 'Tomcat is not running as the domain is disabled.';
conhelp_msg['i_web_app_started'] = 'Tomcat web application is started.';
conhelp_msg['i_web_app_not_started'] = 'Tomcat web application is not started.';
conhelp_msg['i_web_app_problem'] = 'Actual status of the tomcat web application does not correspond to the status described in the database.';
conhelp_msg['i_web_app_down'] = 'Stop the tomcat web application.';
conhelp_msg['i_web_app_up'] = 'Start the tomcat web application .';
conhelp_msg['i_web_app_restart'] = 'Restart the tomcat web application.';
conhelp_msg['i_dsmail_status_with_parent'] = 'Domain mail service is disabled along with the domain.';
conhelp_msg['i_dsmail_status_status'] = 'Domain mail service is disabled.';
conhelp_msg['i_dsmail_status_active'] = 'Domain mail service is active.';
conhelp_msg['i_dsmail_status_uncnown'] = 'Domain mail service state is unknown.';
conhelp_msg['i_dsmaillists_status_active'] = 'Broadcasting is enabled.';
conhelp_msg['i_dsmaillists_status_status'] = 'Broadcasting is disabled.';
conhelp_msg['i_dsmaillists_status_with_parent'] = 'Broadcasting is disabled along with the domain.';
conhelp_msg['i_dsmaillists_status_uncnown'] = 'Actual broadcasting state is unknown.';
conhelp_msg['i_ip_ok'] = 'IP address functions properly.';
conhelp_msg['i_ip_fail'] = 'IP address is not present on the interface.';
conhelp_msg['i_ip_sh'] = 'Shared type IP address.';
conhelp_msg['i_ip_excl'] = 'Exclusive type IP address.';
conhelp_msg['i_prtd_ssl'] = 'SSL directory is password-protected.';
conhelp_msg['i_prtd_no_ssl'] = 'SSL directory is not password-protected.';
conhelp_msg['i_prtd_nonssl'] = 'Non-SSL directory is password-protected.';
conhelp_msg['i_prtd_no_nonssl'] = 'Non-SSL directory is not password-protected.';
conhelp_msg['admin_ed'] = 'Administrator information page.';
conhelp_msg['anonftp'] = 'Set up Anonymous FTP feature on the page.';
conhelp_msg['actionlog'] = 'Manage Action Log settings.';
conhelp_msg['apply_globalchanges'] = 'Global changes result. On this page you may see the list of rejected changes and the reasons why they were not applied.';
conhelp_msg['backup_dialog'] = 'You can back up the domain on this page. The Dump file that will be produced can be placed in the dump repository of this domain or downloaded to the local disk.';
conhelp_msg['card'] = 'Edit personal information.';
conhelp_msg['cert'] = 'Certificate repository.';
conhelp_msg['cert_dom'] = 'Certificate repository.';
conhelp_msg['cert_add'] = 'Add new certificate.';
conhelp_msg['cert_add_dom'] = 'Add new certificate.';
conhelp_msg['cert_edit'] = 'Certificate editing page.';
conhelp_msg['cl_ed'] = 'Edit client\'s information and click \"Update\". Click \"Up level\" to return to client\'s home page without updating.';
conhelp_msg['cl_home'] = 'Client home page.';
conhelp_msg['cl_new'] = 'Enter the client\'s information and click \"Update\" to create a client. Click \"Up level\" to return to the main page without creating a client.';
conhelp_msg['cl_rpt'] = 'Client\'s information. To send it by e-mail enter the e-mail address and click on \"Send by e-mail\". Click \"Up level\" to return to client\'s home page.';
conhelp_msg['cl_perm'] = 'Client\'s permissions page.';
conhelp_msg['cl_limits'] = 'Client\'s limits page.';
conhelp_msg['cl_pool'] = 'The list of IP addresses available to the client.';
conhelp_msg['cl_pool_add'] = 'IP addresses adding to the client\'s ip pool.';
conhelp_msg['cl_pool_ctrl'] = 'Ip address parameters viewing and changing.';
conhelp_msg['cl_pref'] = 'Client\'s preferences page.';
conhelp_msg['cl_logo'] = 'Client\'s logo customization page.';
conhelp_msg['cl_traffic_history'] = 'Traffic history page for the client.';
conhelp_msg['cl_templates'] = 'This page contains a list of all client templates.';
conhelp_msg['cl_traffic'] = 'Client\'s traffic';
conhelp_msg['clients'] = 'This page contains a list of all clients registered in the system.';
conhelp_msg['configure'] = 'Postinstall configuration page.';
conhelp_msg['cp_access'] = 'IP Access restriction (admin).';
conhelp_msg['cp_access_add_edit'] = 'Editing of the IP access restriction list network.';
conhelp_msg['cp_access_remove'] = 'Removal of the IP access restriction list network.';
conhelp_msg['crontab'] = 'This page contains the list of Crontab tasks, scheduled in the system.';
conhelp_msg['crontab_add_edit'] = 'Fill out the required fields and click \"Update\" to add the record to the crontab.';
conhelp_msg['db'] = 'Databases list.';
conhelp_msg['db_edit'] = 'Database users list.';
conhelp_msg['db_usr_edit'] = 'Set up password for the database user.';
conhelp_msg['deinstall_1st_stage'] = 'The first stage of Plesk 6.0 deinstallation process.';
conhelp_msg['deinstall_2nd_stage'] = 'The second stage of Plesk 6.0 deinstallation process.';
conhelp_msg['dl_usr_ed'] = 'Enter or change domain level user information.';
conhelp_msg['dns'] = 'DNS zone for the domain.';
conhelp_msg['dns_add'] = 'Add new record to the DNS zone for the domain.';
conhelp_msg['dns_check'] = 'DNS zone testing results.';
conhelp_msg['dom_ctrl'] = 'Domain administration.';
conhelp_msg['dom_traffic'] = 'Traffic at the domain.';
conhelp_msg['create_domain'] = 'Enter new domain name to create a new domain for the client.';
conhelp_msg['dom_pref'] = 'Domain preferences.';
conhelp_msg['dom_lim'] = 'Domain limits.';
conhelp_msg['dom_rpt'] = 'Domain information.';
conhelp_msg['dom_sum_report'] = 'This page contains the Domain Summary Report on all the domains registered in the system.';
conhelp_msg['dom_reporter'] = 'Extended Domain information.';
conhelp_msg['dom_traffic_history'] = 'Traffic history page for the domain.';
conhelp_msg['domains'] = 'This page contains a list of all the domains registered in the system.';
conhelp_msg['dumps_list'] = 'On this page you can administer the dump repository of this domain, upload a dump file, back up the domain.';
conhelp_msg['extras'] = 'Additional services management page.';
conhelp_msg['edit_dom_tmpl'] = 'Edit a domain template on this page.';
conhelp_msg['edit_cl_tmpl'] = 'Edit a client template on this page.';
conhelp_msg['groups'] = 'Mail groups management page.';
conhelp_msg['get_password'] = 'Password delivery to the mailbox.';
conhelp_msg['ip_clients'] = 'The list of clients having this IP in the pool.';
conhelp_msg['ip_domains'] = 'The list of domains with hosting or forwarding on this IP.';
conhelp_msg['forwarding_setup'] = 'Enter destination URL for forwarding.';
conhelp_msg['domain_globalchanges'] = 'Fill out the form and click Update to apply the Global changes to the selected domains.';
conhelp_msg['client_globalchanges'] = 'Fill out the form and click Update to apply the Global changes to the selected clients.';
conhelp_msg['phosting_setup'] = 'Conventional hosting account. You will need to choose the IP address type (Exclusive or Shared), FTP Login and Password, and other hosting related parameters.';
conhelp_msg['phosting_setup_dom_usr'] = 'Hosting account parameters setup.';
conhelp_msg['webusers'] = 'This page contains the list of web-users of this domain .';
conhelp_msg['hst_type_sel'] = 'Select the type of hosting to set up.';
conhelp_msg['key_info'] = 'Key information.';
conhelp_msg['ip_aliasing'] = 'Add to and remove ip aliases from the network interfaces.';
conhelp_msg['ip_add'] = 'IP alias adding.';
conhelp_msg['ip_ctrl'] = 'IP address parameters changing.';
conhelp_msg['license'] = 'Read the License agreement carefully.';
conhelp_msg['login'] = 'Enter the client name into \"Login\" and password into the \"Password\" fields respectively. Then click \"Log in\".';
conhelp_msg['logo'] = 'Change Plesk 6.0 Logo and URL.';
conhelp_msg['log_files'] = 'This page contains a list of all log files for the domain.';
conhelp_msg['log_rotation'] = 'Log rotation preferences page.';
conhelp_msg['mail'] = 'Set up maximum letter size, relay mode control, white list, blocked domains, MAPS spam protection, POP3/IMAP account mail name types.';
conhelp_msg['aliases'] = 'Mail aliases control page.';
conhelp_msg['mail_names'] = 'Mail names (POP3 mailboxes, mail redirects, mail groups, autoresponders).';
conhelp_msg['maillists'] = 'This page displays all mailing lists of this domain.';
conhelp_msg['maillist_edit'] = 'Changing mailing list parameters.';
conhelp_msg['maillist_new'] = 'Adding mailing list.';
conhelp_msg['maillist_del'] = 'Removing mailing list(s).';
conhelp_msg['maillists_conf'] = 'The main mailing list creation page.';
conhelp_msg['mn_edit'] = 'Set up various services for the mail name.';
conhelp_msg['mn_usr_edit'] = 'Set up various services for the mail name.';
conhelp_msg['notifications'] = 'Edit notifications.';
conhelp_msg['notification_text'] = 'Edit notification text.';
conhelp_msg['pg_manage'] = 'Adding/changing the PostgreSQL administrator.';
conhelp_msg['prtd_dirs'] = 'Password-protected directories list.';
conhelp_msg['prtdir_edit'] = 'Protected directory management page.';
conhelp_msg['prtdir_usr_edit'] = 'Set up password for the protected directory user.';
conhelp_msg['reboot'] = 'Now the system will be rebooted.';
conhelp_msg['resp_edit'] = 'Edit mail autoresponder for this mail name.';
conhelp_msg['restart_services'] = 'Restart Plesk 6.0 services.';
conhelp_msg['server'] = 'Server administration.';
conhelp_msg['servers_list'] = 'This page displays the list of all slave server accounts.';
conhelp_msg['server_info'] = 'slave server information page.';
conhelp_msg['server_traffic'] = 'Server traffic.';
conhelp_msg['sessions'] = 'Change sessions parameters.';
conhelp_msg['skeleton'] = 'Manage skeleton.';
conhelp_msg['shutdown'] = 'The system is shutting down.';
conhelp_msg['slave_cert'] = 'Slave server SSL certificate uploading page.';
conhelp_msg['slave_info'] = 'Slave server information page.';
conhelp_msg['statistics'] = 'Statistics on the system.';
conhelp_msg['sys_time'] = 'Set up system date/time and system date/time synchronization with NTP server.';
conhelp_msg['templates'] = 'This page contains a list of all domain templates, which can be used when creating a new domain.';
conhelp_msg['tmpl_warn'] = 'The template limits that exceed client\'s limits are listed on this page.';
conhelp_msg['view_info'] = 'The dump information and domain restoring facility is presented on this page.';
conhelp_msg['web_users'] = 'Web users list.';
conhelp_msg['wu_edit'] = 'Set up FTP password for web user.';
conhelp_msg['lang'] = 'Set default Interface Language on this page.';
conhelp_msg['ch_pass'] = 'Change Administrator\'s password on this page.';
conhelp_msg['dns_template'] = 'DNS zone template.';
conhelp_msg['dns_template_add'] = 'Add new record to a DNS zone template.';
conhelp_msg['web_apps'] = 'Tomcat web applications management page.';
conhelp_msg['removeServers'] = 'This is your last chance to cancel the deletion of slave server(s) account(s). Click \"Submit\" to delete selected account(s). Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeCerts'] = 'This is your last chance to cancel the deletion of certificates. Click \"Submit\" to delete selected certificates. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeMailAliases'] = 'This is your last chance to cancel the deletion of mail aliases. Click \"Submit\" to delete selected aliases. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeDataBases'] = 'This is your last chance to cancel the deletion of databases. Click \"Submit\" to delete selected databases and all their users permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeDataBaseUsers'] = 'This is your last chance to cancel the deletion of database users. Click \"Submit\" to delete selected database users permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeCrontabTask'] = 'This is your last chance to cancel the deletion of crontab record. Click \"Submit\" to delete selected crontab records permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeDomains'] = 'This is your last chance to cancel the deletion of domains. Click \"Submit\" to delete selected domains. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeClients'] = 'This is your last chance to cancel the deletion of clients. Click \"Submit\" to delete selected clients and all their domains permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeLogFiles'] = 'This is your last chance to cancel the deletion of log files. Click \"Submit\" to delete selected log files permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeDumps'] = 'This is your last chance to cancel the deletion of dump-files. Click \"Submit\" to delete selected dump-files permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeMailNames'] = 'This is your last chance to cancel the deletion of mail names. Click \"Submit\" to delete selected mail names. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeWebUsers'] = 'This is your last chance to cancel the deletion of web users. Click \"Submit\" to delete selected web users permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeProtectedDirs'] = 'This is your last chance to cancel the removal of protection from the protected directories. Click \"Submit\" to remove protection from selected directories. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeProtectedDirUsers'] = 'This is your last chance to cancel the deletion of protected directory users. Click \"Submit\" to delete selected protected directory users permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeTemplates'] = 'This is your last chance to cancel the deletion of templates. Click \"Submit\" to delete the selected templates permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeIPAddress'] = 'This is your last chance to cancel the deletion of IP address. Click \"Submit\" to delete the selected IP addresses permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeClientsIP'] = 'This is your last chance to cancel the deletion of IP address from client\'s pool. Click \"Submit\" to delete the selected IP addresses permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['removeWebApps'] = 'This is your last chance to cancel tomcat web application removal. Click \"Submit\" to remove selected tomcat web applications permanently. Click \"Cancel\" to cancel deletion.';
conhelp_msg['preferences'] = 'System interface preferences setup page.';
conhelp_msg['l_inv'] = 'Inverted selection of checkboxes.';
conhelp_msg['l_rad'] = 'Select the radio-button.';
conhelp_msg['l_certificateslist_csr'] = 'Sort certificates list by CSR part presence.';
conhelp_msg['l_certificateslist_pvt_key'] = 'Sort certificates list by Private Key part presence.';
conhelp_msg['l_certificateslist_cert'] = 'Sort certificates list by Certificate part presence.';
conhelp_msg['l_certificateslist_ca_cert'] = 'Sort certificates list by CA Certificate part presence.';
conhelp_msg['l_certificateslist_name'] = 'Sort certificates list by name.';
conhelp_msg['l_clientslist_state'] = 'Sort clients list by state.';
conhelp_msg['l_clientslist_status'] = 'Sort clients list by status.';
conhelp_msg['l_clientslist_date'] = 'Sort clients list by date.';
conhelp_msg['l_clientslist_name'] = 'Sort clients list by name.';
conhelp_msg['l_clienttrafficlist_name'] = 'Sort domains by name.';
conhelp_msg['l_clienttrafficlist_used'] = 'Sort domains by traffic.';
conhelp_msg['l_clienttrafficlist_limit'] = 'Sort domains by traffic limit.';
conhelp_msg['l_clienttrafficlist_avail'] = 'Sort domains by traffic availability.';
conhelp_msg['l_clienttrafficlist_ubar'] = 'Sort domains by traffic limit usage.';
conhelp_msg['l_cpaccesslist_netaddr'] = 'Sort the networks of the IP Access restriction list by address.';
conhelp_msg['l_cpaccesslist_netmask'] = 'Sort the networks of the IP Access restriction list by mask.';
conhelp_msg['l_crontablist_enabled'] = 'Sort crontab by Status.';
conhelp_msg['l_crontablist_minute'] = 'Sort crontab by Minute.';
conhelp_msg['l_crontablist_hour'] = 'Sort crontab by Hour.';
conhelp_msg['l_crontablist_dom'] = 'Sort crontab by Day of the Month.';
conhelp_msg['l_crontablist_month'] = 'Sort crontab by Month.';
conhelp_msg['l_crontablist_dow'] = 'Sort crontab by Day of the Week.';
conhelp_msg['l_crontablist_cmd'] = 'Sort crontab by Command.';
conhelp_msg['x_crontablist_minute'] = 'Collapse/expand the Minute column.';
conhelp_msg['x_crontablist_hour'] = 'Collapse/expand the Hour column.';
conhelp_msg['x_crontablist_dom'] = 'Collapse/expand the Day of the Month column.';
conhelp_msg['x_crontablist_month'] = 'Collapse/expand the Month column.';
conhelp_msg['x_crontablist_dow'] = 'Collapse/expand the Day of the Week column.';
conhelp_msg['l_domainslist_state'] = 'Sort domains list by state.';
conhelp_msg['l_domainslist_status'] = 'Sort domains list by status.';
conhelp_msg['l_domainslist_date'] = 'Sort domains list by date.';
conhelp_msg['l_domainslist_name'] = 'Sort domains list by name.';
conhelp_msg['l_domaintrafficlist_name'] = 'Sort the services by name.';
conhelp_msg['l_domaintrafficlist_in'] = 'Sort the services by incoming traffic.';
conhelp_msg['l_domaintrafficlist_out'] = 'Sort the services by outgoing traffic.';
conhelp_msg['l_domaintrafficlist_used'] = 'Sort the services by total amount of traffic.';
conhelp_msg['l_domaintrafficlist_ubar'] = 'Sort the services by service traffic share in the total traffic at the domain.';
conhelp_msg['x_domainsumreplist_du'] = 'Collapse/expand Used Disk space column.';
conhelp_msg['x_domainsumreplist_tr'] = 'Collapse/expand Traffic column.';
conhelp_msg['x_domainsumreplist_mn'] = 'Collapse/expand Mailboxes column.';
conhelp_msg['x_domainsumreplist_mr'] = 'Collapse/expand Redirects column.';
conhelp_msg['x_domainsumreplist_mg'] = 'Collapse/expand Mail Groups column.';
conhelp_msg['x_domainsumreplist_ma'] = 'Collapse/expand Autoresponders column.';
conhelp_msg['x_domainsumreplist_wu'] = 'Collapse/expand Webusers column.';
conhelp_msg['x_domainsumreplist_db'] = 'Collapse/expand Databases column.';
conhelp_msg['x_domainsumreplist_ml'] = 'Collapse/expand Mail Lists column.';
conhelp_msg['x_domainsumreplist_name'] = 'Collapse/expand Domain name column.';
conhelp_msg['x_domainsumreplist_pname'] = 'Collapse/expand Client column.';
conhelp_msg['l_domainsumreplist_du'] = 'Sort domain summary reports by Disk space usage.';
conhelp_msg['l_domainsumreplist_tr'] = 'Sort domain summary reports by Traffic.';
conhelp_msg['l_domainsumreplist_mn'] = 'Sort domains summary reports by number of Mailboxes.';
conhelp_msg['l_domainsumreplist_mr'] = 'Sort domains summary reports by number of Redirects.';
conhelp_msg['l_domainsumreplist_mg'] = 'Sort domains summary reports by number of Mail Groups.';
conhelp_msg['l_domainsumreplist_ma'] = 'Sort domains summary reports by number of Autoresponders.';
conhelp_msg['l_domainsumreplist_wu'] = 'Sort domains summary reports by number of Webusers.';
conhelp_msg['l_domainsumreplist_db'] = 'Sort domains summary reports by number of Databases.';
conhelp_msg['l_domainsumreplist_ml'] = 'Sort domains summary reports by number of Mail Lists.';
conhelp_msg['l_domainsumreplist_name'] = 'Sort domains summary reports by domain name.';
conhelp_msg['l_domainsumreplist_pname'] = 'Sort domains summary reports by client name.';
conhelp_msg['l_mailaliaseslist_name'] = 'Sort mail aliases list by name.';
conhelp_msg['l_mailnameslist_cp_access'] = 'Sort mail names list by CP access.';
conhelp_msg['l_mailnameslist_mailbox'] = 'Sort mail names list by mailbox usage.';
conhelp_msg['l_mailnameslist_redirect'] = 'Sort mail names list by redirect usage.';
conhelp_msg['l_mailnameslist_mailgroup'] = 'Sort mail names list by mail group usage.';
conhelp_msg['l_mailnameslist_mailresp'] = 'Sort mail names list by autoresponder usage.';
conhelp_msg['l_mailnameslist_name'] = 'Sort mail names list by name.';
conhelp_msg['l_servertrafficlist_name'] = 'Sort clients by name.';
conhelp_msg['l_servertrafficlist_used'] = 'Sort clients by traffic.';
conhelp_msg['l_servertrafficlist_limit'] = 'Sort clients by traffic limit.';
conhelp_msg['l_servertrafficlist_avail'] = 'Sort clients by traffic availability.';
conhelp_msg['l_servertrafficlist_ubar'] = 'Sort clients by traffic limits usage.';
conhelp_msg['l_maillistslist_enabled'] = 'Sort mailing lists by status.';
conhelp_msg['l_maillistslist_name'] = 'Sort mailing lists by name.';
conhelp_msg['l_ippoollist_state'] = 'Sort IP addresses list by state.';
conhelp_msg['l_ippoollist_type'] = 'Sort IP addresses list by type.';
conhelp_msg['l_ippoollist_name'] = 'Sort list by IP addresses.';
conhelp_msg['l_ippoollist_hostings'] = 'Sort IP addresses list by use in hosting accounts.';
conhelp_msg['l_ipaddrlist_state'] = 'Sort the list of IP addresses by state.';
conhelp_msg['l_ipaddrlist_type'] = 'Sort the list of IP addresses by type.';
conhelp_msg['l_ipaddrlist_name'] = 'Sort the list of IP addresses by IP\'s.';
conhelp_msg['l_ipaddrlist_mask'] = 'Sort the list of IP addresses by mask.';
conhelp_msg['l_ipaddrlist_iface'] = 'Sort the list of IP addresses by interface.';
conhelp_msg['l_ipaddrlist_clients'] = 'Sort the list of IP addresses by usage by clients.';
conhelp_msg['l_ipaddrlist_hostings'] = 'Sort the list of IP addresses by use for hosting accounts.';
conhelp_msg['l_protecteddirslist_non_ssl'] = 'Sort protected/non-protected directories on the Non-SSL site.';
conhelp_msg['l_protecteddirslist_ssl'] = 'Sort protected/non-protected directories on the SSL site.';
conhelp_msg['l_protecteddirslist_name'] = 'Sort protected directories list by name.';
conhelp_msg['l_protecteddiruserslist_name'] = 'Sort protected directory users list by name.';
conhelp_msg['l_templateslist_name'] = 'Sort templates list by name.';
conhelp_msg['l_webuserslist_name'] = 'Sort web users list by name.';
conhelp_msg['l_databaseslist_name'] = 'Sort databases list by name.';
conhelp_msg['l_databaseslist_type'] = 'Sort databases list by type.';
conhelp_msg['l_databaseuserslist_name'] = 'Sort database users list by name.';
conhelp_msg['l_ipdomainslist_name'] = 'Sort domains list by name.';
conhelp_msg['l_ipclientslist_name'] = 'Sort clients list by name.';
conhelp_msg['l_logfileslist_date'] = 'Sort log files list by modification date.';
conhelp_msg['l_logfileslist_name'] = 'Sort log files list by name.';
conhelp_msg['l_logfileslist_size'] = 'Sort log files list by size.';
conhelp_msg['l_logfileslist_download'] = 'Click on appropriate diskette icon to download the log file.';
conhelp_msg['l_logfileslist_view'] = 'Click to view the log file.';
conhelp_msg['l_serverslist_name'] = 'Sort slave servers list by name.';
conhelp_msg['l_serverslist_status'] = 'Sort slave servers list by status.';
conhelp_msg['l_serverslist_description'] = 'Sort slave servers list by description.';
conhelp_msg['l_webappslist_status'] = 'Sort by the tomcat web application state.';
conhelp_msg['l_webappslist_name'] = 'Sort by the tomcat web application name.';
conhelp_msg['l_webappslist_sessions'] = 'Sort by the number of sessions.';
conhelp_msg['l_dumpslist_date'] = 'Sort log files list by modification date.';
conhelp_msg['l_dumpslist_name'] = 'Sort log files list by name.';
conhelp_msg['l_dumpslist_size'] = 'Sort log files list by size.';
conhelp_msg['l_dumpslist_info'] = 'Display the dump information.';
conhelp_msg['l_dupmslist_download'] = 'Click to download the existing dump file.';
conhelp_msg[''] = '';


// BrowserCheck Object
function BrowserCheck()
{
        var b = navigator.appName
        if (b=='Netscape') this.b = 'ns'
        else if (b=='Microsoft Internet Explorer') this.b = 'ie'
        else this.b = b
        this.version = navigator.appVersion
        this.v = parseInt(this.version)
        this.ns = (this.b=='ns' && this.v>=4)
        this.ns4 = (this.b=='ns' && this.v==4)
        this.ns5 = (this.b=='ns' && this.v==5)
        this.ie = (this.b=='ie' && this.v>=4)
        this.ie4 = (this.version.indexOf('MSIE 4')>0)
        this.ie5 = (this.version.indexOf('MSIE 5')>0)
        this.ie55 = (this.version.indexOf('MSIE 5.5')>0)
        this.min = (this.ns||this.ie)
}

is = new BrowserCheck()

function SetConHelp(conhelp_name)
{
	if(!conhelp_name) {
		conhelp_name = top.context;
	}

	if (!conhelp_msg[conhelp_name]) {
		msg = 'Help area.';
	} else  {
		msg = conhelp_msg[conhelp_name];
	}

	return ShowConHelp(msg);
}

function ShowConHelp(conhelp_string)
{
	var prefix = "<div><span class='hint'>";
	var suffix = "</span></div>";
	msg = prefix + conhelp_string + suffix;

	if (is.ns4) {
		if (!top.mainFrame	||
			!top.mainFrame.helpFrame ||
			!top.mainFrame.helpFrame.document ||
			!top.mainFrame.helpFrame.document.layers ||
			!top.mainFrame.helpFrame.document.layers['contexthelp'] ||
			!top.mainFrame.helpFrame.document.layers['contexthelp'].document) {
				top.helpPerm = true;
				return false;
		}
		lyrdoc = top.mainFrame.helpFrame.document.layers['contexthelp'].document;
		lyrdoc.open();
		lyrdoc.write(msg);
		lyrdoc.close();
	}

	if (is.ns5) {
		if (!top.mainFrame ||
		    !top.mainFrame.helpFrame ||
			!top.mainFrame.helpFrame.document) {
				top.helpPerm = false;
				return false;
			 }
		lyrdoc = top.mainFrame.helpFrame.document.getElementById('contexthelp');
		if (lyrdoc && lyrdoc.innerHTML)
			lyrdoc.innerHTML = msg;
	}

	if (is.ie) {
		if (!top.mainFrame	||
			!top.mainFrame.helpFrame ||
			!top.mainFrame.helpFrame.document ||
			!top.mainFrame.helpFrame.document.all ||
			!top.mainFrame.helpFrame.document.all['contexthelp'] ||
			!top.mainFrame.helpFrame.document.all['contexthelp'].innerHTML) {
				top.helpPerm = true;
				return false;
		}
		top.mainFrame.helpFrame.document.all['contexthelp'].innerHTML = msg;
	}

	return false;
}
//-->

		<!--

		function login_oC(f1,f2)
		{
			if ((f1.login_name.value == "") || (f2.passwd.value == "")) {
				alert("Enter login name and password to enter.");
				f1.login_name.focus();
				f1.login_name.select();
				return false;
			}
			f2.login_name.value=f1.login_name.value;
			f2.submit();
			return false;
		}

		function setFocus()
		{
			if (document.forms[0].login_name) {
				document.forms[0].login_name.focus();
				document.forms[0].login_name.select();
			}
		}

		function get_password_oC(f1, f2)
		{
			f1.login_name.value = f2.login_name.value;
			f1.submit();
		}

