function orderMaps(oID, oSection) { //JS is dropping the preceding zeros in the numbers eg 007 becomes 7 - put them back. if(oID.toString().length == 2) oID = "0"+oID; if(oID.toString().length == 1) oID = "00"+oID; window.location = "https://www.maps.co.nz/basket/default.asp?ID="+oID+"&SECT="+oSection; }