/*function Degreetype(ddldegree,valu)
				{
					//alert(ddldegree);
					var ddlControl2=document.getElementById(ddldegree);
					var degree=ddlControl2.options[ddlControl2.selectedIndex].text;
					
					if(degree== 'Advanced Professional Degrees')
					{
						
						
						var degreeString = "Select|Computer Science (PD)|Dental Science (DDSc, Dr.Odont)|Dentistry (MS, MSc, MDS, MDSc, MSD, MDent, MMSc, DMSc, or DClinDent)|Divinity (DD or DMin)|Education (MPS, EdD or DEd)|Engineering (MEng,EngD,MASc,MMSc)|Medicine (MD, DO, DM)|Ministry (MTh, ThM, STM, STD, DThP, DPT, PrD, or DMin)|Nursing (CNS, CRNA, DNP, MSN)|Public Policy and Public Administration (MPP, MPA, MPAff)|Psychology (PsyD, MSc, MPs, DPs, Ph.D)|Science (MS, MSc)|Social Science (DSocSci, MASP)|Surgery (MS, MSurg, MCh, ChM, or MChir)|Worship Studies (DWS)|Others"
						
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++)
							{
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						
					}//alert(document.getElementById(valu).options[i].value);
					}
					
							if(degree== 'Associates Degrees')
							{  
							   
								var degreeString = "Select|AA (Associate of Arts)|AE (Associate of Engineering)|AE(Associate in Electronics Engineering Technology)|AN (Associate of Nursing)|AS (Associate of Science)|AF (Associate of Forestry)|AT (Associate of Technology)|AAA (Associate of Applied Arts)|AAB (Associate of Applied Business)|AAS (Associate of Applied Science)|AAS(Associate of Arts and Sciences)|AAT (Associate of Arts in Teaching)|ABA (Associate of Business Administration)|ABS (Associate of Baccalaureate Studies)|ADN (Associate Degree in Nursing)|AES (Associate of Engineering Science)|AET (Associate in Engineering Technology)|AFA (Associate of Fine Arts)|AGS (Associate of General Studies)|AIT (Associate of Industrial Technology)|AOS (Associate of Occupational Studies)|APE (Associate of Pre-Engineering)|APS (Associate of Political Science)|APS (Associate of Public Service)|ASPT-APT (Associate in Physical Therapy)|Others"
								
								document.getElementById(valu).options.length=0;
									for(i=0;i<degreeString.split("|").length;i++)
									{
									//alert(degreeString.split("|").length);
									document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
									document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
									//alert(document.getElementById(valu).options[i].text);
									//alert(document.getElementById(valu).options[i].value);
									}
							}
					
					if(degree== 'Bachelors Degrees')
					{
						
						var degreeString = "Select|BA|AB|BS|BAAS|BSc|SB|ScB|BA Econ|BEc|BEconSc|BSc(Econ)|BEng|BE|BSE|BAI|BIng|BESc|BASc|BTech|BSc(Eng)|BCom|BComn|BComp|BCompSc|BIT|BInfTech|BAppSci(IT)|BSET|BArch|BAvn|BBA|BSBA|BSB|BBIS|BD|BTh|BRS|BBS|BRE|BDes|BDent|BFA|BF&TV|BIS|BJ|BAJ|BSJ|BKin|BPE|BHK|BHPE|BSc(Kin)|BLArch|BLA|ABL|BGS|BSGS|BAS|BPS|BLS|BLib|BLIS|BMedSc|BBiomedSc|BMedSci|BAOM|BMBMus|BN|BNSc|BScN|BSN|BNurs|BPharm|BPhil|PhB|BAPSY|BSc(Psych)|BSE|in Ed|BSc Ed|BSPH|BSL|BSocSc|BVSc|BVMS|BVM&S|LLB|BTL|BMath|Other"
					
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++)
						{
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						
						}//alert(document.getElementById(valu).options[i].value);
					}
					
					if(degree== 'Masters Degrees')
					{
						
						var degreeString = "Select|Master of Accountancy|Master of Administrative Science|Master of Aeronautic Engineering|Master of Agriculture|Master of Applied Science|Master of Architecture|Master of Arts|Master of Arts in Teaching|Master of Arts in History|Master of Business Administration|Master of Business Studies|Master of Business and Engineering|Master of Business Informatics|Master of Chemistry|Master of City and Regional Planning|Master of Commerce|Master of Communication|Master of Communication and Leadership Studies|Master of Computational and Applied Mathematics|Master of Computer Science|Master of Computer Applications|Master of Computing|Master of Criminal Justice|Master of Customs Administration|Master of Design|Master of Divinity|Master of Economics|Master of Education|Master of Engineering|Master of Engineering Management|Master of Enterprise|Master of European Law|Master of Finance|Master of Financial Economics|Master of Fine Arts|Master of Forensic Science|Master of Geography|Master of Health Administration|Master of Health Science|Master of Higher Education|Master of Historic Preservation|Master of Human Relations|Master of Information Systems|Master of Information Tecnology|Master of Interior & Environmental Design|Master of International Business|Master of Journalism|Master of Laws|Master of Law and Business|Master of Studies in Law|Master of Letters|Master of Liberal Arts|Master of Library and Information Science|Master of Management|Master of Management Science|Master of Mathematics|Master of Missiology|Master of Museum Studies|Master of Music|Master of Neuroscience|Master of Nursing|Master of Pharmacy|Master of Philosophy|Master of Physician Assistant Studies|Master of Physics|Master of Product Development|Master of Professional Studies|Master of Project Management|Master of Psychology|Master of Public Administration|Master of Public Health|Master of Public Policy|Master of Purchasing & Logistics|Master of Quantitative Finance|Master of Real Estate Development|Master of Recreation Administration|Master of Recreation, Sport and Tourism|Master of Rehabilitation Counseling|Master of Research|Master of Sacred Music|Master of Science|Master of Science in Finance|Master of Science in Information Technology|Master of Science in Management|Master of Science in Marketing Management|Master of Social Science|Master of Social Work|Master of Sports Science|Master of Statistics|Master of Teaching|Master of Theology|Master of Therapeutic Recreation|Master of Urban Planning|Master of Veterinary Science|Master of Vocal Performance|Master of Science in Executive Fire Service Leadership|Others"

			
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++)
						{
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						
					    }//alert(document.getElementById(valu).options[i].value);
					}
					
					if(degree== 'Film Institute Degrees')
					{
					
					var degreeString = "Select|Diploma – Film Institute|Acting|Advertising|Art & Technique of Animation|Art Direction|Audiography|Broadcast System Maintenance|Business of Film & Television|Cinematography|Development Communication|Direction & Screenplay Writing|Film Direction|Film Editing|Film Processing|Film Technology|Graphics & Animation|Journalism|Mass Communication|Media Management |Multimedia|Post Production |Producing Department|Sound Recording & Sound Engineering|Still Photography|Visual Communication|Others"

			
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++)
						{
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						
					}//alert(document.getElementById(valu).options[i].value);
					}
					
					
					if(degree== 'Professional Degrees')
					{
						
						var degreeString = "Select|Accountant (BAcy, MAcc, MAcy, MSAcy)|Acupuncturist (LAc, DAc, AP, DiplAc, MAc)|Architect (B.Arch, M.Arch)|Architectural engineer (B.A.E, M.A.E)|Attorney at law (J.D., LLB, BCL)|Audiologist (BSc, AuD, or MS)|Biotechnologist (BSc, BS, or ALM)|Catholic priest (MDiv, STB, STL)|Chiropractor (DC, DCM, BChiro, or MChiro)|Counselor (MA, MS, M.Ed)|Dental hygienist (BSDH, BSc, BOH, RDH)|Dentist (DMD, BDent, DDS, BDS, BDSc, BChD, CD, Cand.Odont., Dr.Med.Dent. etc)|Educator (BA, BEd, BME, BSE, BSocSc, BSc)|Engineer (registered) (BE, BEng, BSE, BSc, BASc, or BAI)|Forester (BSF, MF)|Health administrator (MHA, MPH)|Information scientist (MSIS, MSIM)|Lawyer (JD)|Landscape architect (BLA LArch), (MLA LArch)|Librarian (MLIS, MLS)|Minister (Christian) (BD, STB, BDiv, MMin, MDiv)|Naprapath (DN)|Naturopath (ND, NMD, BSc, BHSc, BNat)|Nurse (BSN, BNurs, BScN, BSc, RN)|Occupational Therapist (MSOT, MAOT, MOT, OTD, Dr.OT)|Optometrist (OD, B.Optom)|Osteopath (BOst, BOstMed, BSc(Osteo))|Pharmacist (BPharm, BScPhm, PharmB, MPharm, PharmD)|Physical therapist (BSc, BSPT, MSPT, DPT, or DPhysio)|Physician or Surgeon: (MBBS, MBChB, MBChB, BMed, Dr.med, Dr.MuD, MD, MDCM, Cand.med, DO, etc)|Podiatrist (DPM, DP, BPod, PodB, or PodD)|Practitioner of oriental medicine (BSc, MSOM, MSTOM, or DOM)|Psychologist (PsyD, ClinPsyD, LicPs.)|Social worker (BA, BSc, BSW, MA, MSc, or MSW)|Urban planner (MUP, MCP, MRP, MTP, MPlan, MUEP, MPl, MES)|Veterinarian (DVM, VMD, BVS, BVSc, BVMS, etc.)|Others"
		
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++)
						{
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						
						}//alert(document.getElementById(valu).options[i].value);
					}
					
					if(degree== 'Doctoral Degrees')
					{
						
						 var degreeString = "Select|Doctorate|Doctor of Health Science|Doctor of Acupuncture & Oriental Medicine|Doctor of Architecture|Doctor of Arts|Doctor of Audiology|Doctor of Business Administration|Candidate of Philosophy|Doctor of Canon Law|Doctor of Civil Law|Doctor of Divinity|Doctor medicinae |Doctor of Computer Science|Doctor of Dental Surgery|Doctor of Health Administration|Doctor of Liberal Studies|Doctor of Management|Doctor of Philosophy|Doctor of Practical Theology|Doctor of Theology|Doktor nauk|Doktor-Ingenieur|Dr. philos. |Doctor of Education|Doctor of Engineering|Engineering Doctorate|Doctor of Fine Arts|Doctor of Governance|Honorary degree|Doctor of Humane Letters|Doctor of Information Technology|Jubilee doctor|Kandidat nauk|Juris Doctor|Doctor of Laws|Doctor of both laws|Doctor of Letters|Doctor Liberalium Artium|MD/PhD|Doctor of Medicine|Doctor of Ministry|Doctor of Modern Languages|Others"
	
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++)
						{
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						}//alert(document.getElementById(valu).options[i].value);
					}
					
					if(degree== 'Diploma')
					{
						
						 var degreeString = "Select|Accountancy|Administrative Science|Aeronautic Engineering|Agriculture|Applied Science|Architecture|Arts|Arts in Teaching|Arts in History|Business Administration|Business Studies|Business and Engineering|Business Informatics|Chemistry|City and Regional Planning|Commerce|Communication|Communication and Leadership Studies|Computational and Applied Mathematics|Computer Science|Computer Applications|Computing|Criminal Justice|Customs Administration|Design|Divinity|Economics|Education|Engineering|Engineering Management|Enterprise|European Law|Finance|Financial Economics|Fine Arts|Forensic Science|Geography|Health Administration|Health Science|Higher Education|Historic Preservation|Human Relations|Information Systems|Information Tecnology|Interior & Environmental Design|International Business|Journalism|Laws|Law and Business|Studies in Law|Letters|Liberal Arts|Library and Information Science|Management|Management Science|Mathematics|Missiology|Museum Studies|Music|Neuroscience|Nursing|Pharmacy|Philosophy|Physician Assistant Studies|Physics|Product Development|Professional Studies|Project Management|Psychology|Public Administration|Public Health|Public Policy|Purchasing & Logistics|Quantitative Finance|Real Estate Development|Recreation Administration|Recreation, Sport and Tourism|Rehabilitation Counseling|Research|Sacred Music|Science|Science in Finance|Science in Information Technology|Science in Management|Science in Marketing Management|Social Science|Social Work|Sports Science|Statistics|Teaching|Theology|Therapeutic Recreation|Urban Planning|Veterinary Science|Vocal Performance|Science in Executive Fire Service Leadership|Others"
	
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++){
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						
					}//alert(document.getElementById(valu).options[i].value);
					}
					
					if(degree== 'Others')
					{
					 
						var degreeString = "Select|Others"
	
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++){
							//alert(degreeString.split("|").length);
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
						
					}//alert(document.getElementById(valu).options[i].value);
					}
				}
				
*/			





