// JavaScript Document
// BIG THANKS TO AJ COON WHO MADE THIS NAV HIGHLIGHT POSSIBLE!!!!!!!!!!! ;)

// check to see which page was requested
var lastClass=null;
var lastHeadClass=null;
var navLoaded=false;

var initialTab=null;
var initialSeg=null;


function navRoll(nav){
	if( navLoaded ){
		lastClass = nav.className;
		nav.className='tdlnav2on';
	}
}

function navOut(nav){
	if( navLoaded && lastClass != null ){
		nav.className = lastClass;
		lastClass = null;
	}
}

/* Strictly For SiteDesign Begin --------------------------------------------------------  */

function navSDRoll(nav){
	if( navLoaded ){
		lastClass = nav.className;
		nav.className='tdlnavSDon';
	}
}

function navSDOut(nav){
	if( navLoaded && lastClass != null ){
		nav.className = lastClass;
		lastClass = null;
	}
}

/* Strictly For SiteDesign End -------------------------------------------------------- */

function navHeadRoll(nav){
	if( navLoaded ){
		lastHeadClass = nav.className;
		nav.className='tdlnavheadon';
	}
}

function navHeadOut(nav){
	if( navLoaded && lastHeadClass != null ){
		nav.className = lastHeadClass;
		lastHeadClass = null;
	}
}


