function kjop()
	{
		var tekst = "Velg farge og størrelse";
		//var tekst2 = htmlEntities(tekst);
		alert(escape(tekst));
	}