function Degreetype(ddldegree,valu)
				{
					//alert(ddldegree);
					var ddlControl2=document.getElementById(ddldegree);
					var degree=ddlControl2.options[ddlControl2.selectedIndex].text;
					if(degree== 'Advanced Professional Degrees')
					{
						var degreeString = "Select|Computer Science (PD)|Dental Science (DDSc, Dr.Odont)|Dentistry (MS, MSc, MDS, MDSc, MSD, MDent, MMSc, DMSc, or DClinDent)|Divinity (DD or DMin)|Education (MPS, EdD or DEd)|Engineering (MEng,EngD,MASc,MMSc)|Medicine (MD, DO, DM)|Ministry (MTh, ThM, STM, STD, DThP, DPT, PrD, or DMin)|Nursing (CNS, CRNA, DNP, MSN)|Public Policy and Public Administration (MPP, MPA, MPAff)|Psychology (PsyD, MSc, MPs, DPs, Ph.D)|Science (MS, MSc)|Social Science (DSocSci, MASP)|Surgery (MS, MSurg, MCh, ChM, or MChir)|Worship Studies (DWS)|Others"
						
					}
					if(degree== 'Associates Degrees')
					{  
						var degreeString = "Select|AA (Associate of Arts)|AE (Associate of Engineering)|AE(Associate in Electronics Engineering Technology)|AN (Associate of Nursing)|AS (Associate of Science)|AF (Associate of Forestry)|AT (Associate of Technology)|AAA (Associate of Applied Arts)|AAB (Associate of Applied Business)|AAS (Associate of Applied Science)|AAS(Associate of Arts and Sciences)|AAT (Associate of Arts in Teaching)|ABA (Associate of Business Administration)|ABS (Associate of Baccalaureate Studies)|ADN (Associate Degree in Nursing)|AES (Associate of Engineering Science)|AET (Associate in Engineering Technology)|AFA (Associate of Fine Arts)|AGS (Associate of General Studies)|AIT (Associate of Industrial Technology)|AOS (Associate of Occupational Studies)|APE (Associate of Pre-Engineering)|APS (Associate of Political Science)|APS (Associate of Public Service)|ASPT-APT (Associate in Physical Therapy)|Others"
					}
					if(degree== 'Bachelors Degrees')
					{
						var degreeString = "Select|BA|AB|BS|BAAS|BSc|SB|ScB|BA Econ|BEc|BEconSc|BSc(Econ)|BEng|BE|BSE|BAI|BIng|BESc|BASc|BTech|BSc(Eng)|BCom|BComn|BComp|BCompSc|BIT|BInfTech|BAppSci(IT)|BSET|BArch|BAvn|BBA|BSBA|BSB|BBIS|BD|BTh|BRS|BBS|BRE|BDes|BDent|BFA|BF&TV|BIS|BJ|BAJ|BSJ|BKin|BPE|BHK|BHPE|BSc(Kin)|BLArch|BLA|ABL|BGS|BSGS|BAS|BPS|BLS|BLib|BLIS|BMedSc|BBiomedSc|BMedSci|BAOM|BMBMus|BN|BNSc|BScN|BSN|BNurs|BPharm|BPhil|PhB|BAPSY|BSc(Psych)|BSE|in Ed|BSc Ed|BSPH|BSL|BSocSc|BVSc|BVMS|BVM&S|LLB|BTL|BMath|Other"
					}
					
					if(degree== 'Masters Degrees')
					{
						var degreeString = "Select|Master of Accountancy|Master of Administrative Science|Master of Aeronautic Engineering|Master of Agriculture|Master of Applied Science|Master of Architecture|Master of Arts|Master of Arts in Teaching|Master of Arts in History|Master of Business Administration|Master of Business Studies|Master of Business and Engineering|Master of Business Informatics|Master of Chemistry|Master of City and Regional Planning|Master of Commerce|Master of Communication|Master of Communication and Leadership Studies|Master of Computational and Applied Mathematics|Master of Computer Science|Master of Computer Applications|Master of Computing|Master of Criminal Justice|Master of Customs Administration|Master of Design|Master of Divinity|Master of Economics|Master of Education|Master of Engineering|Master of Engineering Management|Master of Enterprise|Master of European Law|Master of Finance|Master of Financial Economics|Master of Fine Arts|Master of Forensic Science|Master of Geography|Master of Health Administration|Master of Health Science|Master of Higher Education|Master of Historic Preservation|Master of Human Relations|Master of Information Systems|Master of Information Tecnology|Master of Interior & Environmental Design|Master of International Business|Master of Journalism|Master of Laws|Master of Law and Business|Master of Studies in Law|Master of Letters|Master of Liberal Arts|Master of Library and Information Science|Master of Management|Master of Management Science|Master of Mathematics|Master of Missiology|Master of Museum Studies|Master of Music|Master of Neuroscience|Master of Nursing|Master of Pharmacy|Master of Philosophy|Master of Physician Assistant Studies|Master of Physics|Master of Product Development|Master of Professional Studies|Master of Project Management|Master of Psychology|Master of Public Administration|Master of Public Health|Master of Public Policy|Master of Purchasing & Logistics|Master of Quantitative Finance|Master of Real Estate Development|Master of Recreation Administration|Master of Recreation, Sport and Tourism|Master of Rehabilitation Counseling|Master of Research|Master of Sacred Music|Master of Science|Master of Science in Finance|Master of Science in Information Technology|Master of Science in Management|Master of Science in Marketing Management|Master of Social Science|Master of Social Work|Master of Sports Science|Master of Statistics|Master of Teaching|Master of Theology|Master of Therapeutic Recreation|Master of Urban Planning|Master of Veterinary Science|Master of Vocal Performance|Master of Science in Executive Fire Service Leadership|Others"
					}
					
					if(degree== 'Film Institute Degrees')
					{
					var degreeString = "Select|Diploma In Film Institute|Acting|Advertising|Art & Technique of Animation|Art Direction|Audiography|Broadcast System Maintenance|Business of Film & Television|Cinematography|Development Communication|Direction & Screenplay Writing|Film Direction|Film Editing|Film Processing|Film Technology|Graphics & Animation|Journalism|Mass Communication|Media Management |Multimedia|Post Production |Producing Department|Sound Recording & Sound Engineering|Still Photography|Visual Communication|Others"
					}
					if(degree== 'Professional Degrees')
					{
					var degreeString = "Select|Accountant (BAcy, MAcc, MAcy, MSAcy)|Acupuncturist (LAc, DAc, AP, DiplAc, MAc)|Architect (B.Arch, M.Arch)|Architectural engineer (B.A.E, M.A.E)|Attorney at law (J.D., LLB, BCL)|Audiologist (BSc, AuD, or MS)|Biotechnologist (BSc, BS, or ALM)|Catholic priest (MDiv, STB, STL)|Chiropractor (DC, DCM, BChiro, or MChiro)|Counselor (MA, MS, M.Ed)|Dental hygienist (BSDH, BSc, BOH, RDH)|Dentist (DMD, BDent, DDS, BDS, BDSc, BChD, CD, Cand.Odont., Dr.Med.Dent. etc)|Educator (BA, BEd, BME, BSE, BSocSc, BSc)|Engineer (registered) (BE, BEng, BSE, BSc, BASc, or BAI)|Forester (BSF, MF)|Health administrator (MHA, MPH)|Information scientist (MSIS, MSIM)|Lawyer (JD)|Landscape architect (BLA LArch), (MLA LArch)|Librarian (MLIS, MLS)|Minister (Christian) (BD, STB, BDiv, MMin, MDiv)|Naprapath (DN)|Naturopath (ND, NMD, BSc, BHSc, BNat)|Nurse (BSN, BNurs, BScN, BSc, RN)|Occupational Therapist (MSOT, MAOT, MOT, OTD, Dr.OT)|Optometrist (OD, B.Optom)|Osteopath (BOst, BOstMed, BSc(Osteo))|Pharmacist (BPharm, BScPhm, PharmB, MPharm, PharmD)|Physical therapist (BSc, BSPT, MSPT, DPT, or DPhysio)|Physician or Surgeon: (MBBS, MBChB, MBChB, BMed, Dr.med, Dr.MuD, MD, MDCM, Cand.med, DO, etc)|Podiatrist (DPM, DP, BPod, PodB, or PodD)|Practitioner of oriental medicine (BSc, MSOM, MSTOM, or DOM)|Psychologist (PsyD, ClinPsyD, LicPs.)|Social worker (BA, BSc, BSW, MA, MSc, or MSW)|Urban planner (MUP, MCP, MRP, MTP, MPlan, MUEP, MPl, MES)|Veterinarian (DVM, VMD, BVS, BVSc, BVMS, etc.)|Others"
					}
					
					if(degree== 'Doctoral Degrees')
					{
						 var degreeString = "Select|Doctorate|Doctor of Health Science|Doctor of Acupuncture & Oriental Medicine|Doctor of Architecture|Doctor of Arts|Doctor of Audiology|Doctor of Business Administration|Candidate of Philosophy|Doctor of Canon Law|Doctor of Civil Law|Doctor of Divinity|Doctor medicinae |Doctor of Computer Science|Doctor of Dental Surgery|Doctor of Health Administration|Doctor of Liberal Studies|Doctor of Management|Doctor of Philosophy|Doctor of Practical Theology|Doctor of Theology|Doktor nauk|Doktor-Ingenieur|Dr. philos. |Doctor of Education|Doctor of Engineering|Engineering Doctorate|Doctor of Fine Arts|Doctor of Governance|Honorary degree|Doctor of Humane Letters|Doctor of Information Technology|Jubilee doctor|Kandidat nauk|Juris Doctor|Doctor of Laws|Doctor of both laws|Doctor of Letters|Doctor Liberalium Artium|MD/PhD|Doctor of Medicine|Doctor of Ministry|Doctor of Modern Languages|Others"
					}
					if(degree== 'Diploma')
					{
						 var degreeString = "Select|Accountancy|Administrative Science|Aeronautic Engineering|Agriculture|Applied Science|Architecture|Arts|Arts in Teaching|Arts in History|Business Administration|Business Studies|Business and Engineering|Business Informatics|Chemistry|City and Regional Planning|Commerce|Communication|Communication and Leadership Studies|Computational and Applied Mathematics|Computer Science|Computer Applications|Computing|Criminal Justice|Customs Administration|Design|Divinity|Economics|Education|Engineering|Engineering Management|Enterprise|European Law|Finance|Financial Economics|Fine Arts|Forensic Science|Geography|Health Administration|Health Science|Higher Education|Historic Preservation|Human Relations|Information Systems|Information Tecnology|Interior & Environmental Design|International Business|Journalism|Laws|Law and Business|Studies in Law|Letters|Liberal Arts|Library and Information Science|Management|Management Science|Mathematics|Missiology|Museum Studies|Music|Neuroscience|Nursing|Pharmacy|Philosophy|Physician Assistant Studies|Physics|Product Development|Professional Studies|Project Management|Psychology|Public Administration|Public Health|Public Policy|Purchasing & Logistics|Quantitative Finance|Real Estate Development|Recreation Administration|Recreation, Sport and Tourism|Rehabilitation Counseling|Research|Sacred Music|Science|Science in Finance|Science in Information Technology|Science in Management|Science in Marketing Management|Social Science|Social Work|Sports Science|Statistics|Teaching|Theology|Therapeutic Recreation|Urban Planning|Veterinary Science|Vocal Performance|Science in Executive Fire Service Leadership|Others"
	
					}
					
					if(degree== 'Others')
					{
						var degreeString = "Select|Others"
					}
						document.getElementById(valu).options.length=0;
						for(i=0;i<degreeString.split("|").length;i++){
						document.getElementById(valu).options[i]=new Option(degreeString.split("|")[i])
						document.getElementById(valu).options[i].value=document.getElementById(valu).options[i].text;
					}
}
				