function loadNavigation(){

    // get the current page from the current href
    var page = '';
    var href = document.location.href;
	

    if( href.indexOf('/') >= 0 ){
		
        var parts = href.split('/');
		for( var i=3; i<parts.length; i++ ){
			page = page + '/' + parts[i];
		}

    } else {
        page = href;
    }
	
    // change navigation appearance based on selected page
    switch( page ){
		
  
    // start cases here
	
// DOMAIN NAME SEGMENT  //////////////////////////////////////////////////////////////////////////////////////////////

		case '/domain-name/index.html':
			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';
			
			break;
	

// Additional Info-------------------------------------------------------------------------------- 

		case '/domain-name/add_info.html':

			document.getElementById('lnav_features').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_additionalinfo','','/images/domain-name/nav_additionalinfo02.gif',1);
			initialTab = 'img_tab_additionalinfo';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
			
		case '/domain-name/faq.html':

			document.getElementById('lnav_faq').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_additionalinfo','','/images/domain-name/nav_additionalinfo02.gif',1);
			initialTab = 'img_tab_additionalinfo';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
			
		case '/domain-name/tld_info.html':

			document.getElementById('lnav_tld').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_additionalinfo','','/images/domain-name/nav_additionalinfo02.gif',1);
			initialTab = 'img_tab_additionalinfo';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;

	case '/domain-name/top10.html':

			document.getElementById('lnav_top10').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_additionalinfo','','/images/domain-name/nav_additionalinfo02.gif',1);
			initialTab = 'img_tab_additionalinfo';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;


// Domain Pre-Registration-------------------------------------------------------------------------------- 

		case '/domain-name/prereg_faq.html':

			document.getElementById('lnav_preregfaq').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainpreregistration','','/images/domain-name/nav_domainpreregistration02.gif',1);
			initialTab = 'img_tab_domainpreregistration';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
			
			
		case '/domain-name/eu_prereg.html':

			document.getElementById('lnav_euprereg').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainpreregistration','','/images/domain-name/nav_domainpreregistration02.gif',1);
			initialTab = 'img_tab_domainpreregistration';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
			
		case '/domain-name/mobi_pre-reg.html':

			document.getElementById('lnav_mobi-prereg').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainregistration','','/images/domain-name/nav_domainregistration02.gif',1);
			initialTab = 'img_tab_domainregistration';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
	case '/domain-name/info_registration.html':

			document.getElementById('lnav_info_reg').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainregistration','','/images/domain-name/nav_domainregistration02.gif',1);
			initialTab = 'img_tab_domainregistration';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;


// Domain Pricing-------------------------------------------------------------------------------- 

		case '/domain-name/pricing.html':

			document.getElementById('lnav_overview_pricing').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_pricing','','/images/domain-name/nav_pricing02.gif',1);
			initialTab = 'img_tab_pricing';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;

// Domain Registration-------------------------------------------------------------------------------- 

		case '/domain-name/new_domain.html':

			document.getElementById('lnav_newdomain_reg').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainregistration','','/images/domain-name/nav_domainregistration02.gif',1);
			initialTab = 'img_tab_domainregistration';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
		case '/domain-name/eu_registration.html':

			document.getElementById('lnav_eu_reg').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainregistration','','/images/domain-name/nav_domainregistration02.gif',1);
			initialTab = 'img_tab_domainregistration';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
			

		case '/domain-name/bulk_registration.html':

			document.getElementById('lnav_bulk_reg').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainregistration','','/images/domain-name/nav_domainregistration02.gif',1);
			initialTab = 'img_tab_domainregistration';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;
			
			
// Domain Renewal-------------------------------------------------------------------------------- 

		case '/domain-name/domain_renewal.html':

			document.getElementById('lnav_overview_domainrenewal').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domainrenewal','','/images/domain-name/nav_domainrenewal02.gif',1);
			initialTab = 'img_tab_domainrenewal';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;


// Domain Transfer-------------------------------------------------------------------------------- 

		case '/domain-name/domain_transfer.html':

			document.getElementById('lnav_transfer').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_domaintransfer','','/images/domain-name/nav_domaintransfer02.gif',1);
			initialTab = 'img_tab_domaintransfer';

			// highlight the current tab/segment
			MM_swapImage('tnav_dnr','','/images/global/frame/btn_dnr02.gif',1);
			initialSeg = 'tnav_dnr';

            break;


// PERSONAL NAME SEGMENT  //////////////////////////////////////////////////////////////////////////////////////////////
  
  
		case '/personal/index.html':
			// highlight the current tab/segment
			MM_swapImage('tnav_personal','','/images/global/frame/btn_personal02.gif',1);
			initialSeg = 'tnav_personal';
			
			break;
  
  
		case '/personal/webhosting/index.html':
		
			document.getElementById('lnav_personalplan').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_personal_webhosting','','/images/personal/nav_webhosting02.gif',1);
			initialTab = 'img_tab_personal_webhosting';

			// highlight the current tab/segment
			MM_swapImage('tnav_personal','','/images/global/frame/btn_personal02.gif',1);
			initialSeg = 'tnav_personal';
			
			break;


		case '/personal/webdesign/index.html':
		
			document.getElementById('lnav_webdesignoverview').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_personal_webdesign','','/images/personal/nav_webdesign02.gif',1);
			initialTab = 'img_tab_personal_webdesign';

			// highlight the current tab/segment
			MM_swapImage('tnav_personal','','/images/global/frame/btn_personal02.gif',1);
			initialSeg = 'tnav_personal';
			
			break;
  
  
  
		case '/personal/designbundle/index.html':
		
			document.getElementById('lnav_wbd_package').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_personal_webdesign','','/images/personal/nav_webdesign02.gif',1);
			initialTab = 'img_tab_personal_webdesign';

			// highlight the current tab/segment
			MM_swapImage('tnav_personal','','/images/global/frame/btn_personal02.gif',1);
			initialSeg = 'tnav_personal';
			
			break;
  
  
		case '/personal/email/index.html':
		
			document.getElementById('lnav_emailstarter').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_personal_email','','/images/personal/nav_email02.gif',1);
			initialTab = 'img_tab_personal_email';

			// highlight the current tab/segment
			MM_swapImage('tnav_personal','','/images/global/frame/btn_personal02.gif',1);
			initialSeg = 'tnav_personal';
			
			break;  
  
  
  
		case '/personal/dataprotect/index.html':
		
			document.getElementById('lnav_dataprotect').className = 'tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_personal_dataprotect','','/images/personal/nav_dataprotect02.gif',1);
			initialTab = 'img_tab_personal_dataprotect';

			// highlight the current tab/segment
			MM_swapImage('tnav_personal','','/images/global/frame/btn_personal02.gif',1);
			initialSeg = 'tnav_personal';
			
			break;    
  
  
  
  
// SMB segment //////////////////////////////////////////////////////////////////////////////////

		case '/smb/index.html':
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;
			
			
// Biz Applications-------------------------------------------------------------------------------- 

		case '/smb/bizapplications/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_bizapplications').className='tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_smb_bizapplications','','/images/smb/nav_bizapplications02.gif',1);
			initialTab = 'img_tab_smb_bizapplications';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';

            break;


		case '/smb/sharepoint/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_sharepoint').className='tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_smb_bizapplications','','/images/smb/nav_bizapplications02.gif',1);
			initialTab = 'img_tab_smb_bizapplications';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';

            break;


		case '/smb/sharepoint/plans.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sharepoint_plans').className='tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_smb_bizapplications','','/images/smb/nav_bizapplications02.gif',1);
			initialTab = 'img_tab_smb_bizapplications';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';

            break;


		case '/smb/sharepoint/design.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_designservices').className='tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_smb_bizapplications','','/images/smb/nav_bizapplications02.gif',1);
			initialTab = 'img_tab_smb_bizapplications';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';

            break;


		case '/smb/dataprotect/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_dataprotect').className='tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_smb_bizapplications','','/images/smb/nav_bizapplications02.gif',1);
			initialTab = 'img_tab_smb_bizapplications';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';

            break;


