/* ####################### change Course ####################### */
function changeAreaOfInterest(thisForm){
aMenu=thisForm.area_of_interest;
aMenu1=thisForm.specialization;
with  (aMenu){
switch (value) {  
case 0:
aMenu1.options.length=0;
aMenu1.options[0]=
new Option("Select Course","none")
aMenu1.options[0].selected=true;
history.go(0)
break    
case "Animation, Multimedia and Web Design":
getCourse1(aMenu1) 
break
case "Arts and Humanities ":  
getCourse2(aMenu1) 
break 
case "Aviation, Hotel and Hospitality":  
getCourse3(aMenu1) 
break 
case "Business Management and Studies":  
getCourse4(aMenu1) 
break
case "Computer and Information Technology":  
getCourse5(aMenu1) 
break
case "Creative Arts and Design":  
getCourse6(aMenu1) 
break
case "Education and Teaching":  
getCourse7(aMenu1) 
break
case "Health and Medicine":  
getCourse8(aMenu1) 
break
case "Legal and Paralegal":  
getCourse9(aMenu1) 
break
case "MBA":  
getCourse10(aMenu1) 
break
case "Media, Films and Mass Communication":  
getCourse11(aMenu1) 
break
case "Science and Engineering":  
getCourse12(aMenu1) 
break
}
}
}

function getCourse1(aMenu){
//Animation, Multimedia and Web Design
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Animation, Graphics and Multimedia","Animation, Graphics and Multimedia");
options[2] = new Option("Game Development","Game Development");
options[3] = new Option("Web Designing","Web Designing");

}
}

function getCourse2(aMenu){
//Arts and Humanities 
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Archaeology","Archaeology");
options[2] = new Option("Arts","Arts");
options[3] = new Option("Classical Dance","Classical Dance");
options[4] = new Option("Classical Music","Classical Music");
options[5] = new Option("Communications","Communications");
options[6] = new Option("Geography and Geology","Geography and Geology");
options[7] = new Option("History","History");
options[8] = new Option("Humanities","Humanities");
options[9] = new Option("Languages","Languages");
options[10] = new Option("Philosophy","Philosophy");
options[11] = new Option("Politics","Politics");
options[12] = new Option("Psychology and Applied Psychology","Psychology and Applied Psychology");
options[13] = new Option("Sociology, Social Science and Social Work","Sociology, Social Science and Social Work");
}
}

function getCourse3(aMenu){
//Aviation, Hotel and Hospitality
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Airline Ticketing","Airline Ticketing");
options[2] = new Option("Airport Management","Airport Management");
options[3] = new Option("Cabin Crew","Cabin Crew");
options[4] = new Option("Pilot Training","Pilot Training");
options[5] = new Option("Hotel Management","Hotel Management");
options[6] = new Option("Personal Services","Personal Services");
options[7] = new Option("Travel and Tourism","Travel and Tourism");
options[8] = new Option("Hospitality Management","Hospitality Management");
}
}

function getCourse4(aMenu){
//Business Management and Studies
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("BBA","BBA");
options[2] = new Option("E-Business and E-Commerce","E-Business and E-Commerce");
options[3] = new Option("Entrepreneurship and Innovation","Entrepreneurship and Innovation");
options[4] = new Option("Event Management","Event Management");
options[5] = new Option("Human Resources","Human Resources");
options[6] = new Option("International Business","International Business");
options[7] = new Option("Marketing","Marketing");
options[8] = new Option("NGO","NGO");
options[9] = new Option("Operations - Supply Chain and BPOs","Operations - Supply Chain and BPOs");
options[10] = new Option("Retail Management","Retail Management");
}
}

function getCourse5(aMenu){
//Computer and Information Technology
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Computer Aided Design","Computer Aided Design");
options[2] = new Option("Computer Programming","Computer Programming");
options[3] = new Option("Cryptography","Cryptography");
options[4] = new Option("Data management","Data management");
options[5] = new Option("Data storage","Data storage");
options[6] = new Option("Enterprise Resource Planning","Enterprise Resource Planning");
options[7] = new Option("Internet Technology","Internet Technology");
options[8] = new Option("Information Security","Information Security");
options[9] = new Option("Information Systems","Information Systems");
options[10] = new Option("Information Technology Audit","Information Technology Audit");
options[11] = new Option("Networking","Networking");
options[12] = new Option("Operating Systems","Operating Systems");
options[13] = new Option("Systems and Network Administration","Systems and Network Administration");
options[14] = new Option("Telematics","Telematics");
options[15] = new Option("Computer Certification Courses","Computer Certification Courses");
}
}

function getCourse6(aMenu){
//Creative Arts and Design
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Apparel Marketing & Marchandising","Apparel Marketing & Marchandising");
options[2] = new Option("Creative Design - Others","Creative Design - Others");
options[3] = new Option("Creative Writing","Creative Writing");
options[4] = new Option("Fashion Designing","Fashion Designing");
options[5] = new Option("Fine Arts","Fine Arts");
options[6] = new Option("Industrial Design","Industrial Design");
options[7] = new Option("Interior Desgining","Interior Desgining");
options[8] = new Option("Jewellary Design","Jewellary Design");
options[9] = new Option("Textile Design","Textile Design");
}
}

