function naytakuva(kuva,otsikko,tausta){
document.open();
document.write("<BODY BGCOLOR=#FFFFFF background="+tausta+"><FONT COLOR=#30A9FA>");
document.write("<p align='center'><a href='javascript:history.back(-1)'><IMG border='0' alt='Kuvasta pääseet takaisin.' SRC ="+kuva+"></a></p>");
document.write("<h4 align='center'>"+otsikko+"</h4>");
}