function fn()
{
	var sPath = window.location.href;
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	
	if(sPage == "network-design-assessment.html")
	{
		document.getElementById('networkdesign').style.fontWeight = 'bold';
		document.getElementById('networkdesign').style.color = '#0033cc';
		document.getElementById('networkdesign').style.fontSize = '12px';
	}
	if(sPage == "revolutionary-security-services.html")
	{
		document.getElementById('managesecurity').style.fontWeight = 'bold';
		document.getElementById('managesecurity').style.color = '#0033cc';
		document.getElementById('managesecurity').style.fontSize = '12px';
	}
	if(sPage == "24x7-network-administration-support.html")
	{
		document.getElementById('highavailability').style.fontWeight = 'bold';
		document.getElementById('highavailability').style.color = '#0033cc';
		document.getElementById('highavailability').style.fontSize = '12px';
	}
	if(sPage == "data-cabling-setup.html")
	{
		document.getElementById('backbone').style.fontWeight = 'bold';
		document.getElementById('backbone').style.color = '#0033cc';
		document.getElementById('backbone').style.fontSize = '12px';
	}
	if(sPage == "microsoft-software-installation-services.html")
	{
		document.getElementById('microsoftservices').style.fontWeight = 'bold';
		document.getElementById('microsoftservices').style.color = '#0033cc';
		document.getElementById('microsoftservices').style.fontSize = '12px';
	}
	if(sPage == "network-solutions.html")
	{
		document.getElementById('networksolutions').style.fontWeight = 'bold';
		document.getElementById('networksolutions').style.color = '#0033cc';
		document.getElementById('networksolutions').style.fontSize = '12px';
	}
	if(sPage == "systems-solutions.html")
	{
		document.getElementById('systemssolutions').style.fontWeight = 'bold';
		document.getElementById('systemssolutions').style.color = '#0033cc';
		document.getElementById('systemssolutions').style.fontSize = '12px';
	}
	if(sPage == "business-continuity-plan.html")
	{
		document.getElementById('disasterrecovery').style.fontWeight = 'bold';
		document.getElementById('disasterrecovery').style.color = '#0033cc';
		document.getElementById('disasterrecovery').style.fontSize = '12px';
	}
	if(sPage == "network-relocation-services.html")
	{
		document.getElementById('reloactionsolutions').style.fontWeight = 'bold';
		document.getElementById('reloactionsolutions').style.color = '#0033cc';
		document.getElementById('reloactionsolutions').style.fontSize = '12px';
	}
	if(sPage == "sql-server-2005-services.html")
	{
		document.getElementById('sql-services').style.fontWeight = 'bold';
		document.getElementById('sql-services').style.color = '#0033cc';
		document.getElementById('sql-services').style.fontSize = '12px';
	}
		if(sPage == "security-audit.html")
	{
		document.getElementById('security-audit').style.fontWeight = 'bold';
		document.getElementById('security-audit').style.color = '#0033cc';
		document.getElementById('security-audit').style.fontSize = '12px';
	}
	if(sPage == "system-and-network-nonitoring.html")
	{
		document.getElementById('sn-monitoring').style.fontWeight = 'bold';
		document.getElementById('sn-monitoring').style.color = '#0033cc';
		document.getElementById('sn-monitoring').style.fontSize = '12px';
	}
	if(sPage == "network-trafficking-and-protocol-analyzing.html")
	{
		document.getElementById('ntp-analyzing').style.fontWeight = 'bold';
		document.getElementById('ntp-analyzing').style.color = '#0033cc';
		document.getElementById('ntp-analyzing').style.fontSize = '12px';
	}
	if(sPage == "it-assessments-and-potential-growths.html")
	{
		document.getElementById('it-assessments').style.fontWeight = 'bold';
		document.getElementById('it-assessments').style.color = '#0033cc';
		document.getElementById('it-assessments').style.fontSize = '12px';
	}
};
window.onload = fn;

