
// Post zones and rates UPDATED August 2006

fast=new Array(4)
cheap=new Array(4)
track=new Array(3)
insur=new Array(2)

// description : tracking section : insurance section : delivery days : maxweight : startweight=cost : additionalweight=cost

//fast[0]="UK First Class:0:0:2:750:100=48:250=70:500=98:750=142" // large letter
fast[0]="UK First Class:0:0:2:1000:100=109:250=138:500=184:750=238:1000=292:1250=425:+250=75" // Packet
fast[1]="Airmail:1:0:5:5000:100=103:+20=11" // Europe Printed Paper
fast[2]="Airmail:1:0:5:5000:100=150:+20=22" // Zone 1 Small Packet
fast[3]="Airmail:1:0:5:5000:100=150:+20=22" // Zone 2 Small Packet
fast[4]="Airmail:1:0:5:2000:100=103:+20=11" // Rebulic of Ireland
fast[5]="Airmail:1:0:5:2000:100=150:+20=22" // Canada

//cheap[0]="UK Second Class:3:0:4:750:100=40:250=60:500=83:750=120" // large letter
cheap[0]="UK Second Class:0:0:4:1000:100=92:250=120:500=152:750=192:1000=230" // Packet
cheap[1]="Surface mail:1:0:14:5000:100=77:+50=26" // Europe
cheap[2]="Surface Mail:1:0:56:5000:100=77:+50=26" // Zone 1
cheap[3]="Surface Mail:1:0:56:5000:100=77:+50=26" // Zone 2
cheap[4]="Surface mail:1:0:14:2000:100=77:+50=26" // Rebulic of Ireland
cheap[5]="Surface Mail:1:0:56:2000:100=77:+50=26" // Canada

track[0]="70:Signed for"
track[1]="350:International Signed for"
track[2]="420:AirSure Signed for"
track[3]="0: "

insur[0]="0=3600:150=50000:Insurance"
insur[1]="0=3600:100=10000:225=25000:350=50000:UK Parcels Insurance"

