function subCategory(category)
{
	
var s_cat= document.formular.sub_cat;

switch (category.options[category.selectedIndex].value)
{
case "1":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="1";
  s_cat.options[s_cat.options.length-1].text ="Call Shop";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="2";
  s_cat.options[s_cat.options.length-1].text ="Clothing & Accessories,";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="3";
  s_cat.options[s_cat.options.length-1].text ="Shopping Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="4";
  s_cat.options[s_cat.options.length-1].text ="Books";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="5";
  s_cat.options[s_cat.options.length-1].text ="Magazines";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="6";
  s_cat.options[s_cat.options.length-1].text ="Flowers";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="7";
  s_cat.options[s_cat.options.length-1].text ="Gifts";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="8";
  s_cat.options[s_cat.options.length-1].text ="Jewelry and Watches";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="9";
  s_cat.options[s_cat.options.length-1].text ="Home Electronics";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="10";
  s_cat.options[s_cat.options.length-1].text ="Office Supplies and Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="11";
  s_cat.options[s_cat.options.length-1].text ="Toys and Games";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="12";
  s_cat.options[s_cat.options.length-1].text ="Arts and Crafts";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="13";
  s_cat.options[s_cat.options.length-1].text ="Baby Products & Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="14";
  s_cat.options[s_cat.options.length-1].text ="Discount & Used Goods";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="15";
  s_cat.options[s_cat.options.length-1].text ="Specialty Stores";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="16";
  s_cat.options[s_cat.options.length-1].text ="Online & Catalog Shopping";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="17";
  s_cat.options[s_cat.options.length-1].text ="Shipping";
  s_cat.options.length++;
}
break;

case "2":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="18";
  s_cat.options[s_cat.options.length-1].text ="Restaurants";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="19";
  s_cat.options[s_cat.options.length-1].text ="Fast Food Restaurants";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="20";
  s_cat.options[s_cat.options.length-1].text ="Pizza Restaurants";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="21";
  s_cat.options[s_cat.options.length-1].text ="Bakeries";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="22";
  s_cat.options[s_cat.options.length-1].text ="Bars";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="23";
  s_cat.options[s_cat.options.length-1].text ="Pubs";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="24";
  s_cat.options[s_cat.options.length-1].text ="Grocery Stores";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="25";
  s_cat.options[s_cat.options.length-1].text ="Specialty Food Stores";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="26";
  s_cat.options[s_cat.options.length-1].text ="Produce";
  s_cat.options.length++;
}
break;

case "3":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="27";
  s_cat.options[s_cat.options.length-1].text ="Airlines";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="28";
  s_cat.options[s_cat.options.length-1].text ="Travel Agents";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="29";
  s_cat.options[s_cat.options.length-1].text ="Tourist Attractions";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="30";
  s_cat.options[s_cat.options.length-1].text ="Passport & Visa Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="31";
  s_cat.options[s_cat.options.length-1].text ="Hotels and Lodging";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="32";
  s_cat.options[s_cat.options.length-1].text ="Charter Buses";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="33";
  s_cat.options[s_cat.options.length-1].text ="Taxi Services";
  s_cat.options.length++;
}
break;

case "4":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="34";
  s_cat.options[s_cat.options.length-1].text ="Bars";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="35";
  s_cat.options[s_cat.options.length-1].text ="Clubs";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="36";
  s_cat.options[s_cat.options.length-1].text ="Dance";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="37";
  s_cat.options[s_cat.options.length-1].text ="Artists and Sculptors";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="38";
  s_cat.options[s_cat.options.length-1].text ="Entertainers";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="39";
  s_cat.options[s_cat.options.length-1].text ="Event Planners";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="40";
  s_cat.options[s_cat.options.length-1].text ="Movies and Film";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="145";
  s_cat.options[s_cat.options.length-1].text ="Games";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="41";
  s_cat.options[s_cat.options.length-1].text ="Museums and Galleries";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="42";
  s_cat.options[s_cat.options.length-1].text ="Music";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="43";
  s_cat.options[s_cat.options.length-1].text ="Party Rentals";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="44";
  s_cat.options[s_cat.options.length-1].text ="Radio";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="45";
  s_cat.options[s_cat.options.length-1].text ="Talent Agencies";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="46";
  s_cat.options[s_cat.options.length-1].text ="Television";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="47";
  s_cat.options[s_cat.options.length-1].text ="Theatre";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="48";
  s_cat.options[s_cat.options.length-1].text ="Tickets";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="49";
  s_cat.options[s_cat.options.length-1].text ="Video";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="50";
  s_cat.options[s_cat.options.length-1].text ="Writers";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="135";
  s_cat.options[s_cat.options.length-1].text ="Chatrooms";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="136";
  s_cat.options[s_cat.options.length-1].text ="Dating";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="137";
  s_cat.options[s_cat.options.length-1].text ="Events";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="142";
  s_cat.options[s_cat.options.length-1].text ="Photo Gallary";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="143";
  s_cat.options[s_cat.options.length-1].text ="Poems";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="144";
  s_cat.options[s_cat.options.length-1].text ="Radio";
  s_cat.options.length++;
}
break;

