|
Bride to Be Online Directory - your wedding and bridal planning guide
/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.
Extra info - Coolmenus reference/help - Extra links to help files ****
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/
var DataAr1 = Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, null);
var DataAr2 = Array("adelaide", "albury", "inner sydney", "bairnsdale", "ballarat", "barossa valley", "eastern suburbs", "beaudesert", "inner west", "lower north shore", "bendigo", "brisbane", "broken hill", "upper north shore", "burnie", "cairns", "neutral bay", "canberra", "manly warringah", "central east w.a.", "north western suburbs", "western suburbs", "geelong", "gold coast", "parramatta and hills", "liverpool fairfield", "great north w.a.", "hobart", "canterbury bankstown", "launceston", "st george and cronulla sutherland", "mackay", "maryborough", "melbourne", "mildura", "central coast", "mornington", "newcastle", "hunter valley", "northern territory", "new england", "north coast", "perth", "port augusta", "roma", "wollongong", "shepparton", "south east s.a.", "south west w.a.", "sunshine coast", "south coast", "campbelltown", "southern", "toowoomba", "townsville", "riverina", "wangaratta", "penrith windsor", "warragul", "warrnambool", "blue mountains", "bathurst orange", "yorke peninsula", "dubbo and north west", "mudgee district and western", null);
var DataAr3 = Array(6, 4, 2, 4, 4, 6, 2, 1, 2, 2, 4, 1, 6, 2, 5, 1, 2, 3, 2, 8, 2, 2, 4, 1, 2, 2, 8, 5, 2, 5, 2, 1, 1, 4, 4, 2, 4, 2, 2, 7, 2, 2, 8, 6, 1, 2, 4, 6, 8, 1, 2, 2, 2, 1, 1, 2, 4, 2, 4, 4, 2, 2, 6, 2, 2, null);
function GetRegions(){
v = document.frmSearchRegion.txtState.options[document.frmSearchRegion.txtState.selectedIndex].value;
TotalCnt = 0;
Cnt = 0;
n = 65;
for (i=0;i 0) {
document.frmSearchRegion.txtRegion.options.length = Cnt+1;
Cnt = 0;
for (i=0;i |
|