	var info_timeout;
	function showInfo(key) {
		document.getElementById("infoContainer").innerHTML = "<div>" + document.getElementById('info-' + key).innerHTML + "</div>";
		if (null!=info_timeout) clearTimeout(info_timeout);
	}
	function hideInfo() {
		info_timeout=setTimeout("clearInfo()",500)
	}
	function clearInfo() {
		document.getElementById("infoContainer").innerHTML = "";
	}

	function OpenPictureWindow(openLink,bredd,hojd) { var opw=window.open(openLink,null,'height=' + hojd + ',width=' + bredd + ',status=no,toolbar=no,menubar=no,location=no,top=5,left=5'); }

  var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-691087-1']);  _gaq.push(['_trackPageview']);
  (function() { var ga = document.createElement('script'); ga.type='text/javascript'; ga.async=true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();

window.onload = function(){
	var a=Array
	('new/menu_highlight.png'
	,'new/sub_shell_active.gif'
	,'inforuta_bg.png'
	,'inforuta_bg.gif'
	);
	var s = document.getElementsByTagName('body')[0];
	for(var i=a.length-1; i>=0; i--) {
	  var e=document.createElement('img');
	  e.style.display='none';
	  e.src='pics/'+a[i];
	  s.appendChild(e);
	}
}

