function showTopic(n) 
			
				{
			
					var cdesc
					switch(n) 
								{
									
									case "inbox" :							
											cdesc = "<dt class='outlook single'>Free Outlook 2007</dt><dd>Intermedia supports both PC and Mac, as well as all major languages, including English, Spanish, French, German, Russian and more.</dd>";
											break;
											
									case "hardware" :
											cdesc = "<dt class='hardware single'>Hardware </dt><dd>With Intermedia, you do not need to purchase anything except our service. Our engineers install and maintain absolutely everything.</dd>"
											break;
									
									case "hostpilot" :
											cdesc = "<dt class='hostpilot single'>Total control with HostPilot </dt><dd>HostPilot is unique to Intermedia. It is the only control panel that lets you manage users, mailboxes, lists, BlackBerries and more, anytime. Our competitors tried to license it from us (we didn’t let them).</dd>"
											break;
									
											
									case "twoGB" :
											cdesc = "<dt class='twoGB single'>4 GB space per user</dt><dd>Most providers allocate far less storage, then charge huge overage fees for larger mailboxes. Microsoft recommends at least 2 GB of space per mailbox.</dd>"
											break;
									
									
									case "sharepoint" :
											cdesc = "<dt class='sharepoint single'>Free SharePoint included</dt><dd>SharePoint is an essential add-on for Exchange 2007 and only Intermedia includes it free. Securely share documents and files online.</dd>"
											break;
									
									
									case "support" :
											cdesc = "<dt class='support single'>Expert support 24x7</dt><dd>The world’s largest team of Microsoft Gold Certified Exchange experts takes care of your Exchange server 24x7, including all maintenance, continuous backups and any other service you need.</dd>"
											break;
									
											
									case "security" :
											cdesc = "<dt class='security double'>Premium antivirus and antispam</dt><dd>Intermedia includes premium, multi-layer protection with all mailboxes – free. With both perimeter protection and on-server protection from Trend Micro, your email is always secure.</dd>"
											break;
						
									
									case "infrastucture" :
											cdesc = "<dt class='datacenter double'>Enterprise-grade infrastructure</dt><dd>Intermedia has invested over $1 million dollars in tier-4 datacenters and fully-redundant servers, storage and networks. It far outstrips basic in-house solutions and other hosted Exchange companies.</dd>"
											break;
											
									case "blackberry" :
											cdesc = "<dt class='blackberry single'>BlackBerry</dt><dd>Access your email, calendar, contacts and more from anywhere on the latest BlackBerry devices.</dd>"
											break;

									case "goodmobile" :
											cdesc = "<dt class='goodmobile single'>Good Mobile Messaging</dt><dd>Access email, calendars, contacts and more from your Treo or other mobile device.</dd>"
											break;

									case "compliantArchiving" :
											cdesc = "<dt class='compliantArchiving single'>Compliant Archiving</dt><dd>Offsite archiving of all communications, to comply with regulations (including NASD, Sarbanes-Oxley, HIPAA and others).</dd>"
											break;
																				
									case "disclaimerManagement" :
											cdesc = "<dt class='disclaimerManagement single'>Disclaimer Management</dt><dd>Insert email signatures – such as legal disclaimers – into all outgoing messages.  Feature available <strong>only</strong> from Intermedia.</dd>"
											break;										
											
									case "migration" :
											cdesc = "<dt class='migration single'>Migration</dt><dd>Intermedia will assist you with migrating your current Exchange data to your current Exchange account.</dd>"
											break;	

									case "activesync" :
											cdesc = "<dt class='activesync single'>ActiveSync</dt><dd>Synchronize email, calendars, contacts and more to Windows-based devices.</dd>"
											break;

									case "secureEmail" :
											cdesc = "<dt class='secureEmail single'>Secure Email</dt><dd>Send encrypted messages that can only be ‘unlocked’ with an agreed password.  Essential for emailing confidential material.</dd>"
											break;

									case "messageMirror" :
											cdesc = "<dt class='messageMirror single'>Message Mirror</dt><dd>Monitor and search your employees’ email.  MessageMirror keeps a copy of every email (incoming and outgoing) – even the items they 'deleted.'</dd>"
											break;	

									case "sharepointPackages" :
											cdesc = "<dt class='sharepointPackages single'>SharePoint Packages</dt><dd>Choose from different SharePoint packages to fit your business’ collaboration needs.</dd>"
											break;

									case "expertise" :
											cdesc = "<dt class='expertise single'>More expertise</dt><dd>More MS Gold certified tech staff than any other provider, plus true 24x7 expert support.</dd>"
											break;

									case "uniqueFeatures" :
											cdesc = "<dt class='uniqueFeatures single'>Unique features</dt><dd>Proprietary features developed in-house give you richer functionality than other Exchange providers.</dd>"
											break;

									case "competitors" :
											cdesc = "<dt class='competitors single'>Intermedia vs competitors</dt><dd>A more generous offering, no hidden 'gotchas', and a superior infrastructure for our customers. </dd>"
											break;

									case "technology" :
											cdesc = "<dt class='technology single'>Enterprise-grade technology </dt><dd>Tier-4 datacenters, Dell 64-bit servers, EMC storage, Cisco network - reap the benefits of Intermedia's $1 million investment.</dd>"
											break;

									case "securityCompliance" :
											cdesc = "<dt class='securityCompliance single'>Security and compliance </dt><dd>Intermedia is both SAS 70 and PCI compliant, so you know your data is secure.</dd>"
											break;


									case "default":
											
											cdesc = "<dt>All-inclusive </dt><dd>Everything you need for business-class email is included in the price.</dd>"
												
								
								}
								
						document.getElementById('desc').innerHTML = cdesc;		
					
				}
				
				
		function OpenVis(e)	{
					with (document)
						{
								getElementById(e).style.visibility = 'visible';
								getElementById(e).style.display = 'block';
						}		
		
		}
					
		
		
		function CloseVis(e)	{
					with (document) 
						{
								getElementById(e).style.visibility = 'hidden';
								getElementById(e).style.display = 'none';
						}		
		
		}				