// Cold Fusion----------------------------------------------------------------------------------- 


        case '/coldfusion/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_coldfusion').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;



        case '/coldfusion/cfstandard/webhosting.html':
        case '/coldfusion/cfstandard/ecommerce.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_cf_standard').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;



        case '/coldfusion/cfadvanced/webhosting.html':
        case '/coldfusion/cfadvanced/ecommerce.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_cf_advanced').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/coldfusion/comparison.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_cf_comparison').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


// Ecommerce--------------------------------------------------------------------------------------- 

		case '/ecommerce/index.html':
		
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


		case '/ecommerce/standardplan_overview.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_standardplans').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


        case '/web-hosting/gold/linux_ecommerce.html':
        case '/web-hosting/gold/windows_ecommerce.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_gold').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/web-hosting/goldplus/linux_ecommerce.html':
        case '/web-hosting/goldplus/windows_ecommerce.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_goldplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/web-hosting/platinum/linux_ecommerce.html':
        case '/web-hosting/platinum/windows_ecommerce.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_platinum').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;



        case '/ecommerce/premiumplan_overview.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_premiumplan').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


		case '/business-web-hosting/platinumplus/linux_ecommerce.html':
        case '/business-web-hosting/platinumplus/windows_ecommerce.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_platinumplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/business-web-hosting/diamond/linux_ecommerce.html':
        case '/business-web-hosting/diamond/windows_ecommerce.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_diamond').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/business-web-hosting/diamondplus/linux_ecommerce.html':
        case '/business-web-hosting/diamondplus/windows_ecommerce.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_diamondplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/ecommerce/comparison.html':
        case '/ecommerce/comparison.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_premiumcompare').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

        case '/ecommerce/shoppingcarts.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_shoppingcarts').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/smb/sslcertificates/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_security').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;



// Email--------------------------------------------------------------------------------------- 

		case '/smb/email/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_email').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_email','','/images/smb/nav_email02.gif',1);
			initialTab = 'img_tab_smb_email';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


		case '/smb/email/emailplan_overview.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_emailplans').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_email','','/images/smb/nav_email02.gif',1);
			initialTab = 'img_tab_smb_email';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


		case '/smb/email/plus.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_emailplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_email','','/images/smb/nav_email02.gif',1);
			initialTab = 'img_tab_smb_email';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


		case '/smb/email/business.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_emailbusiness').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_email','','/images/smb/nav_email02.gif',1);
			initialTab = 'img_tab_smb_email';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


		case '/smb/email/enterprise.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_emailenterprise').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_email','','/images/smb/nav_email02.gif',1);
			initialTab = 'img_tab_smb_email';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


		case '/smb/gigamail/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_gigamail').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_email','','/images/smb/nav_email02.gif',1);
			initialTab = 'img_tab_smb_email';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
			
			break;


// Merchant Account--------------------------------------------------------------------------------------- 


        case '/smb/merchantaccount/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_merchantaccount').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/smb/merchantaccount/chase.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_chase').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/smb/merchantaccount/paypal.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_paypal').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;
			
	  case '/smb/merchantaccount/google-checkout.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_googlecheckout').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_ecommerce','','/images/smb/nav_ecommerce02.gif',1);
			initialTab = 'img_tab_smb_ecommerce';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


