function siirry(e) {
	if (e.value.substring(0,2)=='x-') {alert('Valitsemasi tuotesivut ovat rakenteilla ja valmistuvat lähiaikoina.');return;}
	tuote(e.value);
}
function tuote(n) {
	if (n.substring(0,2)=='x-') {alert('Valitsemasi tuotesivut ovat rakenteilla ja valmistuvat lähiaikoina.');return;}
	var numero=0;
	if (n=='orangecare') {numero=1005;}
	if (n=='orangenat') {numero=1006;}
	if (n=='inventia') {numero=1007;}
	if (n=='sttropez1') {numero=1008;}
	if (n=='oxypeelpro') {numero=1009;}
	if (n=='fitjar') {numero=1010;}
	if (n=='utonepro') {numero=1012;}
	if (n=='utonehome') {numero=1014;}
	if (n=='v8plus') {numero=1015;}
	if (eval(numero)>0) {
		window.open('http://www.lukurengas.fi/emag.php?emag='+numero,'ikkuna1','toolbar=0,location=0,directories=0,menubar=0,status=0,copyhistory=0,scrollbars=1,resizable=1,width='+document.body.clientWidth+',height='+document.body.clientHeight+',left=0,top=0,screenX=0,screenY=0');
		return;
	}
	document.location.href=n+'.htm';
}
function esite(n) {
	window.open('esitteet/'+n+'_esite.pdf','ikkuna1','toolbar=0,location=0,directories=0,menubar=0,status=0,copyhistory=0,scrollbars=1,resizable=1,width='+document.body.clientWidth+',height='+document.body.clientHeight+',left=0,top=0,screenX=0,screenY=0');
}
function sivulle(n) {
	switch(n) {
	case '0':document.location.href='index.html';break; // etusivu
	case '1':document.haku2.submit();break; // verkkokauppa
	case '2':document.location.href='tuotteet.htm';break; // tuotteet
	case '3':break; // hoitola
	case '4':document.location.href='myyntiehdot.htm';break; // myyntiehdot
	case '5':document.location.href='yritys.htm';break; // yritys
	case '6':document.location.href='yhteydenotto.htm';break; // yhteydenotto
	}
}
function alavalikko(n) {
	if (n=='utonecosm') {document.getElementById('utonevalikko').style.visibility='visible';}
}
function init() {
	document.getElementById('maapallo').style.left=document.body.clientWidth-1400;
}