function FillDate(ddlControl1)
				       {
 				var dayString = "Date|01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31"
				         	document.getElementById(ddlControl1).options.length=0;
                        	for(i=0;i<dayString.split("|").length;i++){
                			document.getElementById(ddlControl1).options[i]=new Option(dayString.split("|")[i])
                			document.getElementById(ddlControl1).options[i].value=i;
                			}
                		}
//Onload function for Month                
function FillMonth(ddlControl2)
 				 {
 				 		 var monthString ="Month|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec";
							document.getElementById(ddlControl2).options.length=0;
                        	for(i=0;i<monthString.split("|").length;i++){
                			document.getElementById(ddlControl2).options[i]=new Option(monthString.split("|")[i])
                			document.getElementById(ddlControl2).options[i].value=i;
                		} }
  				 
 //Onload function for Year 				 
function FillYears(ddlYear)
{
var today=new Date()
var ddlyear=document.getElementById(ddlYear)
var thisyear=today.getFullYear()
for (var y=1; y<=100; y++){
ddlyear.options[y]=new Option(thisyear, thisyear)
ddlyear.options[y]=new Option(thisyear);
thisyear-=1
}}  
function month_onchange(ddlControl1,ddlControl)
{ 
	var ddlControl2=document.getElementById(ddlControl1);
	var month=ddlControl2.options[ddlControl2.selectedIndex].value; 
	if(month== 2)
	{
	var dayString = "Date|01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29"
				         	document.getElementById(ddlControl).options.length=0;
                        	for(i=0;i<dayString.split("|").length;i++){
                			document.getElementById(ddlControl).options[i]=new Option(dayString.split("|")[i])
                			document.getElementById(ddlControl).options[i].value=i;
	}}
if(month!=2)
{
	var dayString1= "Date|01|02|03|04|05|06|07|08|09|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31"
				         	document.getElementById(ddlControl).options.length=0;
                        	for(i=0;i<dayString1.split("|").length;i++){
                			document.getElementById(ddlControl).options[i]=new Option(dayString1.split("|")[i])
                			document.getElementById(ddlControl).options[i].value=i;
}}
return true;}
//to get isd code
function FillCcode_ph(txt,ddlControl)
{
	var ctrlvalue=document.getElementById(txt);
	var ddl=document.getElementById(ddlControl).selectedIndex
	if(ddl==1){a="+93";ctrlvalue.value=a; }
	if(ddl==2){a="+335";ctrlvalue.value=a; }
	if(ddl==3){a="+213";ctrlvalue.value=a; }
	if(ddl==4){a="+376";ctrlvalue.value=a; }
	if(ddl==5){a="+1-684";ctrlvalue.value=a; }
	if(ddl==6){a="+244";ctrlvalue.value=a; }
	if(ddl==7){a="+264";ctrlvalue.value=a; }
	if(ddl==8){a="+672";ctrlvalue.value=a; }
	if(ddl==9){a="+268";ctrlvalue.value=a; }
	if(ddl==10){a="+54";ctrlvalue.value=a; }
	if(ddl==11){a="+374";ctrlvalue.value=a; }
	if(ddl==12){a="+297";ctrlvalue.value=a; }
	if(ddl==13){a="+";ctrlvalue.value=a; }
	if(ddl==14){a="+61";ctrlvalue.value=a; }
	if(ddl==15){a="+43";ctrlvalue.value=a; }
	if(ddl==16){a="+994";ctrlvalue.value=a; }
	if(ddl==17){a="+242";ctrlvalue.value=a; }
	if(ddl==18){a="+973";ctrlvalue.value=a; }
	if(ddl==19){a="+880";ctrlvalue.value=a; }
	if(ddl==20){a="+246";ctrlvalue.value=a; }
	if(ddl==21){a="+375";ctrlvalue.value=a; }
	if(ddl==22){a="+32";ctrlvalue.value=a; }
	if(ddl==23){a="+501";ctrlvalue.value=a; }
	if(ddl==24){a="+229";ctrlvalue.value=a; }
	if(ddl==25){a="+441";ctrlvalue.value=a; }
	if(ddl==26){a="+975";ctrlvalue.value=a; }
	if(ddl==27){a="+591";ctrlvalue.value=a; }
	if(ddl==28){a="+387";ctrlvalue.value=a; }
	if(ddl==29){a="+267";ctrlvalue.value=a; }
	if(ddl==30){a="+55";ctrlvalue.value=a; }
	if(ddl==31){a="+1-284";ctrlvalue.value=a; }
	if(ddl==32){a="+673";ctrlvalue.value=a; }
	if(ddl==33){a="+359";ctrlvalue.value=a; }
	if(ddl==34){a="+226";ctrlvalue.value=a; }
	if(ddl==35){a="+95";ctrlvalue.value=a; }
	if(ddl==36){a="+226";ctrlvalue.value=a; }
	if(ddl==37){a="+855";ctrlvalue.value=a; }
	if(ddl==38){a="+237";ctrlvalue.value=a; }
	if(ddl==39){a="+1";ctrlvalue.value=a; }
	if(ddl==40){a="+238";ctrlvalue.value=a; }
	if(ddl==41){a="+345";ctrlvalue.value=a; }
	if(ddl==42){a="+236";ctrlvalue.value=a; }
	if(ddl==43){a="+235";ctrlvalue.value=a; }
	if(ddl==44){a="+56";ctrlvalue.value=a; }
	if(ddl==45){a="+86";ctrlvalue.value=a; }
	if(ddl==46){a="+61";ctrlvalue.value=a; }
	if(ddl==47){a="+";ctrlvalue.value=a; }
	if(ddl==48){a="+61";ctrlvalue.value=a; }
	if(ddl==49){a="+57";ctrlvalue.value=a; }
	if(ddl==50){a="+269";ctrlvalue.value=a; }
	if(ddl==51){a="+242";ctrlvalue.value=a; }
	if(ddl==52){a="+682";ctrlvalue.value=a; }
	if(ddl==53){a="+506";ctrlvalue.value=a; }
	if(ddl==54){a="+225";ctrlvalue.value=a; }
	if(ddl==55){a="+385";ctrlvalue.value=a; }
	if(ddl==56){a="+53";ctrlvalue.value=a; }
	if(ddl==57){a="+357";ctrlvalue.value=a; }
	if(ddl==58){a="+420";ctrlvalue.value=a; }
	if(ddl==59){a="+45";ctrlvalue.value=a; }
	if(ddl==60){a="+253";ctrlvalue.value=a; }
	if(ddl==61){a="+767";ctrlvalue.value=a; }
	if(ddl==62){a="+809";ctrlvalue.value=a; }
	if(ddl==63){a="+593";ctrlvalue.value=a; }
	if(ddl==64){a="+20";ctrlvalue.value=a; }
	if(ddl==65){a="+503";ctrlvalue.value=a; }
	if(ddl==66){a="+240";ctrlvalue.value=a; }
	if(ddl==67){a="+291";ctrlvalue.value=a; }
	if(ddl==68){a="+372";ctrlvalue.value=a; }
	if(ddl==69){a="+251";ctrlvalue.value=a; }
	if(ddl==70){a="+";ctrlvalue.value=a; }
	if(ddl==71){a="+500";ctrlvalue.value=a; }
	if(ddl==72){a="+298";ctrlvalue.value=a; }
	if(ddl==73){a="+679";ctrlvalue.value=a; }
	if(ddl==74){a="+358";ctrlvalue.value=a; }
	if(ddl==75){a="+33";ctrlvalue.value=a; }
	if(ddl==76){a="+594";ctrlvalue.value=a; }
	if(ddl==77){a="+689";ctrlvalue.value=a; }
	if(ddl==78){a="+";ctrlvalue.value=a; }
	if(ddl==79){a="+241";ctrlvalue.value=a; }
	if(ddl==80){a="+220";ctrlvalue.value=a; }
	if(ddl==81){a="+970";ctrlvalue.value=a; }
	if(ddl==82){a="+995";ctrlvalue.value=a; }
	if(ddl==83){a="+49";ctrlvalue.value=a; }
	if(ddl==84){a="+233";ctrlvalue.value=a; }
	if(ddl==85){a="+350";ctrlvalue.value=a; }
	if(ddl==86){a="+";ctrlvalue.value=a; }
	if(ddl==87){a="+30";ctrlvalue.value=a; }
	if(ddl==88){a="+473";ctrlvalue.value=a; }
	if(ddl==89){a="+299";ctrlvalue.value=a; }
	if(ddl==90){a="+590";ctrlvalue.value=a; }
	if(ddl==91){a="+671";ctrlvalue.value=a; }
	if(ddl==92){a="+502";ctrlvalue.value=a; }
	if(ddl==93){a="+44-1481";ctrlvalue.value=a; }
	if(ddl==94){a="+245";ctrlvalue.value=a; }
	if(ddl==95){a="+224";ctrlvalue.value=a; }
	if(ddl==96){a="+592";ctrlvalue.value=a; }
	if(ddl==97){a="+509";ctrlvalue.value=a; }
	if(ddl==98){a="+";ctrlvalue.value=a; }
	if(ddl==99){a="+379";ctrlvalue.value=a; }
	if(ddl==100){a="+504";ctrlvalue.value=a; }
	if(ddl==101){a="+852";ctrlvalue.value=a; }
	if(ddl==102){a="+";ctrlvalue.value=a; }
	if(ddl==103){a="+36";ctrlvalue.value=a; }
	if(ddl==104){a="+354";ctrlvalue.value=a; }
	if(ddl==105){a="+91";ctrlvalue.value=a; }
	if(ddl==106){a="+62";ctrlvalue.value=a; }
	if(ddl==107){a="+98";ctrlvalue.value=a; }
	if(ddl==108){a="+964";ctrlvalue.value=a; }
	if(ddl==109){a="+353";ctrlvalue.value=a; }
	if(ddl==110){a="+972";ctrlvalue.value=a; }
	if(ddl==111){a="+39";ctrlvalue.value=a; }
	if(ddl==112){a="+876";ctrlvalue.value=a; }
	if(ddl==113){a="+";ctrlvalue.value=a; }
	if(ddl==114){a="+81";ctrlvalue.value=a; }
	if(ddl==115){a="+";ctrlvalue.value=a; }
	if(ddl==116){a="+44-";ctrlvalue.value=a; }
	if(ddl==117){a="+";ctrlvalue.value=a; }
	if(ddl==118){a="+962";ctrlvalue.value=a; }
	if(ddl==119){a="+";ctrlvalue.value=a; }
	if(ddl==120){a="+7";ctrlvalue.value=a; }
	if(ddl==121){a="+254";ctrlvalue.value=a; }
	if(ddl==122){a="+686";ctrlvalue.value=a; }
	if(ddl==123){a="+850";ctrlvalue.value=a; }
	if(ddl==124){a="+82";ctrlvalue.value=a; }
	if(ddl==125){a="+965";ctrlvalue.value=a; }
	if(ddl==126){a="+996";ctrlvalue.value=a; }
	if(ddl==127){a="+856";ctrlvalue.value=a; }
	if(ddl==128){a="+371";ctrlvalue.value=a; }
	if(ddl==129){a="+961";ctrlvalue.value=a; }
	if(ddl==130){a="+266";ctrlvalue.value=a; }
	if(ddl==131){a="+231";ctrlvalue.value=a; }
	if(ddl==132){a="+218";ctrlvalue.value=a; }
	if(ddl==133){a="+423";ctrlvalue.value=a; }
	if(ddl==134){a="+370";ctrlvalue.value=a; }
	if(ddl==135){a="+352";ctrlvalue.value=a; }
	if(ddl==136){a="+853";ctrlvalue.value=a; }
	if(ddl==137){a="+389";ctrlvalue.value=a; }
	if(ddl==138){a="+261";ctrlvalue.value=a; }
	if(ddl==139){a="+265";ctrlvalue.value=a; }
	if(ddl==140){a="+60";ctrlvalue.value=a; }
	if(ddl==141){a="+960";ctrlvalue.value=a; }
	if(ddl==142){a="+223";ctrlvalue.value=a; }
	if(ddl==143){a="+356";ctrlvalue.value=a; }
	if(ddl==144){a="+44";ctrlvalue.value=a; }
	if(ddl==145){a="+692";ctrlvalue.value=a; }
	if(ddl==146){a="+596";ctrlvalue.value=a; }
	if(ddl==147){a="+222";ctrlvalue.value=a; }
	if(ddl==148){a="+230";ctrlvalue.value=a; }
	if(ddl==149){a="+269";ctrlvalue.value=a; }
	if(ddl==150){a="+52";ctrlvalue.value=a; }
	if(ddl==151){a="+691";ctrlvalue.value=a; }
	if(ddl==152){a="+";ctrlvalue.value=a; }
	if(ddl==153){a="+373";ctrlvalue.value=a; }
	if(ddl==154){a="+377";ctrlvalue.value=a; }
	if(ddl==155){a="+976";ctrlvalue.value=a; }
	if(ddl==156){a="+664";ctrlvalue.value=a; }
	if(ddl==157){a="+212";ctrlvalue.value=a; }
	if(ddl==158){a="+258";ctrlvalue.value=a; }
	if(ddl==159){a="+264";ctrlvalue.value=a; }
	if(ddl==160){a="+674";ctrlvalue.value=a; }
	if(ddl==161){a="+31";ctrlvalue.value=a; }
	if(ddl==162){a="+599";ctrlvalue.value=a; }
	if(ddl==163){a="+977";ctrlvalue.value=a; }
	if(ddl==164){a="+687";ctrlvalue.value=a; }
	if(ddl==165){a="+64";ctrlvalue.value=a; }
	if(ddl==166){a="+505";ctrlvalue.value=a; }
	if(ddl==167){a="+234";ctrlvalue.value=a; }
	if(ddl==168){a="+227";ctrlvalue.value=a; }
	if(ddl==169){a="+683";ctrlvalue.value=a; }
	if(ddl==170){a="+672";ctrlvalue.value=a; }
	if(ddl==171){a="+";ctrlvalue.value=a; }
	if(ddl==172){a="+1-670";ctrlvalue.value=a; }
	if(ddl==173){a="+47";ctrlvalue.value=a; }
	if(ddl==174){a="+968";ctrlvalue.value=a; }
	if(ddl==175){a="+92";ctrlvalue.value=a; }
	if(ddl==176){a="+680";ctrlvalue.value=a; }
	if(ddl==177){a="+507";ctrlvalue.value=a; }
	if(ddl==178){a="+675";ctrlvalue.value=a; }
	if(ddl==179){a="+595";ctrlvalue.value=a; }
	if(ddl==180){a="+51";ctrlvalue.value=a; }
	if(ddl==181){a="+63";ctrlvalue.value=a; }
	if(ddl==182){a="+64";ctrlvalue.value=a; }
	if(ddl==183){a="+351";ctrlvalue.value=a; }
	if(ddl==184){a="+351";ctrlvalue.value=a; }
	if(ddl==185){a="+787";ctrlvalue.value=a; }
	if(ddl==186){a="+974";ctrlvalue.value=a; }
	if(ddl==187){a="+262";ctrlvalue.value=a; }
	if(ddl==188){a="+40";ctrlvalue.value=a; }
	if(ddl==189){a="+7";ctrlvalue.value=a; }
	if(ddl==190){a="+250";ctrlvalue.value=a; }
	if(ddl==191){a="+290";ctrlvalue.value=a; }
	if(ddl==192){a="+1-869";ctrlvalue.value=a; }
	if(ddl==193){a="+758";ctrlvalue.value=a; }
	if(ddl==194){a="+508";ctrlvalue.value=a; }
	if(ddl==195){a="+1-784";ctrlvalue.value=a; }
	if(ddl==196){a="+685";ctrlvalue.value=a; }
	if(ddl==197){a="+378";ctrlvalue.value=a; }
	if(ddl==198){a="+239";ctrlvalue.value=a; }
	if(ddl==199){a="+966";ctrlvalue.value=a; }
	if(ddl==200){a="+44";ctrlvalue.value=a; }
	if(ddl==201){a="+221";ctrlvalue.value=a; }
	if(ddl==202){a="+";ctrlvalue.value=a; }
	if(ddl==203){a="+248";ctrlvalue.value=a; }
	if(ddl==204){a="+232";ctrlvalue.value=a; }
	if(ddl==205){a="+65";ctrlvalue.value=a; }
	if(ddl==206){a="+386";ctrlvalue.value=a; }
	if(ddl==207){a="+421";ctrlvalue.value=a; }
	if(ddl==208){a="+677";ctrlvalue.value=a; }
	if(ddl==209){a="+252";ctrlvalue.value=a; }
	if(ddl==210){a="+27";ctrlvalue.value=a; }
	if(ddl==211){a="+";ctrlvalue.value=a; }
	if(ddl==212){a="+34";ctrlvalue.value=a; }
	if(ddl==213){a="+";ctrlvalue.value=a; }
	if(ddl==214){a="+94";ctrlvalue.value=a; }
	if(ddl==215){a="+249";ctrlvalue.value=a; }
	if(ddl==216){a="+597";ctrlvalue.value=a; }
	if(ddl==217){a="+47";ctrlvalue.value=a; }
	if(ddl==218){a="+268";ctrlvalue.value=a; }
	if(ddl==219){a="+46";ctrlvalue.value=a; }
	if(ddl==220){a="+41";ctrlvalue.value=a; }
	if(ddl==221){a="+963";ctrlvalue.value=a; }
	if(ddl==222){a="+886";ctrlvalue.value=a; }
	if(ddl==223){a="+992";ctrlvalue.value=a; }
	if(ddl==224){a="+255";ctrlvalue.value=a; }
	if(ddl==225){a="+66";ctrlvalue.value=a; }
	if(ddl==226){a="+868";ctrlvalue.value=a; }
	if(ddl==227){a="+228";ctrlvalue.value=a; }
	if(ddl==228){a="+690";ctrlvalue.value=a; }
	if(ddl==229){a="+676";ctrlvalue.value=a; }
	if(ddl==230){a="+993";ctrlvalue.value=a; }
	if(ddl==231){a="+649";ctrlvalue.value=a; }
	if(ddl==232){a="+216";ctrlvalue.value=a; }
	if(ddl==233){a="+1-649";ctrlvalue.value=a; }
	if(ddl==234){a="+688";ctrlvalue.value=a; }
	if(ddl==235){a="+256";ctrlvalue.value=a; }
	if(ddl==236){a="+380";ctrlvalue.value=a; }
	if(ddl==237){a="+971";ctrlvalue.value=a; }
	if(ddl==238){a="+44";ctrlvalue.value=a; }
	if(ddl==239){a="+598";ctrlvalue.value=a; }
	if(ddl==240){a="+1";ctrlvalue.value=a; }
	if(ddl==241){a="+998";ctrlvalue.value=a; }
	if(ddl==242){a="+678";ctrlvalue.value=a; }
	if(ddl==243){a="+58";ctrlvalue.value=a; }
	if(ddl==244){a="+84";ctrlvalue.value=a; }
	if(ddl==245){a="+1-340";ctrlvalue.value=a; }
	if(ddl==246){a="+44";ctrlvalue.value=a; }
	if(ddl==247){a="+681";ctrlvalue.value=a; }
	if(ddl==248){a="+";ctrlvalue.value=a; }
	if(ddl==249){a="+212";ctrlvalue.value=a; }
	if(ddl==250){a="+967";ctrlvalue.value=a; }
	if(ddl==251){a="+381";ctrlvalue.value=a; }
	if(ddl==252){a="+260";ctrlvalue.value=a; }
	if(ddl==253){a="+263";ctrlvalue.value=a; }
	if(ddl==254){a="+";ctrlvalue.value=a; }
}