// Online Marketing Solutions---------------------------------------------------------------------------------------


        case '/smb/onlinemarketing/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_onlinemarketing').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


		case '/smb/pay-per-click/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_ppc').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


		case '/smb/pay-per-click/ppc_page2.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_page2').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


		case '/smb/pay-per-click/ppc_page3.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_page3').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


		case '/smb/pay-per-click/ppc_page4.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_page4').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


		case '/smb/pay-per-click/ppc_page5.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_page5').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;




        case '/smb/local-search-profile/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_ls').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/smb/local-search-profile/local_page2.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_page2').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;



        case '/smb/local-search-profile/local_page3.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_page3').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

        case '/smb/local-search-profile/local_page4.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_page4').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_onlinemarketing','','/images/smb/nav_onlinemarketing02.gif',1);
			initialTab = 'img_tab_smb_onlinemarketing';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;



// Packaged Solutions---------------------------------------------------------------------------------------


        case '/smb/packagedsolutions/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_ps').className='tdlnav2on';
			
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/smb/packagedsolutions/designpackage.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_wd_package').className='tdlnav2on';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;
			

		case '/smb/packagedsolutions/marketingpackage.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_lbm_package').className='tdlnav2on';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/smb/packagedsolutions/ecommercepackage.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_em_package').className='tdlnav2on';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

// Podcasting---------------------------------------------------------------------------------------


        case '/podcasting/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_pc').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/podcasting/podcasting_plan.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_pc_plan').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;
			



/* ==========================================================================================================================================
		SMB - WEB DESIGN
========================================================================================================================================== */

        case '/smb/web-design/index.html':
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sd-index').className='tdlnav2on';
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webdesign','','/images/smb/nav_webdesign02.gif',1);
			initialTab = 'img_tab_smb_webdesign';
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;
			
        case '/smb/web-design/want-a-site.html':
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sd-want-a-site').className='tdlnav2on';
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webdesign','','/images/smb/nav_webdesign02.gif',1);
			initialTab = 'img_tab_smb_webdesign';
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

        case '/smb/web-design/why-does-it-matter.html':
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sd-why-does-it-matter').className='tdlnav2on';
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webdesign','','/images/smb/nav_webdesign02.gif',1);
			initialTab = 'img_tab_smb_webdesign';
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

        case '/smb/web-design/sell-online.html':
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sd-sell-online').className='tdlnav2on';
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webdesign','','/images/smb/nav_webdesign02.gif',1);
			initialTab = 'img_tab_smb_webdesign';
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

        case '/smb/web-design/logo-design.html':
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sd-logo-design').className='tdlnav2on';
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webdesign','','/images/smb/nav_webdesign02.gif',1);
			initialTab = 'img_tab_smb_webdesign';
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

        case '/smb/web-design/design-portfolio.html':
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sd-design-portfolio').className='tdlnav2on';
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webdesign','','/images/smb/nav_webdesign02.gif',1);
			initialTab = 'img_tab_smb_webdesign';
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;

        case '/smb/web-design/customer-testimonials.html':
			// highlight the selected left-hand navigation
            document.getElementById('lnav_sd-customer-testimonials').className='tdlnav2on';
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webdesign','','/images/smb/nav_webdesign02.gif',1);
			initialTab = 'img_tab_smb_webdesign';
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;
/* ==========================================================================================================================================
		Web Hosting
========================================================================================================================================== */
		case '/web-hosting/index.html':

			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';

            break;


		case '/web-hosting/standardplan_overview.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_standardplans').className='tdlnav2on';

			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';

            break;


		case '/web-hosting/gold/linux_webhosting.html':
        case '/web-hosting/gold/windows_webhosting.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_gold').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;			
			

        case '/web-hosting/goldplus/linux_webhosting.html':
        case '/web-hosting/goldplus/windows_webhosting.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_goldplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';

			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;
			
			
        case '/web-hosting/platinum/linux_webhosting.html':
        case '/web-hosting/platinum/windows_webhosting.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_platinum').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;
			

        case '/web-hosting/comparison.html':
        case '/web-hosting/comparison.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_standardcompare').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/web-hosting/premiumplan_overview.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_platinumplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


		case '/business-web-hosting/platinumplus/linux_webhosting.html':
        case '/business-web-hosting/platinumplus/windows_webhosting.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_platinumplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/business-web-hosting/diamond/linux_webhosting.html':
        case '/business-web-hosting/diamond/windows_webhosting.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_diamond').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/business-web-hosting/diamondplus/linux_webhosting.html':
        case '/business-web-hosting/diamondplus/windows_webhosting.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_diamondplus').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;


        case '/business-web-hosting/comparison.html':
        case '/business-web-hosting/comparison.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_premiumcompare').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_smb_webhosting','','/images/smb/nav_webhosting02.gif',1);
			initialTab = 'img_tab_smb_webhosting';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_smb','','/images/global/frame/btn_smb02.gif',1);
			initialSeg = 'tnav_smb';
            break;



