﻿//Common
var title='ctl00_ContentPlaceHolderMainBody_';
var title1='ctl00_ContentPlaceHolderMainBody1_';
var checkBoxName='hdCheckBoxList';
var separator = ',';
var separator1 = ':';
var separator2 = '|';
var stringEmpty = '';
var comma = ';';


//Constant of Advance Search
var fromName='cboFromMonthlyRent';
var errorName='lblError';
var monthlyRentName='hdMonthltRentList';
var monthlyRentID = "hdMonthlyRentID";
var cityTownName='hdCityTownList';
var propertyName='hdPropertyList';
var hiddenCityName='hdCboCity';
var hiddenCommName='hdCommunity';
var comboCityName='cboCity';
var comboCommunityName='cboCommunity';
var hdRequired = 'hdRequired';

//Constant of Notifications
var del = 'DEL';
var sub = 'SUB';
var chkSubName = 'Subcribed';
var chkDelName = 'Delete';
var lnkSubName = 'lnkSubcribed';
var lnkDelName = 'lnkDelete';
var hdDelete = 'hdDelete';
var hdSubcribed = 'hdSubcribed';
var txtFrom = "txtFrom";
var txtTo = "txtTo";
var cboMonthlyRanges = "cboMonthlyRanges";
var subQuestion = 'Are you sure to subscribed or not subscribed for these notifications?';
var delQuestion = 'Are you sure to delete choosen items?';
var saveQuestion = 'Are you sure to save these notification information?';
var noneSelection = "You don't select any thing!";
var cboMonthlyRanges = "cboMonthlyRanges";
var optRange = "optRange";
var optCustom = "optCustom";
