      <!--
    function image_over(image_name)
    {
    image_name.src = "meny-filer/arrow_gra.gif"
    }
    function image_out(image_name)
    {
    image_name.src = "meny-filer/arrow.gif"
    }
    
    function z(sUrl,iId) {
	oLink = document.getElementById(iId); 
	var s = oLink.innerText;
	oLink.href=sUrl; 
	oLink.innerText=s;
	document.title = "Gå till: " + sUrl; 
}
	
function u(iId) {
document.location.href="../count.aspx?id=" + iId;
}


    -->
  