function onloadform()
{
//var checkbox = document.getElementById('USearchMain1_ChkCatGrp'); 
var text0   = document.getElementById('USearchMain1_txtSubs');
var text1   = document.getElementById('USearchMain1_txtKeywords');
var drpdwnSub =  document.getElementById('u');
text0.forecolor = '#000000';
text1.value = '';text0.value = '';
if (text0 == '' )
drpdwnSub = '-- ALL SUBURBS --';
else
drpdwnSub = text0;

 
}

function SelectSub () {
	if (!document.getElementById) return false;
	var text    = document.getElementById('USearchMain1_txtSubs');
	var select  = document.getElementById('u');
	text.focus();
	var suburb = select.options[select.selectedIndex];
	text.value = suburb.text;
	//document.getElementById("USearchMain1_txtSubs").value = newvalue;
	return false;
}




function addSubs(){
	var select = document.getElementById('u');
	var len = select.length;
	for(var i = (len - 1); i >= 0; i--) {
		select.options[i] = null;
	}
		select.options[0] = new Option('-- ALL SUBURBS --');
		select.options[1] = new Option('ABBOTSFORD');
		select.options[2] = new Option('ABERFELDIE');
		select.options[3] = new Option('ADELAIDE');
		select.options[4] = new Option('AIRPORT WEST');
		select.options[5] = new Option('ALBANVALE');
		select.options[6] = new Option('ALBERT PARK');
		select.options[7] = new Option('ALBION');
		select.options[8] = new Option('ALPHINGTON');
		select.options[9] = new Option('ALTONA');
		select.options[10] = new Option('ALTONA EAST');
		select.options[11] = new Option('ALTONA GATE');
		select.options[12] = new Option('ALTONA MEADOWS');
		select.options[13] = new Option('ALTONA NORTH');
		select.options[14] = new Option('ANGLESEA');
		select.options[15] = new Option('ARDEER');
		select.options[16] = new Option('ARMADALE');
		select.options[17] = new Option('ARMADALE NORTH');
		select.options[18] = new Option('ARTHURS CREEK');
		select.options[19] = new Option('ASCOT VALE ');
		select.options[20] = new Option('ASHBURTON');
		select.options[21] = new Option('ASHWOOD');
		select.options[22] = new Option('ASPENDALE');
		select.options[23] = new Option('ASPENDALE GARDENS');
		select.options[24] = new Option('ATTWOOD');
		select.options[25] = new Option('AUBURN');
		select.options[26] = new Option('AVONDALE HEIGHTS');
		select.options[27] = new Option('BACCHUS MARSH');
		select.options[28] = new Option('BAIRNSDALE');
		select.options[29] = new Option('BALACLAVA');
		select.options[30] = new Option('BALNARRING');
		select.options[31] = new Option('BALWYN');
		select.options[32] = new Option('BALWYN EAST');
		select.options[33] = new Option('BALWYN NORTH');
		select.options[34] = new Option('BANYULE');
		select.options[35] = new Option('BATMAN');
		select.options[36] = new Option('BAXTER');
		select.options[37] = new Option('BAYSWATER ');
		select.options[38] = new Option('BAYSWATER NORTH');
		select.options[39] = new Option('BEACONSFIELD');
		select.options[40] = new Option('BEACONSFIELD UPPER');
		select.options[41] = new Option('BEAUMARIS');
		select.options[42] = new Option('BELGRAVE');
		select.options[43] = new Option('BELGRAVE HEIGHTS');
		select.options[44] = new Option('BELGRAVE SOUTH');
		select.options[45] = new Option('BELLFIELD');
		select.options[46] = new Option('BENNETTSWOOD');
		select.options[47] = new Option('BENTLEIGH');
		select.options[48] = new Option('BENTLEIGH EAST');
		select.options[49] = new Option('BERWICK');
		select.options[50] = new Option('BEUFIELD');
		select.options[51] = new Option('BEVERIDGE');
		select.options[52] = new Option('BITTERN');
		select.options[53] = new Option('BLACK ROCK');
		select.options[54] = new Option('BLACKBURN');
		select.options[55] = new Option('BLACKBURN NORTH');
		select.options[56] = new Option('BLACKBURN SOUTH');
		select.options[57] = new Option('BLAIRGOWRIE');
		select.options[58] = new Option('BLOSSOM PARK');
		select.options[59] = new Option('BONBEACH');
		select.options[60] = new Option('BORONIA');
		select.options[61] = new Option('BOX HILL');
		select.options[62] = new Option('BOX HILL CENTRAL');
		select.options[63] = new Option('BOX HILL NORTH');
		select.options[64] = new Option('BOX HILL SOUTH');
		select.options[65] = new Option('BRAESIDE');
		select.options[66] = new Option('BRAYBROOK');
		select.options[67] = new Option('BRIAR HILL');
		select.options[68] = new Option('BRIGHTON');
		select.options[69] = new Option('BRIGHTON BEACH');
		select.options[70] = new Option('BRIGHTON EAST');
		select.options[71] = new Option('BRIGHTON MIDDLE');
		select.options[72] = new Option('BRIGHTON NORTH');
		select.options[73] = new Option('BROADFORD');
		select.options[74] = new Option('BROADMEADOWS');
		select.options[75] = new Option('BROOKLYN');
		select.options[76] = new Option('BROWN HILL');
		select.options[77] = new Option('BRUNSWICK');
		select.options[78] = new Option('BRUNSWICK EAST');
		select.options[79] = new Option('BRUNSWICK SOUTH');
		select.options[80] = new Option('BRUNSWICK WEST');
		select.options[81] = new Option('BULLA ');
		select.options[82] = new Option('BULLEEN');
		select.options[83] = new Option('BULLEEN WEST');
		select.options[84] = new Option('BUNDOORA');
		select.options[85] = new Option('BURNLEY');
		select.options[86] = new Option('BURNSIDE');
		select.options[87] = new Option('BURWOOD');
		select.options[88] = new Option('BURWOOD EAST');
		select.options[89] = new Option('CAIRNLEA');
		select.options[90] = new Option('CAMBERWELL');
		select.options[91] = new Option('CAMBERWELL EAST');
		select.options[92] = new Option('CAMBERWELL NORTH');
		select.options[93] = new Option('CAMBERWELL SOUTH');
		select.options[94] = new Option('CAMBERWELL WEST');
		select.options[95] = new Option('CAMPBELLFIELD');
		select.options[96] = new Option('CAMPERDOWN');
		select.options[97] = new Option('CANTERBURY');
		select.options[98] = new Option('CARLSRUHE');
		select.options[99] = new Option('CARLTON');
		select.options[100] = new Option('CARLTON NORTH');
		select.options[101] = new Option('CARNEGIE');
		select.options[102] = new Option('CAROLINE SPRINGS');
		select.options[103] = new Option('CARRUM');
		select.options[104] = new Option('CARRUM DOWNS');
		select.options[105] = new Option('CAULFIELD');
		select.options[106] = new Option('CAULFIELD EAST');
		select.options[107] = new Option('CAULFIELD JUNCTION');
		select.options[108] = new Option('CAULFIELD NORTH');
		select.options[109] = new Option('CAULFIELD SOUTH');
		select.options[110] = new Option('CENTRAL PARK');
		select.options[111] = new Option('CENTREVILLE');
		select.options[112] = new Option('CHADSTONE');
		select.options[113] = new Option('CHAPEL STREET NORTH');
		select.options[114] = new Option('CHELSEA');
		select.options[115] = new Option('CHELSEA HEIGHTS');
		select.options[116] = new Option('CHELTENHAM');
		select.options[117] = new Option('CHELTENHAM EAST');
		select.options[118] = new Option('CHIRNSIDE PARK');
		select.options[119] = new Option('CHRISTMAS HILLS');
		select.options[120] = new Option('CLARINDA');
		select.options[121] = new Option('CLARKEFIELD');
		select.options[122] = new Option('CLAYTON');
		select.options[123] = new Option('CLAYTON SOUTH');
		select.options[124] = new Option('CLEAMATIS');
		select.options[125] = new Option('CLEMATIS');
		select.options[126] = new Option('CLIFTON HILL');
		select.options[127] = new Option('CLYDE');
		select.options[128] = new Option('COBURG');
		select.options[129] = new Option('COBURG EAST');
		select.options[130] = new Option('COBURG NORTH');
		select.options[131] = new Option('COBURG WEST');
		select.options[132] = new Option('COCKATOO');
		select.options[133] = new Option('COLDSTREAM');
		select.options[134] = new Option('COLLINGWOOD');
		select.options[135] = new Option('CONCORD');
		select.options[136] = new Option('COOLAROO');
		select.options[137] = new Option('COONANS HILL');
		select.options[138] = new Option('CRAIGIEBURN');
		select.options[139] = new Option('CRANBOURNE');
		select.options[140] = new Option('CREMORNE');
		select.options[141] = new Option('CRIB POINT');
		select.options[142] = new Option('CROMER');
		select.options[143] = new Option('CROYDON');
		select.options[144] = new Option('CROYDON HILLS');
		select.options[145] = new Option('CROYDON NORTH');
		select.options[146] = new Option('CROYDON SOUTH');
		select.options[147] = new Option('DALLAS');
		select.options[148] = new Option('DANDENONG');
		select.options[149] = new Option('DANDENONG NORTH');
		select.options[150] = new Option('DANDENONG SOUTH');
		select.options[151] = new Option('DARLING');
		select.options[152] = new Option('DARLING SOUTH');
		select.options[153] = new Option('DARRAWEIT GUIM');
		select.options[154] = new Option('DAYLESFORD');
		select.options[155] = new Option('DEEPDENE');
		select.options[156] = new Option('DEER PARK');
		select.options[157] = new Option('DELAHEY');
		select.options[158] = new Option('DEVON MEADOWS');
		select.options[159] = new Option('DIAMOND CREEK');
		select.options[160] = new Option('DIGGERS REST');
		select.options[161] = new Option('DINGLEY');
		select.options[162] = new Option('DINGLEY VILLAGE');
		select.options[163] = new Option('DIXONS CREEK');
		select.options[164] = new Option('DOCKLANDS');
		select.options[165] = new Option('DONCASTER');
		select.options[166] = new Option('DONCASTER EAST');
		select.options[167] = new Option('DONCASTER HEIGHTS');
		select.options[168] = new Option('DONNYBROOK');
		select.options[169] = new Option('DONVALE');
		select.options[170] = new Option('DOREEN');
		select.options[171] = new Option('DOVETON');
		select.options[172] = new Option('DROMANA');
		select.options[173] = new Option('EAGLEMONT');
		select.options[174] = new Option('EAST BRIGHTON');
		select.options[175] = new Option('EAST BURWOOD');
		select.options[176] = new Option('EAST HADDON');
		select.options[177] = new Option('EAST MELBOURNE');
		select.options[178] = new Option('EDEN PARK');
		select.options[179] = new Option('EDITHVALE');
		select.options[180] = new Option('ELMORE');
		select.options[181] = new Option('ELSTERNWICK');
		select.options[182] = new Option('ELTHAM');
		select.options[183] = new Option('ELTHAM NORTH');
		select.options[184] = new Option('ELWOOD');
		select.options[185] = new Option('EMERALD');
		select.options[186] = new Option('ENDEAVOUR HILLS');
		select.options[187] = new Option('EPPING');
		select.options[188] = new Option('ESSENDON');
		select.options[189] = new Option('ESSENDON AIRPORT');
		select.options[190] = new Option('ESSENDON NORTH');
		select.options[191] = new Option('FAIRFIELD');
		select.options[192] = new Option('FAWKNER');
		select.options[193] = new Option('FERNTREE GULLY');
		select.options[194] = new Option('FERNY CREEK');
		select.options[195] = new Option('FISHERMANS BEND');
		select.options[196] = new Option('FITZROY');
		select.options[197] = new Option('FITZROY NORTH');
		select.options[198] = new Option('FIVE WAYS');
		select.options[199] = new Option('FLEMINGTON');
		select.options[200] = new Option('FLINDERS');
		select.options[201] = new Option('FLOWERDALE');
		select.options[202] = new Option('FOOTSCRAY');
		select.options[203] = new Option('FOOTSCRAY WEST');
		select.options[204] = new Option('FOREST HILL');
		select.options[205] = new Option('FOUNTAIN GATE');
		select.options[206] = new Option('FRANKSTON');
		select.options[207] = new Option('FRANKSTON NORTH');
		select.options[208] = new Option('GARDEN CITY');
		select.options[209] = new Option('GARDENVALE');
		select.options[210] = new Option('GEMBROOK');
		select.options[211] = new Option('GISBORNE');
		select.options[212] = new Option('GLADSTONE PARK');
		select.options[213] = new Option('GLEN HUNTLY');
		select.options[214] = new Option('GLEN IRIS');
		select.options[215] = new Option('GLEN WAVERLEY');
		select.options[216] = new Option('GLENROY');
		select.options[217] = new Option('GOWANBRAE');
		select.options[218] = new Option('GREENHILLS');
		select.options[219] = new Option('GREENSBOROUGH');
		select.options[220] = new Option('GREENVALE');
		select.options[221] = new Option('HADDON');
		select.options[222] = new Option('HADFIELD');
		select.options[223] = new Option('HALLAM');
		select.options[224] = new Option('HAMPTON');
		select.options[225] = new Option('HAMPTON EAST');
		select.options[226] = new Option('HAMPTON PARK');
		select.options[227] = new Option('HARKAWAY');
		select.options[228] = new Option('HARTWELL');
		select.options[229] = new Option('HASTINGS');
		select.options[230] = new Option('HAWKSBURN');
		select.options[231] = new Option('HAWTHORN');
		select.options[232] = new Option('HAWTHORN EAST');
		select.options[233] = new Option('HAWTHORN WEST');
		select.options[234] = new Option('HEALESVILLE');
		select.options[235] = new Option('HEATHCOTE JUNCTION');
		select.options[236] = new Option('HEATHCOTE SOUTH');
		select.options[237] = new Option('HEATHERDALE');
		select.options[238] = new Option('HEATHERTON');
		select.options[239] = new Option('HEATHMONT');
		select.options[240] = new Option('HEIDELBERG');
		select.options[241] = new Option('HEIDELBERG HEIGHTS');
		select.options[242] = new Option('HEIDELBERG WEST');
		select.options[243] = new Option('HIGHETT');
		select.options[244] = new Option('HIGHTON');
		select.options[245] = new Option('HILLSIDE');
		select.options[246] = new Option('HOLMESGLEN');
		select.options[247] = new Option('HOPPERS CROSSING');
		select.options[248] = new Option('HUGHESDALE');
		select.options[249] = new Option('HUMEVALE');
		select.options[250] = new Option('HUNTINGDALE');
		select.options[251] = new Option('HURSTBRIDGE');
		select.options[252] = new Option('IVANHOE');
		select.options[253] = new Option('IVANHOE EAST');
		select.options[254] = new Option('IVANHOE NORTH');
		select.options[255] = new Option('JACANA');
		select.options[256] = new Option('JORDANVILLE');
		select.options[257] = new Option('KALKALLO');
		select.options[258] = new Option('KALLISTA');
		select.options[259] = new Option('KALORAMA');
		select.options[260] = new Option('KANGAROO GROUND');
		select.options[261] = new Option('KARINGAL');
		select.options[262] = new Option('KEALBA');
		select.options[263] = new Option('KEILOR');
		select.options[264] = new Option('KEILOR DOWNS');
		select.options[265] = new Option('KEILOR EAST');
		select.options[266] = new Option('KEILOR LODGE');
		select.options[267] = new Option('KEILOR PARK');
		select.options[268] = new Option('KENSINGTON');
		select.options[269] = new Option('KEON PARK');
		select.options[270] = new Option('KERRIMUIR');
		select.options[271] = new Option('KEW');
		select.options[272] = new Option('KEW EAST');
		select.options[273] = new Option('KEW NORTH');
		select.options[274] = new Option('KEYSBOROUGH');
		select.options[275] = new Option('KILMORE');
		select.options[276] = new Option('KILSYTH');
		select.options[277] = new Option('KILSYTH SOUTH');
		select.options[278] = new Option('KINGLAKE');
		select.options[279] = new Option('KINGLAKE WEST');
		select.options[280] = new Option('KINGS PARK');
		select.options[281] = new Option('KINGSBURY');
		select.options[282] = new Option('KINGSTON GARDENS');
		select.options[283] = new Option('KINGSVILLE');
		select.options[284] = new Option('KNOX CITY CENTRE');
		select.options[285] = new Option('KNOXFIELD');
		select.options[286] = new Option('KOOYONG');
		select.options[287] = new Option('KURUNJANG');
		select.options[288] = new Option('KYNETON');
		select.options[289] = new Option('LALOR');
		select.options[290] = new Option('LANCEFIELD');
		select.options[291] = new Option('LANGWARRIN');
		select.options[292] = new Option('LANGWARRIN SOUTH');
		select.options[293] = new Option('LAUNCHING PLACE');
		select.options[294] = new Option('LAVERTON');
		select.options[295] = new Option('LAVERTON NORTH');
		select.options[296] = new Option('LILYDALE');
		select.options[297] = new Option('LITTLE RIVER');
		select.options[298] = new Option('LOWER PLENTY');
		select.options[299] = new Option('LOWER TEMPLESTOWE');
		select.options[300] = new Option('LYNDHURST');
		select.options[301] = new Option('LYSTERFIELD');
		select.options[302] = new Option('MACEDON');
		select.options[303] = new Option('MACLEOD');
		select.options[304] = new Option('MACLEOD WEST');
		select.options[305] = new Option('MAIDSTONE');
		select.options[306] = new Option('MAIN RIDGE');
		select.options[307] = new Option('MALVERN');
		select.options[308] = new Option('MALVERN EAST');
		select.options[309] = new Option('MARIBYRNONG');
		select.options[310] = new Option('McCRAE');
		select.options[311] = new Option('MCKINNON');
		select.options[312] = new Option('MEADOW HEIGHTS');
		select.options[313] = new Option('MELBOURNE');
		select.options[314] = new Option('MELBOURNE AIRPORT');
		select.options[315] = new Option('MELBOURNE CBD');
		select.options[316] = new Option('MELTON');
		select.options[317] = new Option('MELTON SOUTH');
		select.options[318] = new Option('MENTONE');
		select.options[319] = new Option('MENZIES CREEK');
		select.options[320] = new Option('MERLYNSTON');
		select.options[321] = new Option('MERNDA');
		select.options[322] = new Option('MERRI');
		select.options[323] = new Option('MERRICKS');
		select.options[324] = new Option('MERRICKS NORTH');
		select.options[325] = new Option('MICKLEHAM');
		select.options[326] = new Option('MIDDLE CAMBERWELL');
		select.options[327] = new Option('MIDDLE PARK');
		select.options[328] = new Option('MILGROVE');
		select.options[329] = new Option('MILL PARK');
		select.options[330] = new Option('MILL PARK LAKES');
		select.options[331] = new Option('MITCHAM');
		select.options[332] = new Option('MONBULK');
		select.options[333] = new Option('MONEGEETA');
		select.options[334] = new Option('MONT ALBERT');
		select.options[335] = new Option('MONT ALBERT NORTH');
		select.options[336] = new Option('MONTMORENCY');
		select.options[337] = new Option('MONTROSE');
		select.options[338] = new Option('MOONEE PONDS');
		select.options[339] = new Option('MOONEE VALE');
		select.options[340] = new Option('MOORABBIN');
		select.options[341] = new Option('MOOROODUC');
		select.options[342] = new Option('MOOROOLBARK');
		select.options[343] = new Option('MORDIALLOC');
		select.options[344] = new Option('MORELAND');
		select.options[345] = new Option('MORNINGTON');
		select.options[346] = new Option('MOUNT DANDENONG');
		select.options[347] = new Option('MOUNT ELIZA');
		select.options[348] = new Option('MOUNT EVELYN');
		select.options[349] = new Option('MOUNT MARTHA');
		select.options[350] = new Option('MOUNT WAVERLEY');
		select.options[351] = new Option('MULGRAVE');
		select.options[352] = new Option('MURRUMBEENA');
		select.options[353] = new Option('NARBETHONG');
		select.options[354] = new Option('NARRE WARREN');
		select.options[355] = new Option('NARRE WARREN NORTH');
		select.options[356] = new Option('NARRE WARREN SOUTH');
		select.options[357] = new Option('NEW GISBORNE');
		select.options[358] = new Option('NEW GISBOURNE');
		select.options[359] = new Option('NEWCOMB');
		select.options[360] = new Option('NEWLANDS ESTATE');
		select.options[361] = new Option('NEWPORT');
		select.options[362] = new Option('NEWTOWN');
		select.options[363] = new Option('NIDDRIE');
		select.options[364] = new Option('NOBLE PARK');
		select.options[365] = new Option('NORTH MELBOURNE');
		select.options[366] = new Option('NORTHCOTE');
		select.options[367] = new Option('NOTTING HILL');
		select.options[368] = new Option('NUNAWADING');
		select.options[369] = new Option('NUTFIELD');
		select.options[370] = new Option('OAK PARK');
		select.options[371] = new Option('OAKLANDS JUNCTION');
		select.options[372] = new Option('OAKLEIGH');
		select.options[373] = new Option('OAKLEIGH EAST');
		select.options[374] = new Option('OAKLEIGH SOUTH');
		select.options[375] = new Option('OLINDA');
		select.options[376] = new Option('ORMOND');
		select.options[377] = new Option('PAKENHAM');
		select.options[378] = new Option('PANTON HILL');
		select.options[379] = new Option('PARK ORCHARDS');
		select.options[380] = new Option('PARKDALE');
		select.options[381] = new Option('PARKVILLE');
		select.options[382] = new Option('PASCOE VALE');
		select.options[383] = new Option('PASCOE VALE SOUTH');
		select.options[384] = new Option('PATTERSON LAKES');
		select.options[385] = new Option('PEARCEDALE');
		select.options[386] = new Option('PHESANT CREEK');
		select.options[387] = new Option('PINES FOREST');
		select.options[388] = new Option('PINEWOOD');
		select.options[389] = new Option('PLENTY');
		select.options[390] = new Option('POINT COOK');
		select.options[391] = new Option('PORT MELBOURNE');
		select.options[392] = new Option('PORTSEA');
		select.options[393] = new Option('POWELLTOWN');
		select.options[394] = new Option('PRAHRAN');
		select.options[395] = new Option('PRAHRAN EAST');
		select.options[396] = new Option('PRESTON');
		select.options[397] = new Option('PRESTON SOUTH');
		select.options[398] = new Option('PRESTON WEST');
		select.options[399] = new Option('RAVENHALL');
		select.options[400] = new Option('RED HILL');
		select.options[401] = new Option('REGENT');
		select.options[402] = new Option('RESEARCH');
		select.options[403] = new Option('RESERVOIR');
		select.options[404] = new Option('RICHMOND');
		select.options[405] = new Option('RIDDELL');
		select.options[406] = new Option('RINGWOOD');
		select.options[407] = new Option('RINGWOOD EAST');
		select.options[408] = new Option('RIPPONLEA');
		select.options[409] = new Option('ROCKBANK');
		select.options[410] = new Option('ROMSEY');
		select.options[411] = new Option('ROSANNA');
		select.options[412] = new Option('ROSANNA EAST');
		select.options[413] = new Option('ROSEBUD');
		select.options[414] = new Option('ROWVILLE');
		select.options[415] = new Option('ROXBURGH PARK');
		select.options[416] = new Option('RYE');
		select.options[417] = new Option('SAFETY BEACH');
		select.options[418] = new Option('SANCTUARY LAKES');
		select.options[419] = new Option('SANDRINGHAM');
		select.options[420] = new Option('SASSAFRAS');
		select.options[421] = new Option('SCORESBY');
		select.options[422] = new Option('SEABROOK');
		select.options[423] = new Option('SEAFORD');
		select.options[424] = new Option('SEAHOLME');
		select.options[425] = new Option('SEDDON');
		select.options[426] = new Option('SEDDON WEST');
		select.options[427] = new Option('SELBY');
		select.options[428] = new Option('SEVILLE');
		select.options[429] = new Option('SHERBROOKE');
		select.options[430] = new Option('SHOREHAM');
		select.options[431] = new Option('SILVAN');
		select.options[432] = new Option('SKYE');
		select.options[433] = new Option('SMITHS GULLY');
		select.options[434] = new Option('SOMERS');
		select.options[435] = new Option('SOMERTON');
		select.options[436] = new Option('SOMERVILLE');
		select.options[437] = new Option('SORRENTO');
		select.options[438] = new Option('SOUTH KINGSVILLE');
		select.options[439] = new Option('SOUTH MARINE');
		select.options[440] = new Option('SOUTH MELBOURNE');
		select.options[441] = new Option('SOUTH MORANG');
		select.options[442] = new Option('SOUTH PRESTON');
		select.options[443] = new Option('SOUTH YARRA');
		select.options[444] = new Option('SOUTHBANK');
		select.options[445] = new Option('SPOTSWOOD');
		select.options[446] = new Option('SPRINGVALE');
		select.options[447] = new Option('SPRINGVALE SOUTH');
		select.options[448] = new Option('ST ALBANS');
		select.options[449] = new Option('ST ALBANS SOUTH');
		select.options[450] = new Option('ST ANDREWS');
		select.options[451] = new Option('ST HELENA');
		select.options[452] = new Option('ST KILDA');
		select.options[453] = new Option('ST KILDA EAST');
		select.options[454] = new Option('ST KILDA ROAD CENTRAL');
		select.options[455] = new Option('ST KILDA SOUTH');
		select.options[456] = new Option('ST KILDA WEST');
		select.options[457] = new Option('STEELS CREEK');
		select.options[458] = new Option('STONY POINT');
		select.options[459] = new Option('STRATHEWEN');
		select.options[460] = new Option('STRATHMORE');
		select.options[461] = new Option('STUDFIELD');
		select.options[462] = new Option('SUNBURY');
		select.options[463] = new Option('SUNSHINE');
		select.options[464] = new Option('SUNSHINE NORTH');
		select.options[465] = new Option('SUNSHINE WEST');
		select.options[466] = new Option('SURREY HILLS');
		select.options[467] = new Option('SYDENHAM');
		select.options[468] = new Option('SYNDAL');
		select.options[469] = new Option('TARNEIT');
		select.options[470] = new Option('TARRAWARRA');
		select.options[471] = new Option('TAYLORS HILL');
		select.options[472] = new Option('TAYLORS LAKES');
		select.options[473] = new Option('TECOMA');
		select.options[474] = new Option('TEMPLESTOWE');
		select.options[475] = new Option('TEMPLESTOWE HEIGHTS');
		select.options[476] = new Option('THE BASIN');
		select.options[477] = new Option('THOMASTOWN');
		select.options[478] = new Option('THORNBURY');
		select.options[479] = new Option('TOOLERN VALE');
		select.options[480] = new Option('TOORADIN');
		select.options[481] = new Option('TOORAK');
		select.options[482] = new Option('TOORONGA');
		select.options[483] = new Option('TOOTGAROOK');
		select.options[484] = new Option('TOTTENHAM');
		select.options[485] = new Option('TRARALGON');
		select.options[486] = new Option('TRAVANCORE');
		select.options[487] = new Option('TREMONT');
		select.options[488] = new Option('TRENTHAM');
		select.options[489] = new Option('TULLAMARINE');
		select.options[490] = new Option('TYABB');
		select.options[491] = new Option('TYNONG');
		select.options[492] = new Option('UPFIELD');
		select.options[493] = new Option('UPPER BEACONSFIELD');
		select.options[494] = new Option('UPPER FERNTREE GULLY');
		select.options[495] = new Option('UPWEY');
		select.options[496] = new Option('VERMONT');
		select.options[497] = new Option('VERMONT SOUTH');
		select.options[498] = new Option('VIEWBANK');
		select.options[499] = new Option('WALLAN');
		select.options[500] = new Option('WANDIN');
		select.options[501] = new Option('WANDONG');
		select.options[502] = new Option('WANTIRNA');
		select.options[503] = new Option('WANTIRNA SOUTH');
		select.options[504] = new Option('WARBURTON');
		select.options[505] = new Option('WARNEET');
		select.options[506] = new Option('WARRAGUL');
		select.options[507] = new Option('WARRANDYTE');
		select.options[508] = new Option('WARRANDYTE SOUTH');
		select.options[509] = new Option('WARRANWOOD');
		select.options[510] = new Option('WATERWAYS');
		select.options[511] = new Option('WATSONIA');
		select.options[512] = new Option('WATSONIA NORTH');
		select.options[513] = new Option('WATTLE GLEN');
		select.options[514] = new Option('WATTLE PARK');
		select.options[515] = new Option('WERRIBEE');
		select.options[516] = new Option('WESBURN');
		select.options[517] = new Option('WEST MELBOURNE');
		select.options[518] = new Option('WEST MELBOURNE');
		select.options[519] = new Option('WEST PRESTON');
		select.options[520] = new Option('WEST ROSEBUD');
		select.options[521] = new Option('WESTGARTH');
		select.options[522] = new Option('WESTLAKES');
		select.options[523] = new Option('WESTMEADOWS');
		select.options[524] = new Option('WHEELERS HILL');
		select.options[525] = new Option('WHITTLESEA');
		select.options[526] = new Option('WILLIAMSTOWN');
		select.options[527] = new Option('WILLIAMSTOWN NORTH');
		select.options[528] = new Option('WINDSOR');
		select.options[529] = new Option('WISHART');
		select.options[530] = new Option('WOLLERT');
		select.options[531] = new Option('WONGA PARK');
		select.options[532] = new Option('WOODEND');
		select.options[533] = new Option('WOORI YALLOCK');
		select.options[534] = new Option('WYNDHAM VALE');
		select.options[535] = new Option('YALLAMBIE');
		select.options[536] = new Option('YAN YEAN');
		select.options[537] = new Option('YAN YEAN SOUTH');
		select.options[538] = new Option('YARRA GLEN');
		select.options[539] = new Option('YARRA JUNCTION');
		select.options[540] = new Option('YARRAMBAT');
		select.options[541] = new Option('YARRAVILLE');
		select.options[542] = new Option('YELLINGBO');
		select.options[543] = new Option('YERING');
		select.options[544] = new Option('YUROKE');
}