case "5":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="51";
  s_cat.options[s_cat.options.length-1].text ="Accessories";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="52";
  s_cat.options[s_cat.options.length-1].text ="Antiques and Collectibles";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="53";
  s_cat.options[s_cat.options.length-1].text ="Auto Wrecking";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="54";
  s_cat.options[s_cat.options.length-1].text ="Car Washes";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="55";
  s_cat.options[s_cat.options.length-1].text ="Dealers";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="56";
  s_cat.options[s_cat.options.length-1].text ="Conversions";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="57";
  s_cat.options[s_cat.options.length-1].text ="Detailing";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="58";
  s_cat.options[s_cat.options.length-1].text ="Driving Schools";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="59";
  s_cat.options[s_cat.options.length-1].text ="Gas Stations";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="60";
  s_cat.options[s_cat.options.length-1].text ="Rental";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="61";
  s_cat.options[s_cat.options.length-1].text ="Repair and Service";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="62";
  s_cat.options[s_cat.options.length-1].text ="Security";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="63";
  s_cat.options[s_cat.options.length-1].text ="Supplies";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="64";
  s_cat.options[s_cat.options.length-1].text ="Transport and Relocation";
  s_cat.options.length++;
}
break;

case "6":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="65";
  s_cat.options[s_cat.options.length-1].text ="Community Centers";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="66";
  s_cat.options[s_cat.options.length-1].text ="Religion and Spirituality,";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="67";
  s_cat.options[s_cat.options.length-1].text ="Libraries";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="68";
  s_cat.options[s_cat.options.length-1].text ="Social Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="69";
  s_cat.options[s_cat.options.length-1].text ="Public Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="70";
  s_cat.options[s_cat.options.length-1].text ="Embassies and Consulates";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="71";
  s_cat.options[s_cat.options.length-1].text ="Ministry";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="72";
  s_cat.options[s_cat.options.length-1].text ="International Organization";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="73";
  s_cat.options[s_cat.options.length-1].text ="Other Organizations";
  s_cat.options.length++;
}
break;

case "7":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="74";
  s_cat.options[s_cat.options.length-1].text ="Communications and Networking";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="75";
  s_cat.options[s_cat.options.length-1].text ="Computer Graphics";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="76";
  s_cat.options[s_cat.options.length-1].text ="Computer Rental";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="77";
  s_cat.options[s_cat.options.length-1].text ="Computer Service and Repair";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="78";
  s_cat.options[s_cat.options.length-1].text ="Computer Stores";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="79";
  s_cat.options[s_cat.options.length-1].text ="Computer Training";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="80";
  s_cat.options[s_cat.options.length-1].text ="Hardware";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="81";
  s_cat.options[s_cat.options.length-1].text ="Internet Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="82";
  s_cat.options[s_cat.options.length-1].text ="Multimedia";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="83";
  s_cat.options[s_cat.options.length-1].text ="Software";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="84";
  s_cat.options[s_cat.options.length-1].text ="Desktop Publishing";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="85";
  s_cat.options[s_cat.options.length-1].text ="Consulting";
  s_cat.options.length++;
}
break;

case "8":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="86";
  s_cat.options[s_cat.options.length-1].text ="Soccer";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="87";
  s_cat.options[s_cat.options.length-1].text ="Basketball";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="88";
  s_cat.options[s_cat.options.length-1].text ="Gymnastics";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="89";
  s_cat.options[s_cat.options.length-1].text ="Health Clubs,";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="90";
  s_cat.options[s_cat.options.length-1].text ="Hobbies";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="91";
  s_cat.options[s_cat.options.length-1].text ="Other Sports";
  s_cat.options.length++;
}
break;

