//-----------------------------------------------//
//			    GLOSSARY FUNCTIONS               //
//-----------------------------------------------//

var glossary = new Array

function GlossaryItem(key,d)
{
	this.key = key
	this.definition = d
}

function addGlossaryItem(k,d)
{	
	glossary[glossary.length] = new GlossaryItem(k,d)
}

function doGlossary(k, colour, path)
{
	//if(path==1){path="../"}
	if(path==2){path="../../"}
	if(path==3){path="../../../"}
	if(path==4){path="../../../../"}
	
	// Determine which stylesheet to use
	var s = "";
	if (colour=='green') {
	s += '<link rel="stylesheet" href="'+path+'styles/style_cs.css" />';
	
	} else if (colour=='brown') {
	s += '<link rel="stylesheet" href="'+path+'styles/style_co.css" />';
	
	} else if (colour=='orange') {
	s += '<link rel="stylesheet" href="'+path+'styles/style_st.css" />';
	
	} else if (colour=='blue') {
	s += '<link rel="stylesheet" href="'+path+'styles/style_it.css" />';
	
	} else if (colour=='yellow') {
	s += '<link rel="stylesheet" href="'+path+'styles/style_mr.css" />';
	
	} else if (colour=='intranet') {
	s += '<link rel="stylesheet" href="'+path+'styles/style_in.css" />';
	
	} else {
	s += '<link rel="stylesheet" href="'+path+'styles/style_re.css" />';
	}
	
	
	var found = false;
	var g = '<html><head><title>Glossary</title>'+ s +''
	+ '</head><body bgcolor="#ffffff" onLoad="window.focus();">\n'

	
	for(var i = 0 ; i < glossary.length ; i++)
	{
		if(glossary[i].key == k)
		{
			found = true
			g += '<p><b class="glossary">' + glossary[i].key + '</b><br />' 
			+ glossary[i].definition + '</p>'
			+ '<p align="right"><a href="'+path+'resources/glossary/glossary.htm?'+colour+'" title="Click to view the complete glossary">Full Glossary</a>&nbsp;&nbsp;<a title="Click to close this window" href="javascript:window.close();">Close Window</a></p>'
			
			break
		}
	}
	
		if(!found)
			g += '<p>Sorry, couldn\'t locate a definition for ' + k + '</p>'
			+ '<p align="right"><a href="'+path+'resources/glossary/glossary.htm?'+colour+'" title="Click to view the complete glossary">Full Glossary</a>&nbsp;&nbsp;<a title="Click to close this window" href="javascript:window.close();">Close Window</a></p>'
			g += '</body></html>'
	
	var name = "glossary" 
	var w = "scrollbars, menubar, resizable"; 
		w += ",height=200 ,innerHeight=200";
		w += ",width=600 ,innerWidth=600";
		
		if(window.screen) {
			var aH = screen.availHeight;
			var aW = screen.availWidth;
			var cY = Math.round((aH - 200)/2);
			var cX = Math.round((aW - 600)/2);
			w += ",left=" + cX + ",screenX=" + cX;
			w += ",top=" + cY + ",screenY=" + cY;
		}
		
	var win = window.open('', name, w)
	win.document.write(g)
	win.document.close()
}

