function get_postageObject(category, index){var tempObj=postage[category][index];if(tempObj.orderinfo==null){tempObj.orderinfo="UK Mainland Delivery";}if(tempObj.orderinfo!="none"){if(tempObj.cost==null){tempObj.cost="0";}if(tempObj.ordercode==null){tempObj.ordercode="uk";}}return tempObj;}var postage=new Array();postage[1]=new Array();postage[2]=new Array();postage[3]=new Array();postage[4]=new Array();postage[5]=new Array();postage[1][0]=new Object();postage[1][1]=new Object();postage[1][1].orderinfo="Scottish Highlands";postage[1][1].cost="499";postage[1][1].ordercode="uk1";postage[1][2]=new Object();postage[1][2].orderinfo="Northern Island & Eire";postage[1][2].cost="999";postage[1][2].ordercode="uk2";postage[2][0]=new Object();postage[2][1]=new Object();postage[2][1].orderinfo="Scottish Highlands";postage[2][1].cost="699";postage[2][1].ordercode="uk1";postage[2][2]=new Object();postage[2][2].orderinfo="Northern Island & Eire";postage[2][2].cost="1299";postage[2][2].ordercode="uk2";postage[3][0]=new Object();postage[3][1]=new Object();postage[3][1].orderinfo="Scottish Highlands";postage[3][1].cost="999";postage[3][1].ordercode="uk1";postage[3][2]=new Object();postage[3][2].orderinfo="Northern Island & Eire";postage[3][2].cost="1499";postage[3][2].ordercode="uk2";postage[4][0]=new Object();postage[4][1]=new Object();postage[4][1].orderinfo="Scottish Highlands";postage[4][1].cost="1499";postage[4][1].ordercode="uk1";postage[4][2]=new Object();postage[4][2].orderinfo="Northern Island & Eire";postage[4][2].cost="1999";postage[4][2].ordercode="uk2";postage[5][0]=new Object();postage[5][1]=new Object();postage[5][1].orderinfo="Scottish Highlands";postage[5][1].cost="1999";postage[5][1].ordercode="uk1";postage[5][2]=new Object();postage[5][2].orderinfo="Northern Island & Eire";postage[5][2].cost="2499";postage[5][2].ordercode="uk2";var postagelist=new Array();postagelist[1]="<OPTION SELECTED>UK Mainland Delivery - FREE</OPTION><OPTION>Scottish Highlands - &pound;4.99</OPTION><OPTION>Northern Island &amp; Eire - &pound;9.99</OPTION>";postagelist[2]="<OPTION SELECTED>UK Mainland Delivery - FREE</OPTION><OPTION>Scottish Highlands - &pound;6.99</OPTION><OPTION>Northern Island &amp; Eire - &pound;12.99</OPTION>";postagelist[3]="<OPTION SELECTED>UK Mainland Delivery - FREE</OPTION><OPTION>Scottish Highlands - &pound;9.99</OPTION><OPTION>Northern Island &amp; Eire - &pound;14.99</OPTION>";postagelist[4]="<OPTION SELECTED>UK Mainland Delivery - FREE</OPTION><OPTION>Scottish Highlands - &pound;14.99</OPTION><OPTION>Northern Island &amp; Eire - &pound;19.99</OPTION>";postagelist[5]="<OPTION SELECTED>UK Mainland Delivery - FREE</OPTION><OPTION>Scottish Highlands - &pound;19.99</OPTION><OPTION>Northern Island &amp; Eire - &pound;24.99</OPTION>";