//Property Type Start Here

var type = new Array();
var strType = new Array();
strType[0]=",-Select-;";
type[0]=strType[0].split(";");
strType[1]=",-Select-;1,Condo;3,Farm/Ranch;5,Half/Duplex;2,Single Family;4,Townhome;";
type[1]=strType[1].split(";");
strType[2]=",-Select-;9,Condo;10,Farm/Ranch;8,Half/Duplex;7,Single Family;6,Townhome;";
type[2]=strType[2].split(";");
strType[3]=",-Select-;23,Condo;27,Farm/Ranch;19,Half/Duplex;15,Single Family;11,Townhome;";
type[3]=strType[3].split(";");
strType[4]=",-Select-;24,Condo;28,Farm/Ranch;20,Half/Duplex;16,Single Family;12,Townhome;";
type[4]=strType[4].split(";");
strType[6]=",-Select-;26,Condo;30,Farm/Ranch;22,Half/Duplex;18,Single Family;13,Townhome;";
type[6]=strType[6].split(";");