// ENTERPRISE SEGMENT ////////////////////////////////////////////////////////////////////////////////////////////////////////


		case '/enterprise/index.html':
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
			
			break;

// Prime 7--------------------------------------------------------------------------------------------------------------------
	
	
		case '/enterprise/prime7/index.html':
		
			// highlight the selected left-hand navigation
       		document.getElementById('lnav_overview_prime7').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/prime7/server-device-administration.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_server_device').className='tdlnav2on';
			

			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;



		case '/enterprise/prime7/backup-recovery.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_backup').className='tdlnav2on';
			

			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;



		case '/enterprise/prime7/monitoring.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_monitoring').className='tdlnav2on';
			

			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/prime7/reporting.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_reporting').className='tdlnav2on';
			

			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/prime7/security.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_security').className='tdlnav2on';
			

			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/prime7/deployment-scaling.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_deployment').className='tdlnav2on';
			

			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/prime7/hardware-maintenance.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_hardware').className='tdlnav2on';
			

			// highlight the current tab/section
			MM_swapImage('img_tab_prime7','','/images/enterprise/nav_prime702.gif',1);
			initialTab = 'img_tab_prime7';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;





// Products Services--------------------------------------------------------------------------------------------------------------------

		case '/enterprise/productsservices/index.html':
			
			// highlight the current tab/section
			MM_swapImage('img_tab_productsandservices','','/images/enterprise/nav_productsandservices02.gif',1);
			initialTab = 'img_tab_productsandservices';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;
			

		case '/enterprise/colocation/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_colocation').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_productsandservices','','/images/enterprise/nav_productsandservices02.gif',1);
			initialTab = 'img_tab_productsandservices';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;



		case '/enterprise/windows-based-hosting/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_wbh').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_productsandservices','','/images/enterprise/nav_productsandservices02.gif',1);
			initialTab = 'img_tab_productsandservices';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/linux-based-hosting/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_lbh').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_productsandservices','','/images/enterprise/nav_productsandservices02.gif',1);
			initialTab = 'img_tab_productsandservices';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/datacenter-outsourcing/index.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_dc_outsourcing').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_productsandservices','','/images/enterprise/nav_productsandservices02.gif',1);
			initialTab = 'img_tab_productsandservices';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/datacenter-outsourcing/dr-center.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_dr_center').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_productsandservices','','/images/enterprise/nav_productsandservices02.gif',1);
			initialTab = 'img_tab_productsandservices';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;


		case '/enterprise/datacenter-outsourcing/datacenter-outsourcing.html':
		
			// highlight the selected left-hand navigation
            document.getElementById('lnav_dc_outsourcing').className='tdlnav2on';

			
			// highlight the current tab/section
			MM_swapImage('img_tab_productsandservices','','/images/enterprise/nav_productsandservices02.gif',1);
			initialTab = 'img_tab_productsandservices';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;







// Global Service-----------------------------------------------------------------------------------------------------------------------



        case '/enterprise/global-service/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_globalserviceoverview').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_globalservice','','/images/enterprise/nav_globalservice02.gif',1);
			initialTab = 'img_tab_globalservice';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_enterprise','','/images/global/frame/btn_enterprise02.gif',1);
			initialSeg = 'tnav_enterprise';
            break;