function getCourse7(aMenu){
//Education and Teaching
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Adult Education","Adult Education");
options[2] = new Option("Early Childhood Education","Early Childhood Education");
options[3] = new Option("Education - General","Education - General");
options[4] = new Option("Education - Other","Education - Other");
options[5] = new Option("Primary Education","Primary Education");
options[6] = new Option("Secondary and Higher Education","Secondary and Higher Education");
}
}

function getCourse8(aMenu){
//Health and Medicine
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Alternative Medicine and Counselling","Alternative Medicine and Counselling");
options[2] = new Option("Anaesthesiology","Anaesthesiology");
options[3] = new Option("Anatomy","Anatomy");
options[4] = new Option("Ayurvedic Medicine","Ayurvedic Medicine");
options[5] = new Option("Beauty and Nutrition Courses","Beauty and Nutrition Courses");
options[6] = new Option("Biochemistry","Biochemistry");
options[7] = new Option("Biomedical Engineering","Biomedical Engineering");
options[8] = new Option("Biophysics","Biophysics");
options[9] = new Option("Biostatistics","Biostatistics");
options[10] = new Option("Biotechnology","Biotechnology");
options[11] = new Option("Cardiology","Cardiology");
options[12] = new Option("Clinical Research","Clinical Research");
options[13] = new Option("Community Medicine","Community Medicine");
options[14] = new Option("Dental Education and Research","Dental Education and Research");
options[15] = new Option("Dermatology and Venereology","Dermatology and Venereology");
options[16] = new Option("Endocrinology, Metabolism and Diabetes","Endocrinology, Metabolism and Diabetes");
options[17] = new Option("Fitness Training","Fitness Training");
options[18] = new Option("Forensics and Criminology","Forensics and Criminology");
options[19] = new Option("Gastroenterology and Human Nutrition","Gastroenterology and Human Nutrition");
options[20] = new Option("Gastrointestinal Surgery","Gastrointestinal Surgery");
options[21] = new Option("Gynaecology and Sex Related Health","Gynaecology and Sex Related Health");
options[22] = new Option("Haematology","Haematology");
options[23] = new Option("Homeopathy","Homeopathy");
options[24] = new Option("Hospital Administration","Hospital Administration");
options[25] = new Option("Immunology","Immunology");
options[26] = new Option("Laboratory Medicine","Laboratory Medicine");
options[27] = new Option("MBBS","MBBS");
options[28] = new Option("MD","MD");
options[29] = new Option("Medicine","Medicine");
options[30] = new Option("Microbiology","Microbiology");
options[31] = new Option("Nephrology","Nephrology");
options[32] = new Option("Neurosciences","Neurosciences");
options[33] = new Option("Nuclear Medicine","Nuclear Medicine");
options[34] = new Option("Nuclear Magnetic Resonance Imaging","Nuclear Magnetic Resonance Imaging");
options[35] = new Option("Nursing, Paramedics and Midwifery","Nursing, Paramedics and Midwifery");
options[36] = new Option("Obstetrics and Gynaecology","Obstetrics and Gynaecology");
options[37] = new Option("Ophthalmic Sciences","Ophthalmic Sciences");
options[38] = new Option("Orthopaedics","Orthopaedics");
options[39] = new Option("Otorhinolaryngology","Otorhinolaryngology");
options[40] = new Option("Paediatrics","Paediatrics");
options[41] = new Option("Paediatric Surgery","Paediatric Surgery");
options[42] = new Option("Podiatry","Podiatry");
options[43] = new Option("Pathology and Disease Research","Pathology and Disease Research");
options[44] = new Option("Pharmacology","Pharmacology");
options[45] = new Option("Physiology","Physiology");
options[46] = new Option("Physiothreapy, Occupational Health and Ergonomics","Physiothreapy, Occupational Health and Ergonomics");
options[47] = new Option("Physical Medicine & Rehabilitation","Physical Medicine & Rehabilitation");
options[48] = new Option("Psychiatry","Psychiatry");
options[49] = new Option("Radiology and Other Testing","Radiology and Other Testing");
options[50] = new Option("Reproductive Biology","Reproductive Biology");
options[51] = new Option("Sports Related Health","Sports Related Health");
options[52] = new Option("Surgical Disciplines","Surgical Disciplines");
options[53] = new Option("Transplant Immunology & Immunogenetics","Transplant Immunology & Immunogenetics");
options[54] = new Option("Transfusion Medicine (Blood Bank)","Transfusion Medicine (Blood Bank)");
options[55] = new Option("Urology","Urology");
options[56] = new Option("Veterinary and Animal Studies","Veterinary and Animal Studies");
options[57] = new Option("Pre-Med","Pre-Med");
}
}

