shippingworld = new Array();
shippingworld[0] = new Array(0,"Europe non EU bis 5 kg",29.00,"",0.00);
shippingworld[1] = new Array(1,"Europe non EU bis 1,5 kg",13.90,"value of order max. 20 Euro",0.00);
shippingworld[2] = new Array(2,"Europe non EU bis 10 kg",34.00,"",0.00);
shippingworld[3] = new Array(3,"Europe non EU bis 20kg",44.00,"",0.00);
shippingworld[4] = new Array(5,"Northamerica, Northafrica max. 5 kg",32.00,"",0.00);
shippingworld[5] = new Array(6,"Northamerica, Northafrica max. 10 kg",42.00,"",0.00);
shippingworld[6] = new Array(7,"Northamerica, Northafrica max. 20 kg",62.00,"",0.00);
shippingworld[7] = new Array(8,"Remainder of the World max. 5 kg",37.00,"",0.00);
shippingworld[8] = new Array(9,"Remainder of the World max. 10 kg",52.00,"",0.00);
shippingworld[9] = new Array(10,"Remainder of the World max. 20 kg",82.00,"",0.00);