function addSubsSth(){
//	var select = document.getElementById('u');
//	var len = select.length;
//	for(var i = (len - 1); i >= 0; i--) {
//		select.options[i] = null;
//	}
	var text0   = document.getElementById('USearchMain1_txtSubs');
	text0.value = '-ALL SOUTHERN SUBURBS-';
	
//		select.options[0] = new Option('-ALL SOUTHERN SUBURBS-');
//		select.options[1] = new Option('ALBERT PARK');
//		select.options[2] = new Option('ARMADALE');
//		select.options[3] = new Option('ARMADALE NORTH');
//		select.options[4] = new Option('ASHBURTON');
//		select.options[5] = new Option('ASHWOOD');
//		select.options[6] = new Option('ASPENDALE');
//		select.options[7] = new Option('ASPENDALE GARDENS');
//		select.options[8] = new Option('AUBURN');
//		select.options[9] = new Option('BALACLAVA');
//		select.options[10] = new Option('BALWYN');
//		select.options[11] = new Option('BALWYN EAST');
//		select.options[12] = new Option('BALWYN NORTH');
//		select.options[13] = new Option('BEAUMARIS');
//		select.options[14] = new Option('BENNETTSWOOD');
//		select.options[15] = new Option('BENTLEIGH');
//		select.options[16] = new Option('BENTLEIGH EAST');
//		select.options[17] = new Option('BLACK ROCK');
//		select.options[18] = new Option('BLACKBURN');
//		select.options[19] = new Option('BLACKBURN NORTH');
//		select.options[20] = new Option('BLACKBURN SOUTH');
//		select.options[21] = new Option('BOX HILL');
//		select.options[22] = new Option('BOX HILL CENTRAL');
//		select.options[23] = new Option('BOX HILL NORTH');
//		select.options[24] = new Option('BOX HILL SOUTH');
//		select.options[25] = new Option('BRAESIDE');
//		select.options[26] = new Option('BRIGHTON');
//		select.options[27] = new Option('BRIGHTON BEACH');
//		select.options[28] = new Option('BRIGHTON EAST');
//		select.options[29] = new Option('BRIGHTON MIDDLE');
//		select.options[30] = new Option('BRIGHTON NORTH');
//		select.options[31] = new Option('BURNLEY');
//		select.options[32] = new Option('BURWOOD');
//		select.options[33] = new Option('BURWOOD EAST');
//		select.options[34] = new Option('CAMBERWELL');
//		select.options[35] = new Option('CAMBERWELL EAST');
//		select.options[36] = new Option('CAMBERWELL NORTH');
//		select.options[37] = new Option('CAMBERWELL SOUTH');
//		select.options[38] = new Option('CAMBERWELL WEST');
//		select.options[39] = new Option('CANTERBURY');
//		select.options[40] = new Option('CARNEGIE');
//		select.options[41] = new Option('CAULFIELD');
//		select.options[42] = new Option('CAULFIELD EAST');
//		select.options[43] = new Option('CAULFIELD JUNCTION');
//		select.options[44] = new Option('CAULFIELD NORTH');
//		select.options[45] = new Option('CAULFIELD SOUTH');
//		select.options[46] = new Option('CENTRAL PARK');
//		select.options[47] = new Option('CHADSTONE');
//		select.options[48] = new Option('CHAPEL STREET NORTH');
//		select.options[49] = new Option('CHELTENHAM');
//		select.options[50] = new Option('CHELTENHAM EAST');
//		select.options[51] = new Option('CLARINDA');
//		select.options[52] = new Option('CLAYTON');
//		select.options[53] = new Option('CLAYTON SOUTH');
//		select.options[54] = new Option('CREMORNE');
//		select.options[55] = new Option('CROMER');
//		select.options[56] = new Option('DARLING');
//		select.options[57] = new Option('DARLING SOUTH');
//		select.options[58] = new Option('DEEPDENE');
//		select.options[59] = new Option('DINGLEY');
//		select.options[60] = new Option('DINGLEY VILLAGE');
//		select.options[61] = new Option('DONCASTER');
//		select.options[62] = new Option('DONCASTER EAST');
//		select.options[63] = new Option('DONCASTER HEIGHTS');
//		select.options[64] = new Option('DONVALE');
//		select.options[65] = new Option('EAST BRIGHTON');
//		select.options[66] = new Option('EAST BURWOOD');
//		select.options[67] = new Option('ELSTERNWICK');
//		select.options[68] = new Option('ELWOOD');
//		select.options[69] = new Option('FISHERMANS BEND');
//		select.options[70] = new Option('FOREST HILL');
//		select.options[71] = new Option('GARDEN CITY');
//		select.options[72] = new Option('GARDENVALE');
//		select.options[73] = new Option('GLEN HUNTLY');
//		select.options[74] = new Option('GLEN IRIS');
//		select.options[75] = new Option('GLEN WAVERLEY');
//		select.options[76] = new Option('HAMPTON');
//		select.options[77] = new Option('HAMPTON EAST');
//		select.options[78] = new Option('HARTWELL');
//		select.options[79] = new Option('HAWKSBURN');
//		select.options[80] = new Option('HAWTHORN');
//		select.options[81] = new Option('HAWTHORN EAST');
//		select.options[82] = new Option('HAWTHORN WEST');
//		select.options[83] = new Option('HEATHERDALE');
//		select.options[84] = new Option('HEATHERTON');
//		select.options[85] = new Option('HIGHETT');
//		select.options[86] = new Option('HOLMESGLEN');
//		select.options[87] = new Option('HUGHESDALE');
//		select.options[88] = new Option('HUNTINGDALE');
//		select.options[89] = new Option('JORDANVILLE');
//		select.options[90] = new Option('KERRIMUIR');
//		select.options[91] = new Option('KEW');
//		select.options[92] = new Option('KEW EAST');
//		select.options[93] = new Option('KEW NORTH');
//		select.options[94] = new Option('KOOYONG');
//		select.options[95] = new Option('LOWER TEMPLESTOWE');
//		select.options[96] = new Option('MALVERN');
//		select.options[97] = new Option('MALVERN EAST');
//		select.options[98] = new Option('MCKINNON');
//		select.options[99] = new Option('MENTONE');
//		select.options[100] = new Option('MIDDLE CAMBERWELL');
//		select.options[101] = new Option('MIDDLE PARK');
//		select.options[102] = new Option('MITCHAM');
//		select.options[103] = new Option('MONT ALBERT');
//		select.options[104] = new Option('MONT ALBERT NORTH');
//		select.options[105] = new Option('MOORABBIN');
//		select.options[106] = new Option('MORDIALLOC');
//		select.options[107] = new Option('MOUNT WAVERLEY');
//		select.options[108] = new Option('MULGRAVE');
//		select.options[109] = new Option('MURRUMBEENA');
//		select.options[110] = new Option('NOTTING HILL');
//		select.options[111] = new Option('NUNAWADING');
//		select.options[112] = new Option('OAKLEIGH');
//		select.options[113] = new Option('OAKLEIGH EAST');
//		select.options[114] = new Option('OAKLEIGH SOUTH');
//		select.options[115] = new Option('ORMOND');
//		select.options[116] = new Option('PARK ORCHARDS');
//		select.options[117] = new Option('PARKDALE');
//		select.options[118] = new Option('PINEWOOD');
//		select.options[119] = new Option('PORT MELBOURNE');
//		select.options[120] = new Option('PRAHRAN');
//		select.options[121] = new Option('PRAHRAN EAST');
//		select.options[122] = new Option('RICHMOND');
//		select.options[123] = new Option('RINGWOOD');
//		select.options[124] = new Option('RIPPONLEA');
//		select.options[125] = new Option('SANDRINGHAM');
//		select.options[126] = new Option('SOUTH MARINE');
//		select.options[127] = new Option('SOUTH MELBOURNE');
//		select.options[128] = new Option('SOUTH YARRA');
//		select.options[129] = new Option('SPRINGVALE');
//		select.options[130] = new Option('SPRINGVALE SOUTH');
//		select.options[131] = new Option('ST KILDA');
//		select.options[132] = new Option('ST KILDA EAST');
//		select.options[133] = new Option('ST KILDA SOUTH');
//		select.options[134] = new Option('ST KILDA WEST');
//		select.options[135] = new Option('SURREY HILLS');
//		select.options[136] = new Option('SYNDAL');
//		select.options[137] = new Option('TEMPLESTOWE');
//		select.options[138] = new Option('TEMPLESTOWE HEIGHTS');
//		select.options[139] = new Option('TOORAK');
//		select.options[140] = new Option('TOORONGA');
//		select.options[141] = new Option('VERMONT');
//		select.options[142] = new Option('VERMONT SOUTH');
//		select.options[143] = new Option('WARRANDYTE');
//		select.options[144] = new Option('WARRANDYTE SOUTH');
//		select.options[145] = new Option('WARRANWOOD');
//		select.options[146] = new Option('WATERWAYS');
//		select.options[147] = new Option('WATTLE PARK');
//		select.options[148] = new Option('WHEELERS HILL');
//		select.options[149] = new Option('WINDSOR');
//		select.options[150] = new Option('WISHART');

}

