// JavaScript Document
<!--
function productDets(product) {

	switch (product) {
		case 'simple':
			var newtext = "<HTML><HEAD><TITLE>Virtual PBX</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Virtual PBX</strong></p><br>";
			newtext += "<p>This service is used to route calls to different destinations depending on your requirements "; 
			newtext += "based on the percentage of incoming calls and the time of day. The service is FREE to setup and there ";
			newtext += "are no ongoing or hidden charges. Call routing can be self-administered via an easy to use secure web interface, ";
			newtext += "so that you can make changes to your call routing quickly and easily.</p><br>";
			newtext += "<p>To set up the Virtual PBX service we will allocate you a non-geographic number. You can then set up your ";
			newtext += "forwarding options on the web interface. The service provides for up to 5 destinations that can be percentage routed ";
			newtext += "and up to 10 time band settings. ";
			newtext += "To begin the process please close this window and select the solution you require from the drop down box. ";
			newtext += "Please note you will need to select whether you require a time of day routing solution, a percentage routing solution or a time of day and percentage routing solution.";
			newtext += "</p>";
			newtext += "<br>";
			newtext += "<p>The Virtual PBX can also be configured to provide a menu solution enabling incoming calls to be played a selection of ";
			newtext += "menu options so that they can select which department to be transferred to. To set-up this option, you will need to call our Sales ";
			newtext += "Team on <strong>0808 163 0000</strong> or email <a href='mailto:sales@nktelecom.co.uk'>sales@nktelecom.co.uk</a> ";
			newtext += "</p><br>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=350,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			
			break;
		case 'voting':
			var newtext = "<HTML><HEAD><TITLE>Voting Lines</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Voting Lines</strong></p><br>";
			newtext += "<p>Voting lines allow you to provide an interactive service to your customers and generate ongoing interest in your brand. "; 
			newtext += "The results of voting can form unique feedback to your customers about your products and services and allow you to undertake ";
			newtext += "your own market research activites. The solution can be set up for callers to vote on a telephone line or via SMS text message. ";
			newtext += "Telephone call charges range from £0.25 to £1.50 per call, and SMS text charges are £0.25 to £1.50.</p><br>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=350,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			
			break;
		case 'personal':
			var newtext = "<HTML><HEAD><TITLE>Personal Follow Me Numbers</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Personal &#8220;Follow Me&#8221; Numbers</strong></p>";
			newtext += "<p>Our FREE personal number service is a personal number for life that guarantees that"; 
			newtext += " your calls reach you at all times.</p><br>";
			newtext += "<p><strong>&middot; Flexible and Easy to Administer</strong><br>";
			newtext += "You choose where your calls are forwarded to and in what order &#8211; you can ";
			newtext += "include up to 3 numbers, including mobile numbers. To change your call forwarding, ";
			newtext += "all you need to do is login to Number Management above.<br><br>";
			newtext += "<strong>&middot; Intelligent Call Routing</strong><br>";
			newtext += "Rather than routing your calls through your full list of options, the personal numbering ";
			newtext += "service will remember the destination that your last call was routed to, and ";
			newtext += "will automatically route to this destination.<br><br>";
			newtext += "<strong>&middot; Extensive Call Forwarding Options</strong><br>";
			newtext += "Our Personal Number solution will route calls to all UK geographic and mobile ";
			newtext += "numbers.";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";
			
			prodWindow = open("","prodinfo","width=500,height=350,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			
			break;
		case 'percentage':
			var newtext = "<HTML><HEAD><TITLE>Percentage Call Routing</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Percentage Call Routing </strong></p>";
			newtext += "<p>This service is used to route calls to different destinations depending on "; 
			newtext += "percentages of call volume that you specify. The service is FREE to set up and ";
			newtext += "there are no ongoing or hidden charges.</p><br>";
			newtext += "<p>NK Telecom Percentage Call Routing can route calls to up to 5 destination numbers."; 
			newtext += " The service can be self-administered via an easy to use secure web interface, ";
			newtext += "so that you can make changes to your call routing quickly and easily.</p><br>";
			newtext += "<p>For example, you may run your business across 2 sites and would like 75% of ";
			newtext += "all incoming calls to be sent to the new business sales team in Site A and 25% ";
			newtext += "to Site B.</p><br>";
			newtext += "<p>Or, you could be hit by a flu epidemic in Site A, which means you need to route ";
			newtext += "85% of all incoming calls to Site B.</p><br>";
			newtext += "<p>To set up the Percentage Call Routing service we will allocate you a non-geographic ";
			newtext += "number. You can then set up your forwarding options on the web interface.<br>";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=350,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			
			break;
		case 'timeofday':
			var newtext = "<HTML><HEAD><TITLE>Time of Day Call Routing</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Time of Day Call Routing </strong></p>";
			newtext += "<p>This service is used to route calls to different destinations depending on ";
			newtext += "your requirements based on the time of the day. The service is FREE to set up ";
			newtext += "and there are no ongoing or hidden charges.</p><br>";
			newtext += "<p>NK Telecom Time of Day Call Routing can route calls to up to 10 time settings. ";
			newtext += "For example, if you were a small business who wanted to offer telephone availability ";
			newtext += "in the evenings and on Saturday mornings, you could set up your call routing ";
			newtext += "as follows:</p><br>";
			newtext += "<p>1. Weekday daytime 9am to 5pm - Route to your office number<br>";
			newtext += "2. Weekday evening 5pm to 8pm - Route to destination 2<br>";
			newtext += "3. Saturday morning 9am to 1pm - Route to destination 3 <br>";
			newtext += "4. Saturday afternoon 1pm to Monday morning 9am - Route to your office answering ";
			newtext += "service</p><br>";
			newtext += "<p>To set up the Time of Day Call Routing service we will allocate you a non-geographic ";
			newtext += "number. The service can then be self-administered via an easy to use secure ";
			newtext += "web interface, so that you can make changes to your call routing quickly and ";
			newtext += "easily<br>";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=350,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			
			break;
		case 'perctimeofday':
			var newtext = "<HTML><HEAD><TITLE>Percentage &amp; Time of Day Call Routing</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Percentage &amp; Time of Day Call Routing</strong></p>";
			newtext += "<p>This service is used to route calls to different destinations depending on ";
			newtext += "your requirements based on the percentage of incoming calls and the time of ";
			newtext += "the day. The service if FREE to set up and there are no ongoing or hidden charges. ";
			newtext += "Call routing can be self-administered via an easy to use secure web interface, ";
			newtext += "so that you can make changes to your call routing quickly and easily.</p><br>";
			newtext += "<p>To set up the Time of Day Call Routing service we will allocate you a non-geographic ";
			newtext += "number. You can then set up your forwarding options on the web interface. The ";
			newtext += "service provides for up to 5 destinations that can be percentage routed and ";
			newtext += "up to 10 time band settings.<br>";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=250,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'premium':
			var newtext = "<HTML><HEAD><TITLE>Premium Rate Numbers</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";		
			newtext += "<p><strong>Premium Rate Numbers</strong></p>";
			newtext += "<p>Premium Rate Numbers from NK Telecom are a great way to generate extra revenue ";
			newtext += "for your organisation. You decide how much the charge will be and the caller ";
			newtext += "pays and then you earn a rebate on the calls made. We offer an extensive range ";
			newtext += "of rates from 10p to &pound;1.50 per minute.</p><br>";
			newtext += "<p>Premium rate numbers are a way of charging your customers for a service such ";
			newtext += "as information, fax back, customer or technical support, or competition entry. ";
			newtext += "Premium rate is also ideal is you are supplying information that is updated ";
			newtext += "regularly, for example; betting tipster lines, weather lines, horoscopes and ";
			newtext += "joke lines. </p><br>";
			newtext += "<p>NK Telecom Premium Rate Numbers are FREE to set up and there are no ongoing ";
			newtext += "or hidden charges &#8211; only ongoing revenue paid out to you.<br>";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=300,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'faxtoemail':
			var newtext = "<html><head><title>Fax to Email Routing </title></head>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<body bgcolor='#d8e0e8'>";			
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Fax to Email Routing</strong> </p>";
			newtext += "<p>The Netkonect Fax to Email routing solution provides a virtual fax service "; 
			newtext += "to your PC or laptop. It enables you to receive faxes if you do not own or are ";
			newtext += "away from your fax machine.<br>";
			newtext += "<br>";
			newtext += "A fax is received by our telecoms system and converted into an image (multi-page ";
			newtext += "TIFF) which is then placed into an email and forwarded to a designated email ";
			newtext += "address. </p><br>";
			newtext += "<p>The solution is managed by you. You order the service, we allocate a fax number ";
			newtext += "and our simple web management system allows you to set up and change the email ";
			newtext += "address your faxes are sent to. </p><br>";
			newtext += "<p align='center'><img src='images/fax2email.gif' width='161' height='122'></p>";
			newtext += "<br><p>The service is available using an 0871 number which costs the caller 10 pence ";
			newtext += "per minute and can be dialled from fax machines anywhere in the UK.<br>";
			newtext += "<br>  To sign up to the service please return to the previous page and select Fax to Email from ";
			newtext += "the quick online ordering box. <br>";
			newtext += "</p></td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=500,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'faxtoemailres':
			var newtext = "<html><head><title>Fax to Email Routing </title></head>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<body bgcolor='#d8e0e8'>";			
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Fax to Email Routing</strong> </p>";
			newtext += "<p>The Netkonect Fax to Email routing solution provides a virtual fax service "; 
			newtext += "to your PC or laptop. It enables you to receive faxes if you do not own or are ";
			newtext += "away from your fax machine.<br>";
			newtext += "<br>";
			newtext += "A fax is received by our telecoms system and converted into an image (multi-page ";
			newtext += "TIFF) which is then placed into an email and forwarded to a designated email ";
			newtext += "address. </p><br>";
			newtext += "<p>The solution is managed by you. You order the service, we allocate a fax number ";
			newtext += "and our simple web management system allows you to set up and change the email ";
			newtext += "address your faxes are sent to. </p><br>";
			newtext += "<p align='center'><img src='images/fax2email.gif' width='161' height='122'></p>";
			newtext += "<br><p>The service is available using an 0871 number which costs the caller 10 pence ";
			newtext += "per minute and can be dialled from fax machines anywhere in the UK.<br>";
			newtext += "</p></td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=500,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'support':
			var newtext = "<HTML><HEAD><TITLE>Support Lines</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";		
			newtext += "<p><strong>Support Lines</strong></p>";
			newtext += "<p>Customer support services are usually provided via the telephone, allowing customers ";
			newtext += "to have access to dedicated and specialist guidance and information. By working with ";
			newtext += "Netkonect, your support lines can be set up on premium rate numbers, allowing a recovery ";
			newtext += "of some of the significant costs associated with running such a service.</p><br>";
			newtext += "<p>To request more information complete the form on the Premium Rate Services page or call <strong>0808 163 0000</strong> ";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=300,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'competition':
			var newtext = "<html><head><title>Competition Lines, Data Capture and Set Charge Calls</title></head><body  bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Competition Lines, Data Capture and Set Charge Calls<br></strong> <br>";
			newtext += "<p>With the public's growing acceptance of the premium rate industry, the use ";
			newtext += "of premium rate numbers as a method for competition entry is growing significantly.</p>";
			newtext += "<br>";
			newtext += "<p>Using a premium rate number for competition entry is a perfect solution for ";
			newtext += "companies who want to generate revenue to offset the costs of providing prizes ";
			newtext += "and running a promotion, increase customer awareness and loyalty and capture ";
			newtext += "data for future marketing.</p>";
			newtext += "<br>";
			newtext += "<p>Our competition service is easy to set up, as detailed below<br>";
			newtext += "<br>";
			newtext += "1. You can record your question, choice of answers and set prompts for the other ";
			newtext += "information you require yourself OR<br>";
			newtext += "2. Send us the scripts which we will arrange to have recorded on your behalf<br>";
			newtext += "3. We will allocate you with a premium rate number, which is directed to our ";
			newtext += "network. <br>";
			newtext += "4. When a call is received the caller is played the question, given the answers ";
			newtext += "and then asked to select their choice of answer with a key press. <br>";
			newtext += "5. If correct, they will be asked to leave the details you require - for example, ";
			newtext += "name, address and telephone number. The system is fully flexible allowing the ";
			newtext += "customer to leave all of their details in one batch or can be set up to prompt ";
			newtext += "for name, then address, then telephone number and so on. <br>";
			newtext += "6. The customer data is automatically captured and a random winner can be selected. ";
			newtext += "Alternatively, the data can be sent to the promoter to choose a winner and utilise ";
			newtext += "the data.</p>";
			newtext += "<br>";
			newtext += "<p>Our online statistics enable you to monitor the number of calls and minutes ";
			newtext += "generated throughout the competition. We operate a self-billing process, which ";
			newtext += "raises an invoice on your behalf and ensures prompt payment (approx 45 days) ";
			newtext += "directly into your bank account. </p>";
			newtext += "<br>";
			newtext += "<p>The lines can be set up on a range of per minute tariffs, from &pound;0.20 ";
			newtext += "to &pound;1.50 or alternatively, on a fixed total call cost from &pound;0.25 ";
			newtext += "to &pound;1.50. </p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=600,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'datacapture':
			var newtext = "<html><head><title>Data Capture</title></head><body  bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Competition Lines, Data Capture and Set Charge Calls<br></strong> <br>";
			newtext += "<p>Data capture solutions are valuable for companies who are developing or growing ";
			newtext += "their sales and marketing databases. Typically, customers are invited to call ";
			newtext += "a premium rate number in order to receive a free sample of a product, service ";
			newtext += " or guide or to register their interest in a future offering. </p><br>";
			newtext += "<p>Data capture solutions are easy to set up, as detailed below: </p><br>";
			newtext += "<p>1. You can record the information you would like your customers to hear when ";
			newtext += "they call in, along with set prompts for the other information you want to collect ";
			newtext += " OR <br>";
			newtext += "2. You can send us scripts of the dialogue you want to use and we will arrange ";
			newtext += "to have them recorded on your behalf. <br>";
			newtext += "3. We will then allocate you with a premium rate number, which is directed to ";
			newtext += "our network. <br>";
			newtext += "4. Once the data capture line has been set up, the customer can call in to receive ";
			newtext += "the pre-recorded information and leave their details. The system is fully flexible ";
			newtext += "allowing the customer to leave all of their details in one batch or can be set ";
			newtext += "up to prompt for name, then address, then telephone number and so on. <br>";
			newtext += "5. The customer data is then automatically captured, and will be sent to you in .WAV format which will then need transferring onto your own database for future marketing initiatives.  </p><br>";
			newtext += "<p>Our comprehensive online statistics can be accessed at any point of your campaign ";
			newtext += "and will allow you to view the number of calls and minutes generated. Netkonect's ";
			newtext += "self-billing process will raise an invoice on your behalf and make prompt payments ";
			newtext += "(approx 45 days) directly into your bank account. </p><br>";
			newtext += "<p>Data capture lines can be set up on a range of per minute tariffs, from &pound;0.20 ";
			newtext += "to &pound;1.50 or alternatively, on a fixed total call cost from &pound;0.25 ";
			newtext += "to &pound;1.50. </p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=600,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'information':
			var newtext = "<HTML><HEAD><TITLE>Information Lines</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";		
			newtext += "<p><strong>Information Lines</strong></p>";
			newtext += "<p>These lines can be set up to provide a variety of pre-recorded information - with updates ";
			newtext += "taking place as frequently as the service requires. Examples of information lines requiring ";
			newtext += "frequent updates include betting tipsters, tarot and weather reports. Lines requiring less ";
			newtext += "frequent updates include user instructions, customer information and adult services.</p><br>";
			newtext += "<p>To request more information complete the form on the Premium Rate Services page or call <strong>0808 163 0000</strong> ";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=300,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'windup':
			var newtext = "<HTML><HEAD><TITLE>Joke Wind-Up Lines</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";		
			newtext += "<p><strong>Joke Wind-Up Lines</strong></p>";
			newtext += "<p>Joke Wind-up lines offer the chance to earn revenue from the best Prank Calls and Wind ";
			newtext += "Ups available. The system uses the latest technology to listen and respond to what the victim says -  ";
			newtext += "ensuring a totally realistic experience. A large number of Wind Ups are currently ";
			newtext += "available including 'Win a Million on TV' and 'Car Insurance Revoked'.</p><br>";
			newtext += "<p>To request more information complete the form on the Premium Rate Services page or call <strong>0808 163 0000</strong> ";
			newtext += "</p>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=300,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'winduplist':
			var newtext = "<HTML><HEAD><TITLE>Joke Wind-Up Lines</TITLE></HEAD><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext += "<p><strong>Joke Wind-Up Lines Available</strong></p><br><Br>";		
			newtext += "<ul>";
			newtext += "<li>Sex Survey</li>"; 
			newtext += "<li>Million Pound Game Show</li>";
			newtext += "<li>You Got My Daughter Pregnant</li>";
			newtext += "<li>Hardcore Reality TV Show</li>";
			newtext += "<li>Drug Survey</li>"; 
			newtext += "<li>Minor Offences Bureau Trial by Telephone</li>";
			newtext += "<li>You Owe the Inland Revenue £20K</li>";
			newtext += "<li>You've Been Caught Downloading Porn</li>";
			newtext += "<li>Your Car Insurance Has Been Revoked</li>";
			newtext += "<li>First Round of Model Idol</li>";
			newtext += "<li>The Idiot Phone Engineer</li>";
			newtext += "<li>Become a Star in a New Pop Video</li>"; 
			newtext += "<li>It's the STD Clinic Calling</li>";
			newtext += "<li>Love Survey </li>";
			newtext += "<li>Council Building a Sewage Plant Next Door</li>";
			newtext += "<li>Why's There £1M In Your Bank Account?</li>";
			newtext += "<li>You're Live on Shock US Radio!</li>";
			newtext += "</ul>";
			newtext += "</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=410,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
		case 'callmanage':
			var newtext="<html><head><title>Call Management</title></head><body bgcolor='#d8e0e8'>";
			newtext += "<link rel='stylesheet' type='text/css' href='default.css'>";
			newtext += "<table width='100%' cellpadding='5'><tr><td>";
			newtext +="<p><strong>Call Management</strong></p><br>";
			newtext +="<p>Netkonect's solutions enable calls to be managed efficiently and with ease. Our ";
			newtext +="routing solutions allow each and every call to be directed to a particular location, ";
			newtext +="depending on pre-determined parameters which have been specified. Calls can be ";
			newtext +="routed according to a number of different options, which are detailed below:</p><br>";
			newtext +="<p>Time of Day Call Routing</p><br><p>Percentage Call Routing/p><br>";
			newtext +="<p>Percentage and Time of Day Call Routing</p><br>";
			newtext +="<p>In addition, Netkonect can also provide a personal follow me solution, ensuring ";
			newtext +="that calls reach the recipient regardless of their location.</p>";
			newtext +="</td></tr></table></body></html>";

			prodWindow = open("","prodinfo","width=500,height=310,left=10,top=10");

			with (prodWindow.document) {
        			open();
						write(newtext);
					close();
  			}
			break;
	}
}
//-->