case "9":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="92";
  s_cat.options[s_cat.options.length-1].text ="Banks";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="93";
  s_cat.options[s_cat.options.length-1].text ="Insurance";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="94";
  s_cat.options[s_cat.options.length-1].text ="Investment Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="95";
  s_cat.options[s_cat.options.length-1].text ="Credit Unions";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="96";
  s_cat.options[s_cat.options.length-1].text ="Currency Exchanges";
  s_cat.options.length++;
}
break;

case "10":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="97";
  s_cat.options[s_cat.options.length-1].text ="Barbers & Beauty Salons";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="98";
  s_cat.options[s_cat.options.length-1].text ="Cosmetics";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="99";
  s_cat.options[s_cat.options.length-1].text ="Bath and Body Products";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="100";
  s_cat.options[s_cat.options.length-1].text ="Hair";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="101";
  s_cat.options[s_cat.options.length-1].text ="Skin Care";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="102";
  s_cat.options[s_cat.options.length-1].text ="Tanning Salons";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="103";
  s_cat.options[s_cat.options.length-1].text ="Tattoos and Body Piercing";
  s_cat.options.length++;
}
break;

case "11":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="104";
  s_cat.options[s_cat.options.length-1].text ="Business Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="105";
  s_cat.options[s_cat.options.length-1].text ="Finance and Investment";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="106";
  s_cat.options[s_cat.options.length-1].text ="Restoration & Preservation Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="107";
  s_cat.options[s_cat.options.length-1].text ="Communications and Media";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="108";
  s_cat.options[s_cat.options.length-1].text ="Import & Export";
  s_cat.options.length++;
}
break;

case "12":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="109";
  s_cat.options[s_cat.options.length-1].text ="School Supplies";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="110";
  s_cat.options[s_cat.options.length-1].text ="Tutoring";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="111";
  s_cat.options[s_cat.options.length-1].text ="Driving Schools";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="112";
  s_cat.options[s_cat.options.length-1].text ="Dance";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="113";
  s_cat.options[s_cat.options.length-1].text ="Computer Training and Education";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="114";
  s_cat.options[s_cat.options.length-1].text ="Language";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="115";
  s_cat.options[s_cat.options.length-1].text ="Translators";
  s_cat.options.length++;
}
break;

case "13":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="116";
  s_cat.options[s_cat.options.length-1].text ="Dentistry";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="117";
  s_cat.options[s_cat.options.length-1].text ="Doctors and Clinics";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="118";
  s_cat.options[s_cat.options.length-1].text ="Home Healthcare";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="119";
  s_cat.options[s_cat.options.length-1].text ="Hospitals and Medical Centers";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="120";
  s_cat.options[s_cat.options.length-1].text ="Pharmacies";
  s_cat.options.length++;
}
break;

case "14":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="121";
  s_cat.options[s_cat.options.length-1].text ="Construction";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="122";
  s_cat.options[s_cat.options.length-1].text ="Repair and Improvement";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="123";
  s_cat.options[s_cat.options.length-1].text ="Cleaning Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="124";
  s_cat.options[s_cat.options.length-1].text ="Window Treatments and Shades";
  s_cat.options.length++;
}
break;

case "15":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="125";
  s_cat.options[s_cat.options.length-1].text ="Design";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="126";
  s_cat.options[s_cat.options.length-1].text ="Dating Services";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="127";
  s_cat.options[s_cat.options.length-1].text ="Business Organizations";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="128";
  s_cat.options[s_cat.options.length-1].text ="Employment";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="129";
  s_cat.options[s_cat.options.length-1].text ="Photocopying";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="130";
  s_cat.options[s_cat.options.length-1].text ="Photography";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="131";
  s_cat.options[s_cat.options.length-1].text ="Publishing";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="132";
  s_cat.options[s_cat.options.length-1].text ="Storage";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="133";
  s_cat.options[s_cat.options.length-1].text ="Technic";
  s_cat.options.length++;
}
break;

case "16":
{
  s_cat.options.length = 1;
  s_cat.options[s_cat.options.length-1].value ="";
  s_cat.options[s_cat.options.length-1].text ="Please Select Sub Category";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="138";
  s_cat.options[s_cat.options.length-1].text ="Forums";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="139";
  s_cat.options[s_cat.options.length-1].text ="Politic";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="140";
  s_cat.options[s_cat.options.length-1].text ="Sport";
  s_cat.options.length++;
  s_cat.options[s_cat.options.length-1].value ="141";
  s_cat.options[s_cat.options.length-1].text ="Business";
  s_cat.options.length++;
}
break;

	default:
		{
			s_cat.options.length = 1;
			s_cat.options[0].value = "0";
			s_cat.options[0].text = "";
		}
	}
}