// DEDICATED SERVERS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////		
		
		
		case '/dedicated-servers/index.html':
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
// Advantage Servers-----------------------------------------------------------------------------------------------------------------------
			
		
		case '/dedicated-servers/advantage.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_advantage').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_advantage','','/images/dedicatedservers/nav_advantageservers02.gif',1);
			initialTab = 'img_tab_advantage';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


        case '/dedicated-servers/advantage100/linux.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_advantage100').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_advantage','','/images/dedicatedservers/nav_advantageservers02.gif',1);
			initialTab = 'img_tab_advantage';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;

        case '/dedicated-servers/advantage500/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_advantage500').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_advantage','','/images/dedicatedservers/nav_advantageservers02.gif',1);
			initialTab = 'img_tab_advantage';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;

		case '/dedicated-servers/advantage700/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_advantage700').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_advantage','','/images/dedicatedservers/nav_advantageservers02.gif',1);
			initialTab = 'img_tab_advantage';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;

        
		case '/dedicated-servers/advantage_ecommercesolutions.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_ecommercesolutions').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_advantage','','/images/dedicatedservers/nav_advantageservers02.gif',1);
			initialTab = 'img_tab_advantage';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


        case '/dedicated-servers/advantage_databasesolutions.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_dbsolutions').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_advantage','','/images/dedicatedservers/nav_advantageservers02.gif',1);
			initialTab = 'img_tab_advantage';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


        case '/dedicated-servers/advantage_additionalitems.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_adv_additionalitems').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_advantage','','/images/dedicatedservers/nav_advantageservers02.gif',1);
			initialTab = 'img_tab_advantage';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;

// Buyers Guide-----------------------------------------------------------------------------------------------------------------------

        case '/dedicated-servers/moreinfo_linuxvswindows.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_linux_vs_win').className='tdlnav2on';

			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


        case '/dedicated-servers/moreinfo_advantagevstruflex.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_adv_vs_truflex').className='tdlnav2on';

			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/moreinfo_infrastructure.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_datacenter').className='tdlnav2on';

			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


// Colocation-----------------------------------------------------------------------------------------------------------------------


		case '/dedicated-servers/colocation/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_colocation').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_colocation','','/images/dedicatedservers/nav_colocation02.gif',1);
			initialTab = 'img_tab_colocation';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;



		case '/dedicated-servers/colocation/security-reliability.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_security-reliability').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_colocation','','/images/dedicatedservers/nav_colocation02.gif',1);
			initialTab = 'img_tab_colocation';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/colocation/fast-customer-support.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_fastservice').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_colocation','','/images/dedicatedservers/nav_colocation02.gif',1);
			initialTab = 'img_tab_colocation';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/colocation/convenience.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_convenience').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_colocation','','/images/dedicatedservers/nav_colocation02.gif',1);
			initialTab = 'img_tab_colocation';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/colocation/basic-colocation.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_basic-colocation').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_colocation','','/images/dedicatedservers/nav_colocation02.gif',1);
			initialTab = 'img_tab_colocation';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/colocation/managed-colocation.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_managed-colocation').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_colocation','','/images/dedicatedservers/nav_colocation02.gif',1);
			initialTab = 'img_tab_colocation';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;





// Truflex Servers-----------------------------------------------------------------------------------------------------------------------


		case '/dedicated-servers/truflex.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_truflex').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/truflex300/linux.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex300').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;



		case '/dedicated-servers/truflex500/linux.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex500').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/truflex950/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex950').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/truflex_databasesolutions.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_dbsolutions').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;



		case '/dedicated-servers/truflex_firewall.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_firewall').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/truflex_backup.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_backup').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;



		case '/dedicated-servers/truflex_additionalitems.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_additionalitems').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
		case '/dedicated-servers/truflex_dualcore.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflexdualcore').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;

// Multi Servers-----------------------------------------------------------------------------------------------------------------------

		case '/dedicated-servers/multi-servers/index.html':

			// highlight the selected left-hand navigation
         document.getElementById('lnav_multiservers_overview').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_multiservers','','/images/dedicatedservers/nav_multiservers02.gif',1);
			initialTab = 'img_tab_multiservers';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;

