var tyt=new Array();
tyt[1]="domestic (5+ days)";
tyt[2]="domestic short (2-4 days)";
tyt[3]="all domestic and outbound";
tyt[4]="outbound";

for (nr=1;nr<=4;nr++) {

document.write("<h4>Type of trips: " + tyt[nr] + "</h4>");

document.write("<div id='uczestn" + nr + "'><strong>You need to install or upgrade Flash Player</strong></div>");

var so = new SWFObject("images/amcharts/amline/amline.swf", "amline", "650", "350", "8", "#FFFFFF");
so.addVariable("path", "amline/");
so.addVariable("settings_file", encodeURIComponent("images/amcharts/polacy2_settings.xml"));
so.addVariable("data_file", encodeURIComponent("images/amcharts/polacy" + nr + ".csv"));
so.write("uczestn" + nr + "");
}