function FillFeet(ddlControl){
	var feetString = "4ft 5in 134cm|4ft  6in  137cm|4ft  7in  139cm|4ft  8in  142cm|4ft  9in  144cm|4ft  10in  147cm|4ft  11in  149cm|5ft  0in  152cm|5ft  1in  154cm|5ft  2in  157cm|5ft  3in  160cm|5ft  4in  162cm|5ft  5in  165cm|5ft  6in  167cm|5ft  7in  170cm|5ft  8in  172cm|5ft  9in  175cm|5ft  10in  177cm|5ft  11in  180cm|6ft  0in  182cm|6ft  1in  185cm|6ft  2in  187cm|6ft  3in  190cm|6ft  4in  193cm|6ft  5in  195cm|6ft  6in  198cm|6ft  7in  200cm|6ft  8in  203cm|6ft  9in  205cm|6ft  10in  208cm|6ft  11in  210cm|7ft  0in  213cm"
	document.getElementById(ddlControl).options.length=0
	for(i=0;i<feetString.split("|").length;i++)
	{
    	document.getElementById(ddlControl).options[i]=new Option(feetString.split("|")[i])
   	}
}

function FillWaist(ddlControl){
	var feetString = " less than 18 in|18 in (45 cm)|19 in (48 cm)|20 in (50 cm)|21 in (53 cm)|22 in (86 cm)|23 in (58 cm)|24 in (60 cm)|25 in (63 cm)|26 in (66 cm)|27 in (68 cm)|28 in (71 cm)|29 in (73 cm)|30 in (76 cm)|31 in (78 cm)|32 in (81 cm)|33 in (83 cm)|34 in (86 cm)|35 in (88 cm)|36 in (91 cm)|37 in (93 cm)|38 in (96 cm)|39 in (99 cm)|40 in (101 cm)|41 in (104 cm)|42 in (106 cm)|43 in (109 cm)|44 in (111 cm)|45 in (114 cm)|46 in (116 cm)|47 in (119 cm)|48 in (121 cm)|49 in (124 cm)|50 in (127 cm)|more than 50 in"
	document.getElementById(ddlControl).options.length=0
	for(i=0;i<feetString.split("|").length;i++)
	{
    	document.getElementById(ddlControl).options[i]=new Option(feetString.split("|")[i])
   	}
}