function getCourse9(aMenu){
//Legal and Paralegal
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Arbitration and Alternate Dispute Resolution Law","Arbitration and Alternate Dispute Resolution Law");
options[2] = new Option("Civil Law","Civil Law");
options[3] = new Option("Constitutional Law","Constitutional Law");
options[4] = new Option("Contract and Business Law","Contract and Business Law");
options[5] = new Option("Corporate and Company Law","Corporate and Company Law");
options[6] = new Option("Criminal Law","Criminal Law");
options[7] = new Option("Environmental Law","Environmental Law");
options[8] = new Option("Family Law","Family Law");
options[9] = new Option("Foreign Exchange Regulation","Foreign Exchange Regulation");
options[10] = new Option("Industrial and Labour Law","Industrial and Labour Law");
options[11] = new Option("Intellectual Property Law","Intellectual Property Law");
options[12] = new Option("International Law","International Law");
options[13] = new Option("Investment and Stock Market Regulation","Investment and Stock Market Regulation");
options[14] = new Option("Law","Law");
options[15] = new Option("Paralegal Studies","Paralegal Studies");
options[16] = new Option("Women and Child Welfare Law","Women and Child Welfare Law");
}
}

function getCourse10(aMenu){
//MBA
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("MBA - Communication","MBA - Communication");
options[2] = new Option("MBA - Finance","MBA - Finance");
options[3] = new Option("MBA - General and Others","MBA - General and Others");
options[4] = new Option("MBA - Hospitality","MBA - Hospitality");
options[5] = new Option("MBA - HR","MBA - HR");
options[6] = new Option("MBA - IT and Systems","MBA - IT and Systems");
options[7] = new Option("MBA - Marketing","MBA - Marketing");
options[8] = new Option("MBA - Operations","MBA - Operations");
options[9] = new Option("MBA - Retail","MBA - Retail");
options[10] = new Option("MBA - Strategy","MBA - Strategy");
}
}

function getCourse11(aMenu){
//Media, Films and Mass Communication, Performing Arts
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Acting and Production","Acting and Production");
options[2] = new Option("Advertising","Advertising");
options[3] = new Option("Dance","Dance");
options[4] = new Option("Dramatics","Dramatics");
options[5] = new Option("Events Management","Events Management");
options[6] = new Option("Films and Media Arts","Films and Media Arts");
options[7] = new Option("Mass Communication","Mass Communication");
options[8] = new Option("Media and Related Courses","Media and Related Courses");
options[9] = new Option("Music","Music");
options[10] = new Option("Online Media","Online Media");
options[11] = new Option("Performing Arts","Performing Arts");
options[12] = new Option("Photography","Photography");
options[13] = new Option("Publishing","Publishing");
options[14] = new Option("Radio","Radio");
options[15] = new Option("Television","Television");
options[16] = new Option("Film Production","Film Production");
options[17] = new Option("Music Production","Music Production");
}
}

function getCourse12(aMenu){
//Science and Engineering
nullOptions(aMenu);
with (aMenu){
//Rewrites the text and values
options[0]=new Option("Select Course","none");
options[1] = new Option("Aeronautical Engineering","Aeronautical Engineering");
options[2] = new Option("Architecture and Interior Design","Architecture and Interior Design");
options[3] = new Option("Automotive Engineering","Automotive Engineering");
options[4] = new Option("Biology and Applied Biology","Biology and Applied Biology");
options[5] = new Option("Biomedical Sciences","Biomedical Sciences");
options[6] = new Option("Biotechnology","Biotechnology");
options[7] = new Option("Chemical Engineering","Chemical Engineering");
options[8] = new Option("Chemistry and Applied Chemistry","Chemistry and Applied Chemistry");
options[9] = new Option("Civil Engineering","Civil Engineering");
options[10] = new Option("Computer Science Engineering","Computer Science Engineering");
options[11] = new Option("Electrical Engineering","Electrical Engineering");
options[12] = new Option("Electronics and Communication Engineering","Electronics and Communication Engineering");
options[13] = new Option("Environmental, Waste and Safety Studies","Environmental, Waste and Safety Studies");
options[14] = new Option("Food and Agricultural Technology","Food and Agricultural Technology");
options[15] = new Option("Industrial and Manufacturing Engineering","Industrial and Manufacturing Engineering");
options[16] = new Option("Innovation and Enterprise Engineering","Innovation and Enterprise Engineering");
options[17] = new Option("Marine Sciences","Marine Sciences");
options[18] = new Option("Mathematics and Computing","Mathematics and Computing");
options[19] = new Option("Mechanical Engineering","Mechanical Engineering");
options[20] = new Option("Mining and Metallurgy","Mining and Metallurgy");
options[21] = new Option("Physics and Applied Physics","Physics and Applied Physics");
options[22] = new Option("Robotic Engineering and Mechatronics","Robotic Engineering and Mechatronics");
options[23] = new Option("Science - General","Science - General");
options[24] = new Option("Textile Engineering","Textile Engineering");
}
}

function nullOptions(aMenu){
aMenu.options.length=0;
}

function fieldSet(obj,str) {
	if(obj.value == str) {
		obj.value = '';
	}
}

function fieldReset(obj,str) {
	if(obj.value == '') {
		obj.value = str;
	}
}