// Truflex-S Servers-----------------------------------------------------------------------------------------------------------------------

		case '/dedicated-servers/truflex-s.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_truflex').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflexs','','/images/dedicatedservers/nav_truflex-sservers02.gif',1);
			initialTab = 'img_tab_truflexs';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
		
		
		case '/dedicated-servers/truflex-s100/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex-s100').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflexs','','/images/dedicatedservers/nav_truflex-sservers02.gif',1);
			initialTab = 'img_tab_truflexs';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
		
		case '/dedicated-servers/truflex-s200/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex-s200').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflexs','','/images/dedicatedservers/nav_truflex-sservers02.gif',1);
			initialTab = 'img_tab_truflexs';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
		case '/dedicated-servers/truflex-s500/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex-s500').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflexs','','/images/dedicatedservers/nav_truflex-sservers02.gif',1);
			initialTab = 'img_tab_truflexs';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
		case '/dedicated-servers/truflex600/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex600').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
		
		case '/dedicated-servers/truflex800/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex800').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
		case '/dedicated-servers/truflex900/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_truflex900').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflex','','/images/dedicatedservers/nav_truflexservers02.gif',1);
			initialTab = 'img_tab_truflex';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;

		case '/dedicated-servers/truflex-s_backup.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_backup').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflexs','','/images/dedicatedservers/nav_truflex-sservers02.gif',1);
			initialTab = 'img_tab_truflexs';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


		case '/dedicated-servers/truflex-s_security.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_security').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflexs','','/images/dedicatedservers/nav_truflex-sservers02.gif',1);
			initialTab = 'img_tab_truflexs';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;
			
		case '/dedicated-servers/truflex-s_remotemanagement.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_remotemanagement').className='tdlnav2on';
			
			// highlight the current tab/section
			MM_swapImage('img_tab_truflexs','','/images/dedicatedservers/nav_truflex-sservers02.gif',1);
			initialTab = 'img_tab_truflexs';
			
			// highlight the current tab/segment
			MM_swapImage('tnav_ds','','/images/global/frame/btn_ds02.gif',1);
			initialSeg = 'tnav_ds';
            break;


// UTILITIES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////		

// About Us-----------------------------------------------------------------------------------------------------------------------

		case '/aboutus/our_story.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_ourstory').className='tdlnav2on';
            break;
			
		case '/aboutus/why_choose_hostway.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_whychoose').className='tdlnav2on';
            break;

		case '/aboutus/awards.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_awards').className='tdlnav2on';
            break;
			
		case '/aboutus/boeing_dc.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_boeingdc').className='tdlnav2on';
            break;


		case '/aboutus/testimonials.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_testimonials').className='tdlnav2on';
            break;


		case '/aboutus/case_studies.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_casestudies').className='tdlnav2on';
            break;


		case '/aboutus/newsletter.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_newsletter').className='tdlnav2on';
            break;


		case '/aboutus/current.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_currentpartners').className='tdlnav2on';
            break;


		case '/aboutus/press_releases.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_pressreleases').className='tdlnav2on';
            break;


		case '/aboutus/news_events.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_newsandevents').className='tdlnav2on';
            break;


		case '/aboutus/media_kit.html':
		case '/aboutus/logo_styleguide01.html':
		case '/aboutus/logo_styleguide02.html':
		case '/aboutus/logo_styleguide03.html':


			// highlight the selected left-hand navigation
            document.getElementById('lnav_mediakit').className='tdlnav2on';
            break;


		case '/aboutus/current_openings.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_currentopenings').className='tdlnav2on';
            break;

		case '/aboutus/life_at_hostway.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_lifeathostway').className='tdlnav2on';
            break;


// Legal-----------------------------------------------------------------------------------------------------------------------

		case '/legal/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overiview_legal').className='tdlnav2on';
            break;
			
		case '/legal/privacy_statement.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_privacystatement').className='tdlnav2on';
            break;
			
		case '/legal/terms_of_use.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_termsofuse').className='tdlnav2on';
            break;
			
		case '/legal/billing_policy.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_billingpolicy').className='tdlnav2on';
            break;
			
		case '/legal/registration_agreement_policy.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_registration').className='tdlnav2on';
            break;
			
		case '/legal/30day_money_back.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_30day').className='tdlnav2on';
            break;
			
			
// Resellers-----------------------------------------------------------------------------------------------------------------------

		case '/resellers/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_resellers').className='tdlnav2on';
            break;

		case '/resellers/affiliate_program.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_affiliate').className='tdlnav2on';
            break;

		case '/resellers/agent_program.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_agent').className='tdlnav2on';
            break;

		case '/resellers/private_label_program.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_private').className='tdlnav2on';
            break;











// Support-----------------------------------------------------------------------------------------------------------------------

		case '/support/index.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_overview_support').className='tdlnav2on';
            break;

        case '/support/employees.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_employees').className='tdlnav2on';
            break;

        case '/support/training.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_training').className='tdlnav2on';
            break;

        case '/support/technology.html':

			// highlight the selected left-hand navigation
            document.getElementById('lnav_technology').className='tdlnav2on';
            break;

			
















			
	}

	// this must be the last thing in this function
	navLoaded=true;
}