	if (document.URL.indexOf("?") > -1)			{			getPathParts = document.URL.split("?")			getPathPartsSub = getPathParts[1].split(".")			document.getElementById(getPathPartsSub[0]).className = "active"			}			else			{			document.getElementById("android-converter").className = "active"			}