function FillShoe(ddlControl){
	var feetString = " 2|3|4|5|6|7|8|9|10|11|12|13|14+"
	document.getElementById(ddlControl).options.length=0
	for(i=0;i<feetString.split("|").length;i++)
	{
    	document.getElementById(ddlControl).options[i]=new Option(feetString.split("|")[i])
   	}
}

function FillShirt(ddlControl){
	var feetString = " 14 in (35 cm)|14.5 in (36 cm)|15 in (38 cm)|15.5 in (39 cm)|16 in (40 cm)|16.5 in (41 cm)|17 in (43 cm)|17.5 in (44 cm)|18 in (45 cm)|more than 18 in"
	document.getElementById(ddlControl).options.length=0
	for(i=0;i<feetString.split("|").length;i++)
	{
    	document.getElementById(ddlControl).options[i]=new Option(feetString.split("|")[i])
   	}
}

function FillShoot(ddlControl){
	var feetString = " under 40|40 in (101 cm)|41 in (104 cm)|42 in (106 cm)|43 in (109 cm)|44 in (111 cm)|45 in (114 cm)|46 in (116 cm)|more than 46 in"
	document.getElementById(ddlControl).options.length=0
	for(i=0;i<feetString.split("|").length;i++)
	{
    	document.getElementById(ddlControl).options[i]=new Option(feetString.split("|")[i])
   	}
}