function addSubsNth(){
//	var select = document.getElementById('u');
//	var len = select.length;
//	for(var i = (len - 1); i >= 0; i--) {
//		select.options[i] = null;
//	}
    
	var text0   = document.getElementById('txtSubs').Text;
	text0 = '-ALL NORTHERN SUBURBS-';
	
//		select.options[0] = new Option('-ALL NORTHERN SUBURBS-');
//		select.options[1] = new Option('ALPHINGTON');
//		select.options[2] = new Option('ARTHURS CREEK');
//		select.options[3] = new Option('ATTWOOD');
//		select.options[4] = new Option('BANYULE');
//		select.options[5] = new Option('BATMAN');
//		select.options[6] = new Option('BELLFIELD');
//		select.options[7] = new Option('BEUFIELD');
//		select.options[8] = new Option('BLOSSOM PARK');
//		select.options[9] = new Option('BRIAR HILL');
//		select.options[10] = new Option('BROADMEADOWS');
//		select.options[11] = new Option('BRUNSWICK');
//		select.options[12] = new Option('BRUNSWICK EAST');
//		select.options[13] = new Option('BRUNSWICK SOUTH');
//		select.options[14] = new Option('BRUNSWICK WEST');
//		select.options[15] = new Option('BULLA ');
//		select.options[16] = new Option('BULLEEN');
//		select.options[17] = new Option('BUNDOORA');
//		select.options[18] = new Option('CAMPBELLFIELD');
//		select.options[19] = new Option('CHRISTMAS HILLS');
//		select.options[20] = new Option('COBURG');
//		select.options[21] = new Option('COBURG EAST');
//		select.options[22] = new Option('COBURG NORTH');
//		select.options[23] = new Option('COBURG WEST');
//		select.options[24] = new Option('COOLAROO');
//		select.options[25] = new Option('COONANS HILL');
//		select.options[26] = new Option('CRAIGIEBURN');
//		select.options[27] = new Option('DALLAS');
//		select.options[28] = new Option('DIAMOND CREEK');
//		select.options[29] = new Option('DIXONS CREEK');
//		select.options[30] = new Option('DONNYBROOK');
//		select.options[31] = new Option('DOREEN');
//		select.options[32] = new Option('ALPHINGTON');
//		select.options[33] = new Option('ELTHAM');
//		select.options[34] = new Option('ELTHAM NORTH');
//		select.options[35] = new Option('EPPING');
//		select.options[36] = new Option('FAIRFIELD');
//		select.options[37] = new Option('FAWKNER');
//		select.options[38] = new Option('GLADSTONE PARK');
//		select.options[39] = new Option('GLENROY');
//		select.options[40] = new Option('GOWANBRAE');
//		select.options[41] = new Option('GREENSBOROUGH');
//		select.options[42] = new Option('GREENVALE');
//		select.options[43] = new Option('HADFIELD');
//		select.options[44] = new Option('HEIDELBERG');
//		select.options[45] = new Option('HEIDELBERG HEIGHTS');
//		select.options[46] = new Option('HEIDELBERG WEST');
//		select.options[47] = new Option('HURSTBRIDGE');
//		select.options[48] = new Option('IVANHOE');
//		select.options[49] = new Option('IVANHOE EAST');
//		select.options[50] = new Option('IVANHOE NORTH');
//		select.options[51] = new Option('JACANA');
//		select.options[52] = new Option('KALKALLO');
//		select.options[53] = new Option('KANGAROO GROUND');
//		select.options[54] = new Option('KEON PARK');
//		select.options[55] = new Option('KINGLAKE');
//		select.options[56] = new Option('KINGSBURY');
//		select.options[57] = new Option('KINGSTON GARDENS');
//		select.options[58] = new Option('LALOR');
//		select.options[59] = new Option('LOWER PLENTY');
//		select.options[60] = new Option('MACLEOD');
//		select.options[61] = new Option('MACLEOD WEST');
//		select.options[62] = new Option('MEADOW HEIGHTS');
//		select.options[63] = new Option('MERLYNSTON');
//		select.options[64] = new Option('MERNDA');
//		select.options[65] = new Option('MICKLEHAM');
//		select.options[66] = new Option('MILL PARK');
//		select.options[67] = new Option('MILL PARK LAKES');
//		select.options[68] = new Option('MONTMORENCY');
//		select.options[69] = new Option('MOONEE VALE');
//		select.options[70] = new Option('MORELAND');
//		select.options[71] = new Option('NORTHCOTE');
//		select.options[72] = new Option('NUTFIELD');
//		select.options[73] = new Option('OAK PARK');
//		select.options[74] = new Option('OAKLANDS JUNCTION');
//		select.options[75] = new Option('PANTON HILL');
//		select.options[76] = new Option('PASCOE VALE');
//		select.options[77] = new Option('PASCOE VALE SOUTH');
//		select.options[78] = new Option('PLENTY');
//		select.options[79] = new Option('PRESTON');
//		select.options[80] = new Option('PRESTON SOUTH');
//		select.options[81] = new Option('PRESTON WEST');
//		select.options[82] = new Option('REGENT');
//		select.options[83] = new Option('RESEARCH');
//		select.options[84] = new Option('RESERVOIR');
//		select.options[85] = new Option('ROSANNA');
//		select.options[86] = new Option('ROSANNA EAST');
//		select.options[87] = new Option('ROXBURGH PARK');
//		select.options[88] = new Option('SMITHS GULLY');
//		select.options[89] = new Option('SOMERTON');
//		select.options[90] = new Option('SOUTH MORANG');
//		select.options[91] = new Option('SOUTH PRESTON');
//		select.options[92] = new Option('ST ANDREWS');
//		select.options[93] = new Option('ST HELENA');
//		select.options[94] = new Option('STEELS CREEK');
//		select.options[95] = new Option('STRATHEWEN');
//		select.options[96] = new Option('SUNBURY');
//		select.options[97] = new Option('TARRAWARRA');
//		select.options[98] = new Option('THOMASTOWN');
//		select.options[99] = new Option('THORNBURY');
//		select.options[100] = new Option('TULLAMARINE');
//		select.options[101] = new Option('UPFIELD');
//		select.options[102] = new Option('VIEWBANK');
//		select.options[103] = new Option('WATSONIA');
//		select.options[104] = new Option('WATSONIA NORTH');
//		select.options[105] = new Option('WATTLE GLEN');
//		select.options[106] = new Option('WEST PRESTON');
//		select.options[107] = new Option('WESTGARTH');
//		select.options[108] = new Option('WESTMEADOWS');
//		select.options[109] = new Option('WHITTLESEA');
//		select.options[110] = new Option('WOLLERT');
//		select.options[111] = new Option('YALLAMBIE');
//		select.options[112] = new Option('YAN YEAN');
//		select.options[113] = new Option('YAN YEAN SOUTH');
//		select.options[114] = new Option('YARRAMBAT');
//		select.options[115] = new Option('YUROKE');

}