//-----------------------------------------------//
//			    GLOSSARY DEFINITIONS             //
//-----------------------------------------------//
addGlossaryItem('Abandoned call', 'A call that has arrived at an automatic call distribution system (ACD) and the customer has hung up before an agent has answered. Also known as a lost call.');
addGlossaryItem('Acoustic incident', 'An unexpected noise that comes through your headset. This can be a high-pitched noise or squeal. Depending on the severity of the incident, you may need to complete an Occupational safety and health - incident report form.');
addGlossaryItem('Acronym', 'A word formed from the first letters of a group of words. For example, \'ACD\' is the acronym for \'automatic call distributor\'. ');
addGlossaryItem('Active listening', 'The art of showing a customer that you are listening and interested in what they have to say. This involves giving them your full attention and the use of verbal encouragers such as, &#147;Yes&#148;, &#147;Aha&#148; and  &#147;Mmm&#148;. It also includes non-verbal acknowledgements such as nodding, smiling and body language.');
addGlossaryItem('Add-ons', 'Additional products, accessories or services that could be offered to a customer to accompany their purchase.');
addGlossaryItem('Adherence', 'This refers to how closely an agent keeps to their schedule for lunch and other breaks.');
addGlossaryItem('Agent', 'The person who answers the phone in a call centre/customer contact centre. ');
addGlossaryItem('Agent group', 'A group of agents who handle calls coming in on a particular telephone number dialled by customers. ');
addGlossaryItem('Agent ID', 'The individual code used by an agent to log into the automatic call distribution (ACD) system. This ID allows the system to track the performance of the agent. ');
addGlossaryItem('Amplifier', 'Amplifiers magnify the sound as it is transmitted to the headset and usually have a volume control, a headset switch and a mute function. Many handsets have external amplifiers. Some types of phones have internal amplifiers. ');
addGlossaryItem('Apathy', 'Apathy is when you have little interest in a customer\'s problem.<br /><br />For example,  "What do you want me to do about it?"');
addGlossaryItem('Application', 'Software designed to carry out a specific task, such as word processing, or completing spreadsheets or a database.');
addGlossaryItem('Assumptive close', 'The discussion of the details, such as delivery options, with the customer as soon as you feel that the customer wants to go ahead with the purchase. ');
addGlossaryItem('Attachment', 'This is a file or document sent with an e-mail. You have to open the e-mail before you can open the attachment.');
addGlossaryItem('Automatic call distribution (ACD) system', 'A queuing system designed for use in customer contact centres/call centres with high volumes of incoming telephone traffic.<br /><br />This system automatically offers the next inbound call to the next available agent.<br /><br />The system can be very sophisticated. It can be designed, for example, to give priority to certain callers or to send certain types of calls to specific agents.<br /><br />Refer also to management information system (ACD-MIS).');
addGlossaryItem('Available', 'This describes an agent, logged into the automatic call distribution (ACD) system, who is ready and waiting for an inbound call. (See unavailable.)  Also known as idle or ready. ');
addGlossaryItem('Average handling time (AHT)', 'The average handling time is determined by the overall talk time and wrap time, divided by the number of calls.<br /><br />Average handling time is referred to in seconds.');
addGlossaryItem('Average speed of answer (ASA)', 'This is the average time a customer has to wait in the queue before their call is answered. ');
addGlossaryItem('Average talk time (ATT)', 'The average length of time that an agent speaks with a customer, from answering to hanging up. ');
addGlossaryItem('Benefit', 'The advantage that a product or service provides to the customer such as ease of use and low running costs. See also feature and product benefit.');
addGlossaryItem('Breach', 'To go against, or contravene, an arrangement or understanding made between two parties.');
addGlossaryItem('Callback', 'An agent arranges to call the customer back if:<ul><li>the agent needs to give the customer additional information</li><li>the customer was not available when the agent called.</li></ul>');
addGlossaryItem('Call centre', 'The term \'call centre\' is being replaced with the term \'customer contact centre\' to reflect the changes that are taking place in the industry particularly with technology. In the past, agents used to interact with customers only via the phone.  Today, customers have a wide range of contact options, including fax, e-mail and websites. See customer contact centre.');
addGlossaryItem('Call guide', 'A call guide may be included in a campaign brief. It is a general call structure for agents to follow when conducting an inbound or outbound campaign call and includes the script. Call guides can be written by someone within the organisation, or they can be prepared by external consultants. A call guide is also known as a contact guide.');
addGlossaryItem('Call history', 'The number of inbound calls received previously at comparable times.');
addGlossaryItem('Calling line identity (CLI)', 'This allows the caller\'s telephone number to be displayed when the call is received. This helps the agent identify the caller. ');
addGlossaryItem('Call target analysis (CTA)', 'The analysis of the performance of agents doing telemarketing. The analysis is based on the forms that agents complete whilst making calls.');
addGlossaryItem('Campaign brief', 'This document provides all the necessary information for an agent to participate in a telemarketing or data collection campaign. It can include the scope of the campaign, product information, the agent\'s operational boundaries, and the contact guide (including the script).');
addGlossaryItem('Closed question', 'A question that only requires a \'yes\', \'no\' answer, or a very short specific answer. (See open question.) ');
addGlossaryItem('Coaching', 'Coaching is usually a structured teaching session in response to a specific area that needs improvement. For example, agents may need coaching on a new product line, a policy, or how to use the technology and database.');
addGlossaryItem('Cold call', 'This is a term used in outbound calling. An agent calls a new customer for the first time, or calls an existing customer about a new product or service that is now available.');
addGlossaryItem('Collate', 'To collect papers, forms or data from different sources, and organise them into groups of similar types.');
addGlossaryItem('Commercial customer', 'A customer who purchases products/services for another organisation. For example, this person could be employed by a nursery to buy products from organisations like Bushland Blooms. The nursery will then sell these products. A commercial customer may also be called a <i>buyer</i>, or <i>purchaser</i>.');
addGlossaryItem('Commitment', 'This is the way that you carry out an agreed course of action designed to meet the customer\'s needs. It includes building rapport, keeping promises, keeping the customer informed, doing it right the first time, owning the customer\'s request and responding to the customer\'s request with operational efficiency.');
addGlossaryItem('Communication pathways', 'Communications pathways are the methods we use to communicate in the workplace.  Pathways can be written (letters, faxes, etc), verbal (telephone conversations, one-on-one or group chats) or non-verbal (body language).');
addGlossaryItem('Complaint', 'An expression of dissatisfaction by a customer who is not happy with a product or service provided or offered by the organisation. ');
addGlossaryItem('Complimentary close', 'This is the way you finish a piece of written correspondence, for example, \'Yours faithfully\', \'Yours sincerely\', \'Regards\' or \'Cheers\'.');
addGlossaryItem('Computer telephony integration (CTI)', 'The technology that links the computer, telephone and other services such as voice messaging, fax and the Internet. For example, customer details can be on screen while an agent answers the call. CTI improves the handling of inbound and outbound calls and, therefore, the customer relationship. ');
addGlossaryItem('Conference call', 'A \'meeting\' by telephone in which three or more people in different locations participate. ');
addGlossaryItem('Confidentiality agreement', 'A formal agreement, usually signed on commencement by an employee, that commits the employee to treat all customer information as company property and with confidentiality. This includes not divulging customer information to anyone outside the organisation.');
addGlossaryItem('Contact guide', 'A contact guide may be included in a campaign brief.  It is a general call structure for agents to follow when conducting any inbound or outbound campaign call and includes the script. Contact guides can be written by someone within the organisation, or they can be prepared by external consultants. A contact guide is also known as a call guide.');
addGlossaryItem('Credit check', 'The process of checking a person\'s credit history, to determine their suitability for a new credit account.');
addGlossaryItem('Credit management agency', 'An organisation which specialises in collecting debts from people who owe money to a business and have failed to pay within a reasonable time. ');
addGlossaryItem('Credit reference agency (CRA)', 'A credit reference agency is an organisation that puts together and stores financial and other publicly available information about almost every adult in a country.<br /><br />A credit reference agency does not decide whether credit should be given - it simply provides factual information which helps a company to decide whether to accept an application.');
addGlossaryItem('Cross-sell', 'To sell related products or services in addition to the original purchase. See add-ons and sell-ups.');
addGlossaryItem('Customer care', 'Customer care is a phrase that is used to describe the process of taking care of our customers in a positive manner. The term is used in place of complaint handling due to its positive focus, and is a reminder that customer satisfaction is a priority. ');
addGlossaryItem('Customer contact centre', 'A customer contact centre employs carefully trained agents to handle customer calls. These may arrive via telephone calls, the Internet or e-mail. Agents may deal with calls about customer service, sales or other inquiries. Is sometimes referred to as a call centre.');
addGlossaryItem('Customer contact record', 'A form used by call centre agents to record the outcome of inbound or outbound calls. It can include call results, how the customer found out about the products/organisation, fulfilment processes and any issues or difficulties encountered by agents during the calls. Call centre staff then collate the records to produce information about market trends and consumer purchases.');
addGlossaryItem('Customer profile', 'Information collected and collated about an individual. This is usually stored in the company\'s database and often used in sales or marketing campaigns. This information could include the individual\'s address, phone number and a history of prior purchases. This enables a company to target the marketing of specific products to customers who are more likely to buy that product as a result of their purchase history.');
addGlossaryItem('Database', 'A database is an organised collection of related information. Some examples include:<br /><br /><ul><li><p>customer details and records</p></li><li><p>library catalogues</p></li><li><p>address books</p></li><li><p>inventory and pricing lists</p></li><li><p>flight reservation systems.</p></li></ul><br />Database management systems (DBMS) can be thought of as electronic filing systems in which data can entered, sorted, retrieved, presented in reports and analysed.<br /><br />Many customer contact centres design their own database software. However you may have heard of other programmes such as Microsoft® Access and Lotus Approach. All have been specifically written to control the storage and retrieval of information found in a database.');
addGlossaryItem('Database administrator', 'A computer specialist, working in the Information technology (IT) support section of a company, who sets up and manages a database. They determine who has access to the different types of data.');
addGlossaryItem('Data collection', 'Customer contact centres often collect data from customers and agents. The data is used to improve their services and products, and to help them develop campaigns to better target customers\' needs. Data collection is often carried out by research or surveys, where the agent makes outbound calls to existing customers to find out their opinions about a specific product/service. Data collection can be done by market research companies, but is often done as part of an agent\'s role in a customer contact centre.');
addGlossaryItem('Data processing', 'When information is collected and processed to produce data.');
addGlossaryItem('Data record', 'A record contains all the information related to a unit of related information in a database. For example, a customer record would normally include the first name, family name, address and contact details for a particular customer. Data records are normally displayed in rows.');
addGlossaryItem('Dead air', 'A lull in a conversation during which there is no sound. ');
addGlossaryItem('Decode', 'This is the process of reading a message and understanding it\'s meaning. (see also Encode) ');
addGlossaryItem('Delegation', 'The level of authority an agent has to carry out their job. (See also discretionary limit.) For example, an agent may have delegation to refund up to $100. Beyond this, the call must be escalated to a supervisor or team leader. ');
addGlossaryItem('Dimension', 'When you dimension a customer\'s needs you identify the total range of products and services, including support services, that the customer requires or may require in the future.');
addGlossaryItem('Discretionary limit', 'A limit generally set by the organisation on certain transactions &#150; such as discounts that can be offered or extras included in package deals. ');
addGlossaryItem('Discretionary phrasing', 'A call centre/customer contact centre might recommend appropriate phrases for its agents to use with customers, but their use is not compulsory. (See standard greeting.) ');
addGlossaryItem('EFTPOS', 'Electronic Funds Transfer Point Of Sale. This is an immediate transfer from the customer\'s savings, cheque or credit account to the vendor\'s bank account. This service is not available for telephone orders.');
addGlossaryItem('Elaborate', 'Explain or describe something in a more detailed way.');
addGlossaryItem('Elements of communication', 'This refers to the elements that make up the communication process. The elements include the message, sender, recipient, transmission medium (such as telephone or e-mail), response, noise and context.');
addGlossaryItem('E-mail', 'Messages sent via the Internet. ');
addGlossaryItem('Emoticons', 'Emoticons are symbols used in place of verbal or visual communication cues to help convey the tone or emotion of the e-mail message. They are made by a combination of keyboard keys. Some common emoticons are:<br /><br /><table cellpadding="0" cellspacing="0" border="0" width="50%" summary="This table contains a examples of emoticons" align="center" bgcolor="#000000"><tr><td><table cellpadding="5" cellspacing="2" width="100%" border="0"><tr><td class="cellContent" width="50%"><p>:)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:-)</p></td><td class="cellContent"><p>happy</p></td></tr><tr><td class="cellContent"><p>:(&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:-(</p></td><td class="cellContent"><p>sad</p></td></tr><tr><td class="cellContent"><p>:/</p></td><td class="cellContent"><p>hmmmm...</p></td></tr><tr><td class="cellContent"><p>:-o</p></td><td class="cellContent"><p>shocked, surprised</p></td></tr></table></td></tr></table>');
addGlossaryItem('Empathy', 'Demonstrating an understanding of a customer\'s point of view and feelings about a situation by using phrases such as, "I can imagine this must be very upsetting". ');
addGlossaryItem('Encode', 'How you use language to create meaning.  For example, when you write an e-mail to your colleague, you are creating a code which both of you understand. (see also decode)');
addGlossaryItem('End-to-end service', 'At Bushland Blooms, end-to-end service is the application of enterprise policy to provide professional service to customers.  It refers to the whole sale, from the first contact with the customer to the completion of the customer\'s request.');
addGlossaryItem('Enunciate', 'Speak clearly, or state formally.');
addGlossaryItem('Ergonomics', 'Ergonomics is the scientific arrangement of equipment to help people work more efficiently, and in a healthy, comfortable manner.');
addGlossaryItem('Escalate', 'The process of handing a call to a supervisor when the enquiry is outside the agent\'s delegation, when the enquiry/situation is too complex for the agent to deal with, or when the customer asks to speak with someone more senior. (See refer and transfer.)');
addGlossaryItem('External customer', 'A person outside an organisation who requires a product or service.');
addGlossaryItem('Feature', 'The features of a product or service include actual information such as weight, height, colour, price. See also benefit and product feature. ');
addGlossaryItem('Field', 'A category of information in a database table or file. For example, product ID, product name, product description and price would all be fields in a database table or file containing product information.');
addGlossaryItem('Forecast', 'A prediction of the number of calls and the average work time per agent over 15 or 30-minute intervals. Based on the forecast, the team leader or scheduler prepares a schedule. ');
addGlossaryItem('Fulfilment', 'The supply of products, services or information to the customer in a timely and efficient manner.  Agents should endeavour to keep promises to customers and continually keep the customer informed of progress.  Agents should take ownership of any customer requests and make sure that the customer\'s needs are followed-up and actioned.  This may include preparing an order for shipment or delivery, or simply sending a brochure.');
addGlossaryItem('Grade of service', 'This is a target set for call answering times, such as 80 percent of calls answered in 20 seconds. <br /><br />Grade of service is the same as service level.');
addGlossaryItem('Guard words', 'Guard words are used to help with the spelling and pronunciation of names and unfamiliar words. For instance, instead of saying "Is that Tony", you could say, "Is that T for Tommy, O for Oliver, N for Nellie and Y for Yellow?" Here is a list of guard words you might want to use in the customer contact centre industry:<br /><br /> <table width="250" border="0" cellspacing="0" cellpadding="3" align="center"><tr>   <td width="125"> A - Alfred </td>  <td width="125">N - Nellie</td></tr><tr>   <td width="125">B - Benjamin </td>  <td width="125">O - Oliver</td></tr><tr>   <td width="125">C - Charles </td>  <td width="125">P - Peter</td></tr><tr>   <td width="125">D - David </td>  <td width="125">Q - Queen</td></tr><tr>   <td width="125">E - Edward </td>  <td width="125">R - Robert</td></tr><tr>   <td width="125">F - Frederick </td>  <td width="125">S - Samuel</td></tr><tr>   <td width="125">G - George</td>  <td width="125"> T - Tommy</td></tr><tr>   <td width="125">H - Harry </td>  <td width="125">U - Uncle</td></tr><tr><td width="125">I - Isaac </td><td width="125">V - Victor</td></tr><tr><td width="125">J - Jack </td>  <td width="125">W - William</td></tr><tr>   <td width="125">K - King </td>  <td width="125">X - X-ray</td></tr><tr>   <td width="125">L - London </td>  <td width="125">Y - Yellow</td></tr><tr>   <td width="125">M - Mary </td>  <td width="125">Z - Zebra</td></tr></table>');
addGlossaryItem('Hardware', 'Hardware refers to the electronic components and equipment that make up your computer system. This can include the screen, keyboard, printer and disks.  Hardware is touchable, unlike software programmes that tell these components what to do. ');
addGlossaryItem('Headset', 'This allows for hands-free operation via an ear and mouthpiece attached to a telephone.');
addGlossaryItem('Helpdesk', 'The part of an organisation that offers specialised technical help, usually over the phone, with the organisation\'s products or services. Bushland Blooms Helpdesk is available between the hours of 8am - 5pm, Monday to Friday.');
addGlossaryItem('Idle', 'This describes an agent, logged into the automatic call distributor (ACD), who is ready and waiting for an inbound call. ');
addGlossaryItem('Inbound', 'Any call received by a call centre/customer contact centre.');
addGlossaryItem('Incoming', 'See Inbound.');
addGlossaryItem('Information systems', 'Information systems are used to manage and process information. Computer technology is normally used for this purpose, especially in companies and large organisations. Information Technology (IT) or Information Services (IS) departments are normally responsible for setting up and maintaining these systems.');
addGlossaryItem('Interactive voice response (IVR)', 'A greeting system that lines up inbound calls directly in the appropriate queues. The IVR allows customers to interact with a computer directly through their telephone keypad. A common IVR application is telephone banking. ');
addGlossaryItem('Internal customer', 'An internal customer is any employee within your organisation.  For example, as a call centre agent, your internal customers could be other agents, team leaders, those in the service department, or any other employees who depend on you to carry out their job functions. ');
addGlossaryItem('Internet', 'This is a global network of computers that allows everyone connected to the network to make contact with each other. You commonly access the network in two ways, by:<UL><LI>e-mail, which allows you to send messages to other users <LI>web browsing, which allows you to access information stored on computers connected to the Internet. </LI></UL>');
addGlossaryItem('Jargon', 'The specialised or technical language of a trade, profession or similar group.');
addGlossaryItem('Line of business (LOB) code', 'This code indicates the product or process that a call relates to. The LOB code is keyed in to the handset or computer by the agent at the time they take the call.');
addGlossaryItem('Leverage tool', 'Information that you can use to your advantage when dealing with a customer.');
addGlossaryItem('Lost call', 'See abandoned call. ');
addGlossaryItem('Management information system (ACD-MIS)', 'Management information systems that are associated with Automatic call distribution (ACD) systems can provide information about calls, agents and agent groups. This information is used for preparation of statistical reports. The MIS also has current information such as the number of calls on the queue, which agents are in wrap time, or the total number of calls answered in that day. ');
addGlossaryItem('Market niche', 'A market niche is an identified need for a particular product or service that is not being fulfilled currently by any company.  This provides an opportunity for a company to focus on the provision of an appropriate product or service to meet this need.');
addGlossaryItem('Mentoring', 'Mentoring involves a colleague giving advice to a staff member, usually on a one-on-one basis. It may be that an agent is having problems with a particular aspect of a call, and mentoring can help by providing support to the agent. Mentoring can involve role modelling, or observation and feedback.');
addGlossaryItem('Modulate', 'The use of a moderated or even tone of voice when speaking to customers. The tone of voice should not be either too high (as this can sound child-like), or too deep (as this can sound threatening). ');
addGlossaryItem('Occupancy', 'The percentage of time that agents who are available to take calls are actively occupied in talk time and after-call work time. It is used to measure the productivity of agents. Occupancy does not include available time. ');
addGlossaryItem('Open punctuation', 'This means that you are not required to use punctuation before the salutation and after the complimentary close in a business letter.');
addGlossaryItem('Open question', 'A question that encourages the customer to provide a lot of information (see closed question), for example, "Can you please describe the problem?". ');
addGlossaryItem('Operational boundaries', 'With each telemarketing or data collection campaign there are a number of things an agent can and cannot do. These are known as the operational boundaries and are specific to each campaign. They include, among others, time limits for each call, how far agents can deviate from the telemarketing script, and what time of day agents may return calls.');
addGlossaryItem('Outbound', 'Any outgoing call from the call centre/customer contact centre to a customer. These calls can target existing customers or be a cold call.');
addGlossaryItem('Outsourcing', 'The use of an external company to provide call centre/customer contact centre services. The external company may provide just staff, or staff, equipment and premises.');
addGlossaryItem('Overflow', 'The transfer of calls from one agent group to another so that they can be handled more quickly. ');
addGlossaryItem('Paraphrasing', 'Repeating to the customer what the customer said in the agent&#146;s own words. It is a summary of the customer&#146;s information with a focus on the key points.');
addGlossaryItem('Personal identification number (PIN)', 'A password or combination of numbers that is used to identify the user of an electronic system such as the automatic call distributor ACD. ');
addGlossaryItem('Pitch', 'The high or low tone of a sound or speech.  For example, women speak with higher-pitched voices than men.');
addGlossaryItem('PowerPoint', 'Microsoft&reg; PowerPoint&reg; is the name of a software package designed for making presentations.');
addGlossaryItem('Premium customer', 'A Premium customer is any commercial customer who makes a purchase from Bushland Blooms to the value of $3000 or more. These customers are looked after directly by the Premium customer group and are entitled to a range of benefits such as discounts and special promotions.');
addGlossaryItem('Premium customer group', 'In many contact centres, this team looks after high-spending customers, commonly known as Premium customers. This team works only with Premium customers, not day-to-day customers.');
addGlossaryItem('Premium sales agent', 'A Premium sales agent is any member of a Premium customer group. These agents are highly trained, experienced, dedicated to quality customer service and usually have a strong sales background. They are also responsible for ongoing Premium customer service and sales support and each agent has their own \'portfolio\', or group of customers.');
addGlossaryItem('Private automatic branch exchange (PABX)', 'An in-house telephone switching system that connects internal phone extensions to each other, as well as to the outside telephone network. ');
addGlossaryItem('Primary directory number (PDN)', 'The telephone number that customers dial to ring the customer contact centre/call centre.');
addGlossaryItem('Product benefits', 'Benefits are the gain, value or advantage the customer will receive by using a product or service.  They are the \'value received\' from the customer\'s point of view. When purchasing a product, all customers want to know: "How do I benefit?" Let\'s have a look at the benefits of the following product:<br /><br /><table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#003399"><tr><td bgcolor="#ffffff"> <table cellpadding="5" cellspacing="1" border="0" width="100%"><tr><td class="cellHeading" align="center" width="30%">Product</td><td class="cellHeading" align="center">Features</td><td class="cellHeading" align="center">Benefits</td></tr><tr><td valign="top" class="cellSubHeading">Pony Tail Palm</td><td valign="top"class="cellContent2"><ul><li>long leaves</li><li>large bulb at base of palm</li><li>can grow to 5m in height</li></ul></td><td valign="top" class="cellContent2"><ul><li>provides shade on sunny days</li><li>does not require a lot of water</li><li>creates a tropical atmosphere</li><li>large bulb makes palm look distinguished</li></ul></td></tr></table></td></tr></table>');
addGlossaryItem('Product features', 'This refers to the physical or measurable characteristics of a product or service. Products can be characterised by their:<table cellpadding="5" cellspacing="0" border="0" width="100%"><tr><td>sight</td><td>smell</td><td>sound</td><td>feel</td><td>taste</td></tr></table><p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="234"><param name="movie" value="media/lounger.swf"><param name="quality" value="high"><param name="devicefont" value="true"><param name="bgcolor" value="#ffffff"><embed src="media/lounger.swf" quality="high" devicefont="true" bgcolor="#ffffff"  width="550" height="234" type="application/x-shockwave-flash" pluginspage="http//www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></a><p class="caption" align="center">Image of a garden layabout chair, showing features and benefits. Features include reclining back, long lasting plastic, wide range of colours and extra long leg rest. Benefits include a plastic coating making it perfect for poolside use.');
addGlossaryItem('Pronunciation', 'The way you speak words, particularly referring to making the correct speech sounds.');
addGlossaryItem('Questioning skills', 'The use of open and closed questioning to assist in identification of the substance of the call details. Open questioning allows for broad answers while closed questioning results in a definitive answer, usually a &#147;Yes&#148; or &#147;No&#148;.');
addGlossaryItem('Queue', 'A queue in a customer contact centre is an electronic holding area where calls are placed until an agent becomes free to answer them.');
addGlossaryItem('Queue time', 'The number of seconds an individual call waits in the queue before it is answered. ');
addGlossaryItem('Rapport', 'Building a relationship with a customer.');
addGlossaryItem('Ready', 'See available.');
addGlossaryItem('Refer', 'Providing the customer with the contact details of an external organisation when the agent is sure that no one in their organisation can help the customer directly with their enquiry. (See escalate and transfer.) ');
addGlossaryItem('Residential customer', 'Someone who purchases products/services for private use.');
addGlossaryItem('Resolution', 'Agreeing with a customer on a solution to their problem.');
addGlossaryItem('Sales guidelines for agents', 'Sales principles are the guidelines under which an organisation expects their agents to operate. These relate to: <ul><LI>the way to promote products</li><LI>information to provide to customers before an order is   placed&nbsp;in the system</li><LI>information to be gathered from a customer before a product/service is despatched</li><LI>sales ethics </li><LI>methods of recording customer information.</li></ul>');
addGlossaryItem('Salutation', 'How you address the recipient in written correspondence or a speech, for example, \'Dear Sir\', \'Dear Ms Jones\', \'Ladies and Gentlemen\'.');
addGlossaryItem('Satisfaction', 'The feeling that a customer has when their needs have been met by the agent who answered their call. ');
addGlossaryItem('Schedule', 'A plan which shows when each agent starts and finishes work, and when breaks are taken during the day. The goal of scheduling is to have the right number of agents on the queue at the right time, based on the predicted number of calls. ');
addGlossaryItem('Script', 'The language agents should use when conducting an inbound or outbound campaign call. It is structured to reflect the stages of the contact guide. The script may be followed word-for-word or modified, depending on the nature of the campaign.');
addGlossaryItem('Secondary directory number (SDN)', 'This is a direct line on which the agent can make outbound calls and receive inbound calls. ');
addGlossaryItem('Sell-ups', 'An upgrade to a product or service already offered to a customer which promotes extra features and benefits.');
addGlossaryItem('Service level', 'The percentage of calls a call centre/customer contact centre might expect to handle in a defined number of seconds. For example an organisation might aim to answer 80% of their calls within 20 seconds of each call arriving. Service level is the same as grade of service.');
addGlossaryItem('Short calls', 'This is usually a call with less than five or ten seconds of talk time. In a customer service industry it is unlikely that a call can be handled effectively in this very short amount of time.');
addGlossaryItem('Signal words', 'See guard words.');
addGlossaryItem('Slang', 'Very informal words and expressions that are more commonly spoken than written.  For example, "That\'s wicked" instead of "That\'s excellent".');
addGlossaryItem('Software', 'Software includes system (eg Microsoft® Windows® 2000), utility (eg virus checkers) or application (eg Microsoft® Word) programmes. These programmes tell your computer what to do. This information is stored electronically on hardware such as disks and CD-Roms.');
addGlossaryItem('Specifications', 'You must provide the specifications of the customer\'s request when preparing a quote. The specifications are the exact details of the customer\'s request. For example, for a client requiring lighting you would note down any measurements (like garden size, height of trees), the kind of effect they want to achieve, and any preference for style/design of lights. The information you provide in the specifications will help technical staff provide a quote to satisfy the customer\'s needs.');
addGlossaryItem('Spreadsheet', 'A spreadsheet is used to enter numerical data in a table of rows and columns. The programme is then used to calculate, analyse and visibly represent the data as graphs and charts. Spreadsheets can be used for business analyses and forecasts such as sales totals, payroll and mortgage payment calculations and much more. Popular spreadsheet programmes include Microsoft®Excel, Lotus 1-2-3 and Quattro Pro.');
addGlossaryItem('Standard greeting', 'A script that states exactly what an agent is required to say when answering an inbound call. The standard greeting usually contains a greeting, the name of the company, the agent\'s name and an offer of help. (See discretionary phrasing.)  Also known as standard phrasing.');
addGlossaryItem('Standard phrasing', 'See standard greeting. ');
addGlossaryItem('Subsidiary', 'A company that is part of a larger parent company, often established to satisfy a particular market niche.  For example, a large taxi company might start a subsidiary that deals only with limousines.');
addGlossaryItem('Sympathy', 'Sympathy involves relating yourself directly to the customer\'s situation.<br /><br />For example, "I know how you feel. The same thing happened to me some time ago."');
addGlossaryItem('Table', 'A table is made up of rows and columns of cells that you can fill with text and graphics. Tables are often used to organise and present information.');
addGlossaryItem('Talk time', 'The time, measured in seconds, that an agent talks to a customer. This lasts from when the agent first answers the call to when the caller hangs up. ');
addGlossaryItem('Teams', 'The number of teams within each customer contact centre depends on the size of the centre. A customer contact centre can have from 8-15 teams. The average team size is about 10-15 members. Each team has a team leader.');
addGlossaryItem('Telecommunications network provider', 'A company that provides services such as telephones, telephone lines, data lines and Internet access to individuals and companies. ');
addGlossaryItem('Teleconference', 'A group of people in different locations can talk on the telephone using specialised telephony equipment.');
addGlossaryItem('Telemarketing', 'Making outbound calls to a selected target group of new or existing customers in order to sell goods and/or services. ');
addGlossaryItem('Telemarketing campaign', 'An organisation presents the customer with the opportunity to purchase a product or service, either by receiving inbound calls, making outbound calls, or a combination of both. ');
addGlossaryItem('Timeframe', 'This is the time within which agreed action should take place.  For example, if today\'s date is March 15 and you agree to phone a customer by March 18, then your timeframe for action is the 3 days between March 15 and March 18.');
addGlossaryItem('Transfer', 'Handing over a call within the same organisation when the original agent cannot answer the customer\'s enquiry directly, but knows that another agent, area or department would be able to help. (See escalate and refer.)');
addGlossaryItem('Trigger statement', 'A phrase that gives the agent a clue as to the customer\'s needs and requirements.');
addGlossaryItem('Unavailable', 'The status of an agent who is logged in to the Automatic call distribution (ACD) system, but has blocked any incoming calls. The agent may be on a paid break or in a coaching session. (See available.)');
addGlossaryItem('Upsell', 'The sale of a product or service in addition to the product or service the customer has purchased. For example an agent may sell an additional feature such as voice mail with a new telephone service.');
addGlossaryItem('Voice mail', 'A service that works like an answering machine and allows callers to leave a message. This message can be reviewed, copied, stored, annotated and forwarded to one or many people. Also known as voice messaging.');
addGlossaryItem('Voice messaging', 'See voice mail.');
addGlossaryItem('Word processor', 'A software programme used to create different types of business documents such as letters, memos, newsletters, brochures, reports, web pages and other written documents. The programme enables you to type a document and then make changes to the text before you print it out on paper.  You can easily:<br /><br /><ul><li><p>correct errors</p></li><li><p>copy, cut and move text</p></li><li><p>add or delete text</p></li><li><p>format font type and size</p></li><li><p>format line and paragraph spacing</p></li><li><p>change the page layout.</p></li></ul><br />You can also perform spelling and grammar checks with a word processor.');
addGlossaryItem('Work time', 'This is the time an agent uses to complete paperwork or other tasks associated with a call. Also known as wrap time. ');
addGlossaryItem('Wrap time', 'This is the time an agent uses to complete paperwork or other tasks associated with a call.');