function FillAge(ddlAge)
{	
for (var y=1; y<=100; y++){
document.getElementById(ddlAge).options[y]=new Option([y]);
}}  

function FillCurrency(ddlControl)
{ 
	var resString1 = "USD|EUR|GBP|CAD|SAR|INR|----|ALL|AFN|ARS|AWG|AUD|AZN|BSD|BBD|BYR|BZD|BMD|BOB|BAM|BWP|BGN|BRL|BND|KHR|KYD|CLP|CNY|COP|CRC|HRK|CUP|EUR|CZK|DKK|DOP|XCD|EGP|SVC|EEK|FKP|FJD|EUR|GHC|GIP|EUR|GTQ|GGP|GYD|HNL|HKD|HUF|ISK|IDR|IRR|EUR|IMP|ILS|EUR|JMD|JPY|JEP|KZT|KPW|KRW|KGS|LAK|LVL|LBP|LRD|CHF|LTL|EUR|MKD|MYR|EUR|MUR|MXN|MNT|MZN|NAD|NPR|ANG|EUR|NZD|NIO|NGN|NOK|OMR|PKR|PAB|PYG|PEN|PHP|PLN|QAR|RON|RUB|SHP|RSD|SCR|SGD|EUR|SBD|SOS|ZAR|EUR|LKR|SEK|CHF|SRD|SYP|TWD|THB|TTD|TRY|TRL|TVD|UAH|UYU|UZS|EUR|VEF|VND|YER|ZWD"; 
	document.getElementById(ddlControl).options.length=0;
	for(i=0;i<resString1.split("|").length;i++){
	document.getElementById(ddlControl).options[i]=new Option(resString1.split("|")[i])
	document.getElementById(ddlControl).options[i].value=document.getElementById(ddlControl).options[i].text;
	}
}