function fn()
{
	var sPath = window.location.href;
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	
	if(sPage == "ethical-SEO-services-India.html")
	{
		document.getElementById('ethicalseoservices').style.fontWeight = 'bold';
		document.getElementById('ethicalseoservices').style.color = '#0033cc';
		document.getElementById('ethicalseoservices').style.fontSize = '12px';
	}
	
	if(sPage == "seo-analysis.html")
	{
		document.getElementById('seoanalysis').style.fontWeight = 'bold';
		document.getElementById('seoanalysis').style.color = '#0033cc';
		document.getElementById('seoanalysis').style.fontSize = '12px';
	}
	
	if(sPage == "keyword-analysis-services.html")
	{
		document.getElementById('keyword').style.fontWeight = 'bold';
		document.getElementById('keyword').style.color = '#0033cc';
		document.getElementById('keyword').style.fontSize = '12px';
	}
	if(sPage == "article-submission-services.html")
	{
		document.getElementById('article').style.fontWeight = 'bold';
		document.getElementById('article').style.color = '#0033cc';
		document.getElementById('article').style.fontSize = '12px';
	}
	if(sPage == "link-building-services-india.html")
	{
		document.getElementById('linkbuilding').style.fontWeight = 'bold';
		document.getElementById('linkbuilding').style.color = '#0033cc';
		document.getElementById('linkbuilding').style.fontSize = '12px';
	}
	if(sPage == "on-page-optimization-india.html")
	{
		document.getElementById('onpageopti').style.fontWeight = 'bold';
		document.getElementById('onpageopti').style.color = '#0033cc';
		document.getElementById('onpageopti').style.fontSize = '12px';
	}

};
window.onload = fn;

