
<!------ OAS SETUP begin ------>
<!--
//configuration
OAS_url = 'http://oascentral.tmcnet.com/RealMedia/ads/';
OAS_sitepage = 'next-generation-communications.tmcnet.com';
OAS_listpos =  'x96,Right3,Middle,x01,x02,x03,x04,x06,x07,x09,x10,x11,x13,x14,x15,x16,x17,x18,x19,x20,x21,x23,x24,x28,x30,x31,x32,x35,x36,x37,x39,x40,x41,x42,x43,x44,x46,x47,x52,x54,x55,x56,x57,x58,x59,x60,x61,x63,x70,x75,x76,x77,x78,x79,x80,x85,x86,x87,x88,x89,x93';
OAS_query = '';
OAS_target = '_top';
//end of configuration

OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
function OAS_NORMAL(pos) {
document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' +
OAS_rns + '@' +
OAS_listpos + '!' + pos + '?' + OAS_query + '" TARGET=' + OAS_target + '>');
document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' +
OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" BORDER=0></A>');
}
//-->

<!--
OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1 ||
navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1)
OAS_version = 10;
if (OAS_version >= 11)
document.write('<SCR' + 'IPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url +
'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' +
OAS_query + '"><\/SCRIPT>');//-->

<!--
document.write('');
function OAS_AD(pos) {
if (OAS_version >= 11)
OAS_RICH(pos);
else
OAS_NORMAL(pos);
}
//-->
<!------ OAS SETUP end ------>
 
function showTopPanel(panel)
{
    document.getElementById('StrategicLink').className = 'second-nav-link';
    document.getElementById('TechnicalLink').className = 'second-nav-link';
    document.getElementById('UserExperienceLink').className = 'second-nav-link';
    document.getElementById('hottopicsLink').className = 'second-nav-link2';

    document.getElementById('hottopics').style.display = 'none';
    document.getElementById('Strategic').style.display = 'none';
    document.getElementById('Technical').style.display = 'none';
    document.getElementById('UserExperience').style.display = 'none';

    document.getElementById(panel).style.display = 'block';
    if (panel == 'hottopics')
         document.getElementById(panel + 'Link').className = 'second-nav-link2';
    else
        document.getElementById(panel + 'Link').className = 'second-nav-link-on'; 

}

function showBottomPanel(panel)
{
    document.getElementById('ServiceProviderBtmLink').className = 'second-nav-link';
    document.getElementById('StrategicBtmLink').className = 'second-nav-link';
    document.getElementById('TechnicalBtmLink').className = 'second-nav-link';
    document.getElementById('UserExperienceBtmLink').className = 'second-nav-link';
    document.getElementById('link5BtmLink').className = 'second-nav-link';
    document.getElementById('link6BtmLink').className = 'second-nav-link';
    document.getElementById('link7BtmLink').className = 'second-nav-link';
    document.getElementById('hottopicsBtmLink').className = 'second-nav-link2';
    
    document.getElementById('hottopicsBtm').style.display = 'none';
    document.getElementById('ServiceProviderBtm').style.display = 'none';
    document.getElementById('StrategicBtm').style.display = 'none';
    document.getElementById('TechnicalBtm').style.display = 'none';
    document.getElementById('UserExperienceBtm').style.display = 'none';
    document.getElementById('link5Btm').style.display = 'none';
    document.getElementById('link6Btm').style.display = 'none';
     document.getElementById('link7Btm').style.display = 'none';

    document.getElementById(panel).style.display = 'block';
   if (panel == 'hottopicsBtm')
         document.getElementById(panel + 'Link').className = 'second-nav-link2';
    else
        document.getElementById(panel + 'Link').className = 'second-nav-link-on'; 

}

    
	
	<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=800,height=800,scrollbars=yes');
return false;
}
//-->