function sivulle(n) {
	switch(n) {
	case '0':document.location.href='index.html';break;
	case '1':document.location.href='yritys.htm';break;
	case '2':document.location.href='hoidot.htm';break;
	case '3':document.location.href='tuotteet.htm';break;
	case '4':document.lahjakortti.submit();break;
	case '5':document.location.href='yhteystiedot.htm';break;
	case '6':document.location.href='tarjoukset.htm';break;
	case '7':document.location.href='hinnasto.htm';break;
	}
}
function init(n) {
return;
	hoitovalikko=n;
	if (n=='0') {return;}
	else {document.getElementById('hk'+n).style.border='solid 1px #804000';}
//	document.getElementById('tarjous').style.left=document.body.clientWidth/2+300;
}
