var Districts1 = [{name:'香洲',index:0},{name:'金湾',index:1},{name:'斗门',index:2}];
var Districts = [{name:'斗门',index:0},{name:'金湾',index:1},{name:'香洲',index:2}];

var Area = []; 
Area[2]=["G,拱北","J,吉大","L,老香洲","Q,前山","T,唐家","X,新香洲"];
Area[1]=["J,金湾"];
Area[0]=["D,斗门"];
var Purposes = [{name:'住宅',index:1},{name:'经济适用房',index:2},{name:'别墅',index:3},{name:'写字楼',index:4},{name:'商铺',index:5}];
var Price = [];
Price[-1] = {unit:'单价(元/㎡)', text:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上'], value:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上']};
Price[1] = {unit:'单价(元/㎡)', text:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上'], value:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上']};
Price[2] = {unit:'单价(元/㎡)', text:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上'], value:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上']};
Price[3] = {unit:'单价(元/㎡)', text:['4000以下','4000-9000','9000-13000','13000-18000','18000以上'], value:['4000以下','4000-9000','9000-13000','13000-18000','18000以上']};
Price[4] = {unit:'单价(元/㎡)', text:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上'], value:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上']};
Price[5] = {unit:'单价(元/㎡)', text:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上'], value:['3000以下','3000-5000','5000-8000','8000-10000','10000-14000','14000以上']};
Price[13] = {unit:'总价(万元/套)', text:['80以下','80-130','130-200','200-500','500以上'], value:['80以下','80-130','130-200','200-500','500以上']};