	var tyyppi, pic, tulos, teksti;
	function TeeKuva(tyyppi,pic,teksti)
	{
	if (tyyppi == '1')	{
	tulos = "<br><br><table class=\"kuva\" border=0 cellspacing=0 cellpadding=0 align=\"right\" width=392 hspace=5 vspace=5><tr><td><tr><td colspan=3><img src=\"img/kehys_vaaka_1.gif\" width=392 height=22 alt=\"\"></td></tr><tr><td><img src=\"img/kehys_vaaka_2.gif\" width=28 height=220 alt=\"\"></td><td background=\"" + pic + ".jpg\"><img src=\"img/kehys_vaaka_3.gif\" width=330 height=220 alt=\"" + teksti + "\"></td><td><img src=\"img/kehys_vaaka_4.gif\" width=34 height=220 alt=\"\"></td></tr><tr><td colspan=3><img src=\"img/kehys_vaaka_5.gif\" width=392 height=75 alt=\"\"></td></tr></table>&nbsp;<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
	} 
	else if (tyyppi == '2')	{
	tulos = "<table class=\"kuva\" border=0 cellspacing=0 cellpadding=0 align=\"right\" width=220 hspace=5 vspace=5><tr><td><tr><td colspan=3></td></tr><tr<td><img src=\"\" width=0 height=0 alt=\"\"></td><td background=\"" + pic + ".jpg\"><img src=\"img/kehys_pysty_3.gif\" width=220 height=330 alt=\"" + teksti + "\"></td><td></td></tr><tr><td colspan=3></td></tr></table>&nbsp;";
	} 
	else if (tyyppi == '3') 	{
	tulos = "<table class=\"kuva\" border=0 cellspacing=0 cellpadding=0 align=\"right\" width=95 hspace=5 vspace=5><tr><td width=15 /><td background=\"" + pic + "_thump.jpg\"><a href=\"javascript:ouppen('naytakuva.php?kuva=" + pic + ".jpg&teksti=" + teksti + "',560,500)\"><img src=\"img/kehys_thumb_3.gif\" width=80 height=80 alt=\"" + teksti + "\" border=\"\"></a></td></tr></table>&nbsp;";
	} 
	else if (tyyppi == '4') 	{
	tulos = "<img src=\"img/nuoli2.gif\" alt=\"\" width=7 height=7> <a href=\"javascript:ouppen('naytakuva.php?kuva=" + pic + ".jpg&teksti=" + teksti + "',540,480)\">" + teksti + "</a><br>";
	} 

	else {
	tulos = "<b>Funktio TeeKuva</b>: Virheellinen tai puuttuva parametri; tyyppi=1(vaaka), 2(pysty), 3(pieni), 4(teksti)";
	}
	document.write(tulos);
	} 

	var name = null;
	function Muuta(name,pic)
	{
	if ((navigator.appName == 'Microsoft Internet Explorer') && (parseInt(navigator.appVersion,10) < '4'))
	{
	// nothing
	} else {
	this.document.images[name].src = pic;
	}
	} 

	function ouppen(url, wi, he) 
	{
		var Win = window.open(url,"displayWindow",'width=' + wi + ',height=' + he + ',resizable=0,scrollbars=yes,menubar=no,status=no,copyhistory=no,toolbar=no,location=no,top=100,left=100');
	}