function addSubsWst(){
//	var select = document.getElementById('u');
//	var len = select.length;
//	for(var i = (len - 1); i >= 0; i--) {
//		select.options[i] = null;
//	}
	var text0   = document.getElementById('USearchMain1_txtSubs');
	text0.value = '-ALL WESTERN SUBURBS-';
//	
//		select.options[0] = new Option('-ALL WESTERN SUBURBS-');
//		select.options[1] = new Option('ABERFELDIE');
//		select.options[2] = new Option('AIRPORT WEST');
//		select.options[3] = new Option('ALBANVALE');
//		select.options[4] = new Option('ALBION');
//		select.options[5] = new Option('ALTONA');
//		select.options[6] = new Option('ALTONA EAST');
//		select.options[7] = new Option('ALTONA GATE');
//		select.options[8] = new Option('ALTONA MEADOWS');
//		select.options[9] = new Option('ALTONA NORTH');
//		select.options[10] = new Option('ARDEER');
//		select.options[11] = new Option('ASCOT VALE ');
//		select.options[12] = new Option('AVONDALE HEIGHTS');
//		select.options[13] = new Option('BRAYBROOK');
//		select.options[14] = new Option('BROOKLYN');
//		select.options[15] = new Option('BURNSIDE');
//		select.options[16] = new Option('CAIRNLEA');
//		select.options[17] = new Option('CAROLINE SPRINGS');
//		select.options[18] = new Option('DEER PARK');
//		select.options[19] = new Option('DELAHEY');
//		select.options[20] = new Option('DIGGERS REST');
//		select.options[21] = new Option('ESSENDON');
//		select.options[22] = new Option('ESSENDON AIRPORT');
//		select.options[23] = new Option('ESSENDON NORTH');
//		select.options[24] = new Option('FLEMINGTON');
//		select.options[25] = new Option('FOOTSCRAY');
//		select.options[26] = new Option('FOOTSCRAY WEST');
//		select.options[27] = new Option('HILLSIDE');
//		select.options[28] = new Option('HOPPERS CROSSING');
//		select.options[29] = new Option('KEALBA');
//		select.options[30] = new Option('KEILOR');
//		select.options[31] = new Option('KEILOR DOWNS');
//		select.options[32] = new Option('KEILOR EAST');
//		select.options[33] = new Option('KEILOR LODGE');
//		select.options[34] = new Option('KEILOR PARK');
//		select.options[35] = new Option('KENSINGTON');
//		select.options[36] = new Option('KINGS PARK');
//		select.options[37] = new Option('KINGSVILLE');
//		select.options[38] = new Option('KURUNJANG');
//		select.options[39] = new Option('LAVERTON');
//		select.options[40] = new Option('LAVERTON NORTH');
//		select.options[41] = new Option('MAIDSTONE');
//		select.options[42] = new Option('MARIBYRNONG');
//		select.options[43] = new Option('MELBOURNE AIRPORT');
//		select.options[44] = new Option('MELTON');
//		select.options[45] = new Option('MOONEE PONDS');
//		select.options[46] = new Option('NEWPORT');
//		select.options[47] = new Option('NIDDRIE');
//		select.options[48] = new Option('POINT COOK');
//		select.options[49] = new Option('RAVENHALL');
//		select.options[50] = new Option('ROCKBANK');
//		select.options[51] = new Option('SANCTUARY LAKES');
//		select.options[52] = new Option('SEABROOK');
//		select.options[53] = new Option('SEAHOLME');
//		select.options[54] = new Option('SEDDON');
//		select.options[55] = new Option('SEDDON WEST');
//		select.options[56] = new Option('SOUTH KINGSVILLE');
//		select.options[57] = new Option('SPOTSWOOD');
//		select.options[58] = new Option('ST ALBANS');
//		select.options[59] = new Option('ST ALBANS SOUTH');
//		select.options[60] = new Option('STRATHMORE');
//		select.options[61] = new Option('SUNSHINE');
//		select.options[62] = new Option('SUNSHINE NORTH');
//		select.options[63] = new Option('SUNSHINE WEST');
//		select.options[64] = new Option('SYDENHAM');
//		select.options[65] = new Option('TARNEIT');
//		select.options[66] = new Option('TAYLORS HILL');
//		select.options[67] = new Option('TAYLORS LAKES');
//		select.options[68] = new Option('TOOLERN VALE');
//		select.options[69] = new Option('TOTTENHAM');
//		select.options[70] = new Option('TRAVANCORE');
//		select.options[71] = new Option('WERRIBEE');
//		select.options[72] = new Option('WEST MELBOURNE');
//		select.options[73] = new Option('WEST MELBOURNE');
//		select.options[74] = new Option('WESTLAKES');
//		select.options[75] = new Option('WILLIAMSTOWN');
//		select.options[76] = new Option('WILLIAMSTOWN NORTH');
//		select.options[77] = new Option('WYNDHAM VALE');
//		select.options[78] = new Option('YARRAVILLE');

}


		function MM_swapImgRestore() { //v3.0
		var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
		}

		function MM_preloadImages() { //v3.0
		var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
			var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
			if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
		}

		function MM_findObj(n, d) { //v4.01
		var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
			d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
		if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
		for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
		if(!x && d.getElementById) x=d.getElementById(n); return x;
		}

		function MM_swapImage() { //v3.0
		var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
		if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
		}

