function tulostaTarjouspyynto() {

var selain=navigator.appName;

if (selain.substring(0,8)=="Netscape") {

	if (top.tarjouspyyntoon[0] != null){
	top.frames[1].document.location="tarjouspyyntopohja2.html";
	}

	else {
		alert("\'Tarjouspyynt�korinne\' on tyhj�. Voitte t�ytt�� tarjouspyynn�n tuoterivit itse tai siirty� ensin tuotesivuille ja ker�t� koriin esimerkkituotteitamme.");
		top.frames[1].document.location="tyhjatarjouspyyntoframes2.html";
		}
	}


else 

if (top.tarjouspyyntoon[0] != null){

	top.frames[1].document.location="tarjouspyyntopohja.html";
	}

else {
	alert("\'Tarjouspyynt�korinne\' on tyhj�. Voitte t�ytt�� tarjouspyynn�n tuoterivit itse tai siirty� ensin tuotesivuille ja ker�t� koriin esimerkkituotteitamme.");
	top.frames[1].document.location="tyhjatarjouspyyntoframes.html";
	}
}