function naytaVideo(){
	document.getElementById("yt1").height = "280";
	document.getElementById("yt2").height = "280";
	document.getElementById("naytavideo").innerHTML = "Piilota video";
	document.getElementById("naytavideo").onclick = function(){
		piilotaVideo();
		return false;
	};
}
function piilotaVideo(){
	document.getElementById("yt1").height = "25";
	document.getElementById("yt2").height = "25";
	document.getElementById("naytavideo").innerHTML = "Näytä video";
	document.getElementById("naytavideo").onclick = function(){
		naytaVideo();
		return false;
	};
}
window.onload = function(){
	if(location.href.indexOf("#") == -1){
		document.getElementById("artisti").focus();
	}
	document.getElementById("lisaahaku").onclick = function() {
		window.external.AddSearchProvider('http://lyriikat.org/haku.xml');
	}
	var oso = document.getElementById("jsoso");
	if(oso){
		oso.innerHTML = unescape("%3C%61%20%74%69%74%6C%65%3D%27%4F%74%61%20%79%68%74%65%79%74%74%E4%27%20%68%72%65%66%3D%27%6D%61%69%6C%74%6F%3A%79%6C%6C%61%70%69%74%6F%40%6C%79%72%69%69%6B%61%74%2E%6F%72%67%27%3E%79%6C%6C%61%70%69%74%6F%40%6C%79%72%69%69%6B%61%74%2E%6F%72%67%3C%2F%61%3E");
	}
	var suurennus = document.getElementById("suurennus");
	if(suurennus){
		suurennus.innerHTML = '<a href="" id="naytavideo"">Näytä video</a>';
		document.getElementById("naytavideo").onclick = function(){
			naytaVideo();
			return false;
		};
	}
}