/** ================= Arrays of counter of BoatType created on 12.21.11 ================== */

var boatType_en=new Array();
var boatType_fi=new Array();

boatType_en[1]="Motor boat";
boatType_fi[1]="Moottorivene";
boatType_en[2]="Rowing boat";
boatType_fi[2]="Soutuvene";
boatType_en[3]="Sailing boat";
boatType_fi[3]="Purjevene";
boatType_en[4]="Surf board";
boatType_fi[4]="Surffilauta";
boatType_en[5]="Other boat";
boatType_fi[5]="Muu vene";
boatType_en[6]="Jollyboat";
boatType_fi[6]="Jolla";
boatType_en[7]="Watercraft";
boatType_fi[7]="Vesijetti";
boatType_en[8]="Engine";
boatType_fi[8]="Moottori";
boatType_en[9]="Rubber boat";
boatType_fi[9]="Kumivene";
boatType_en[10]="Hovercraft";
boatType_fi[10]="Ilmatyynyalus";
boatType_en[11]="Motorsailor";
boatType_fi[11]="Moottoripursi";
boatType_en[12]="Canoe";
boatType_fi[12]="Kanootti";
boatType_en[14]="Boat accessories and parts";
boatType_fi[14]="Veneen varusteet ja varaosat";
boatType_en[15]="Rib boats";
boatType_fi[15]="Rib-vene";
boatType_en[16]="Kajak";
boatType_fi[16]="Kajakki";
boatType_en[17]="Katamaran";
boatType_fi[17]="Katamaraani";
boatType_en[19]="Hydrocopter";
boatType_fi[19]="Hydrokopteri";
