function showspeciality(){

//var locationff = location.protocol + "//" + location.hostname + thisHREF;
var thisHREF = location.href;

	if (thisHREF == "http://www.sheffieldblinds.co.uk/blinds/prod_blinds.php#metropole")
	{
	document.getElementById('bmenu').style.display = "none";
	document.getElementById('bcontent').innerHTML = document.getElementById('bspeciality').innerHTML;
	}
	else if (thisHREF == "http://www.sheffieldblinds.co.uk/blinds/prod_blinds.php#autoglide")
	{
	document.getElementById('bmenu').style.display = "none";
	document.getElementById('bcontent').innerHTML = document.getElementById('bspeciality').innerHTML;
	}
}
showspeciality();