function muutakoko(koko){
  var osoite = document.location.href;
  for (i=0; i < 4; i++)
	  osoite = osoite.replace("&koko="+i, "");
	
	  
  if (osoite.indexOf("default.asp") == -1)
    osoite = "default.asp?foo=1";
	  
  document.location.href = osoite + "&koko="+koko;
}