
  //Info Finder
  
  function lookfor1(index)
  {          
    with (document.frmInfoFinder)
    {
    
	    //Clear all options of cboPlanning2
	    for (i=cboPlanning2.options.length-1; i>=0; i--)
	    {
	      cboPlanning2.options[i]=null;
	    }

  	    //Reset cboPlanning3
		lookfor2(index, 0);       
    
	    switch(index)
	    {  
	      	//What are the courses/schools available?
	      	case 1:    
				var item0 = new Option('- Please select one option -');
				cboPlanning2.options[0] = item0;

				var item1 = new Option('Pre-school education (approx 3-6 yrs of age)', strExportBase + 'stu/stu0101' + strFileExt);
				cboPlanning2.options[1] = item1;

				var item2 = new Option('Primary school education (approx 7-12 yrs of age)', '');
				cboPlanning2.options[2] = item2;

				var item3 = new Option('Secondary school education (approx 13-16 yrs of age)', '');
				cboPlanning2.options[3] = item3;

				var item4 = new Option('Pre-university education (approx 17-18 yrs of age)', strExportBase + 'stu/stu0104' + strFileExt);
				cboPlanning2.options[4] = item4;

				var item5 = new Option('Tertiary education (approx >17 yrs of age)', '');
				cboPlanning2.options[5] = item5;

				var item6 = new Option('Specialty programmes', '');
				cboPlanning2.options[6] = item6;

				var item7 = new Option('Short-term enrichment/upgrading courses', '');
				cboPlanning2.options[7] = item7;

				cboPlanning2.disabled = false;
				break;

	      	//What to know when planning an education field trip?
	      	case 2:    
				var item0 = new Option('- Please select one option -');
				cboPlanning2.options[0] = item0;

				var item1 = new Option('How to plan an overseas school trip?', strExportBase + 'ove/ove0101' + strFileExt);
				cboPlanning2.options[1] = item1;

				var item2 = new Option('What are some sample itineraries that I can refer to?', strExportBase + 'ove/ove0102' + strFileExt);
				cboPlanning2.options[2] = item2;

				var item3 = new Option('What are some recommended places to visit?', strExportBase + 'ove/ove0103' + strFileExt);
				cboPlanning2.options[3] = item3;

				var item4 = new Option('Can we visit a local school?', strExportBase + 'ove/ove0104' + strFileExt);
				cboPlanning2.options[4] = item4;

				var item5 = new Option('Are there any travel packages for student groups?', strScriptBase + 'asp/hig/hig11a.asp');
				cboPlanning2.options[5] = item5;

				var item6 = new Option('What are the leisure activities I can enjoy?', '');
				cboPlanning2.options[6] = item6;

				var item7 = new Option('What else do I need to know about Singapore?', strExportBase + 'liv/liv01' + strFileExt);
				cboPlanning2.options[7] = item7;
	
				cboPlanning2.disabled = false;
				break;	

	      	//What to know when planning a corporate training trip?
	      	case 3:    
				var item0 = new Option('- Please select one option -');
				cboPlanning2.options[0] = item0;

				var item1 = new Option('How to plan an overseas training programme?', strExportBase + 'cor/cor01' + strFileExt);
				cboPlanning2.options[1] = item1;

				var item2 = new Option('What are some sample itineraries I can refer to?', strExportBase + 'cor/cor02' + strFileExt);
				cboPlanning2.options[2] = item2;

				var item3 = new Option('Which are the corporate training providers I can approach?', strScriptBase + 'asp/edu/edu0405a.asp');
				cboPlanning2.options[3] = item3;

				var item4 = new Option('Which are the public galleries I can visit?', strExportBase + 'cor/cor04' + strFileExt);
				cboPlanning2.options[4] = item4;

				var item5 = new Option('What are the leisure activities I can enjoy?', '');
				cboPlanning2.options[5] = item5;

				var item6 = new Option('What else do I need to know about Singapore?', strExportBase + 'liv/liv01' + strFileExt);
				cboPlanning2.options[6] = item6;
				
				cboPlanning2.disabled = false;
				break;		

	      	//What are some services available for international students?
	      	case 6:    
				var item0 = new Option('- Please select one option -');
				cboPlanning2.options[0] = item0;

				var item1 = new Option('Are there orientation programmes I can join?', strExportBase + 'int/int01' + strFileExt);
				cboPlanning2.options[1] = item1;

				var item2 = new Option('Are there any privileges/benefits I get to enjoy?', strExportBase + 'int/int02' + strFileExt);
				cboPlanning2.options[2] = item2;

				var item3 = new Option('Are there any clubs/activities I can join?', strExportBase + 'int/int03' + strFileExt);
				cboPlanning2.options[3] = item3;

				var item4 = new Option('Where can I seek education advice and counseling?', '');
				cboPlanning2.options[4] = item4;

				var item5 = new Option('Where can I get internet access and other technology support?', strExportBase + 'int/int05' + strFileExt);
				cboPlanning2.options[5] = item5;
				
				cboPlanning2.disabled = false;
				break;	

	      	//What are the leisure activities I can enjoy?
	      	case 7:      	
				var item0 = new Option('- Please select one option -');
				cboPlanning2.options[0] = item0;

				var item1 = new Option('What are the attractions to visit?', strExportBase + 'liv/liv01001' + strFileExt);
				cboPlanning2.options[1] = item1;

				var item2 = new Option('Where can I enjoy the arts?', strExportBase + 'liv/liv01002' + strFileExt);
				cboPlanning2.options[2] = item2;

				var item3 = new Option('Where to enjoy food and drinks?', strExportBase + 'liv/liv01003' + strFileExt);
				cboPlanning2.options[3] = item3;

				var item4 = new Option('Where can I go shopping?', strExportBase + 'liv/liv01004' + strFileExt);
				cboPlanning2.options[4] = item4;

				var item5 = new Option('Where can I visit parks and reserves?', strExportBase + 'liv/liv01005' + strFileExt);
				cboPlanning2.options[5] = item5;

				var item6 = new Option('Where are the places of worship?', strExportBase + 'liv/liv01006' + strFileExt);
				cboPlanning2.options[6] = item6;

				var item7 = new Option('Where can I play sports?', strExportBase + 'liv/liv01007' + strFileExt);
				cboPlanning2.options[7] = item7;				

				var item8 = new Option('Where can I travel to?', strExportBase + 'liv/liv01008' + strFileExt);
				cboPlanning2.options[8] = item8;

				var item9 = new Option('Where can I find libraries?', strExportBase + 'liv/liv01009' + strFileExt);
				cboPlanning2.options[9] = item9;	
				
				cboPlanning2.disabled = false;
				break;

	      	//What else do I need to know about living in Singapore?
	      	case 8:    	
				var item0 = new Option('- Please select one option -');
				cboPlanning2.options[0] = item0;

				var item1 = new Option('What is the cost of living?', strExportBase + 'liv/liv01' + strFileExt);
				cboPlanning2.options[1] = item1;

				var item2 = new Option('What currency should I use?', strExportBase + 'liv/liv02' + strFileExt);
				cboPlanning2.options[2] = item2;

				var item3 = new Option('What are the common modes of transport?', strExportBase + 'liv/liv03' + strFileExt);
				cboPlanning2.options[3] = item3;

				var item4 = new Option('Where do I get my telecommunications needs?', strExportBase + 'liv/liv04' + strFileExt);
				cboPlanning2.options[4] = item4;

				var item5 = new Option('What should I wear?', strExportBase + 'liv/liv05' + strFileExt);
				cboPlanning2.options[5] = item5;

				var item6 = new Option('Can international students work in Singapore?', strExportBase + 'liv/liv06' + strFileExt);
				cboPlanning2.options[6] = item6;

				var item7 = new Option('What are some useful telephone numbers?', strExportBase + 'liv/liv07' + strFileExt);
				cboPlanning2.options[7] = item7;				

				var item8 = new Option('Where is my embassy located?', strExportBase + 'liv/liv08' + strFileExt);
				cboPlanning2.options[8] = item8;

				var item9 = new Option('What else do I need to know?', strExportBase + 'liv/liv09' + strFileExt);
				cboPlanning2.options[9] = item9;	
				
				cboPlanning2.disabled = false;
				break;	
				
			default:    
				var item0 = new Option('- Please select one option -');
				cboPlanning2.options[0] = item0;	
				cboPlanning2.disabled = true;
		}
	}
  }
  
    function lookfor2(index1, index2)
    {          
      with (document.frmInfoFinder)
      {
      
  	    //Clear all options of Looking For
  	    for (i=cboPlanning3.options.length-1; i>=0; i--)
  	    {
  	      cboPlanning3.options[i]=null;
  	    }    
     
  	    switch(index1)
  	    {  
  	    	//What are the courses/schools available?
  	    	case 1:
  	    		switch(index2)
  	    		{  	    	
					//Primary school education (approx 7-12 yrs of age)
  	    			case 2:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('Primary Schools (MOE)', strExportBase + 'stu/stu0102' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Foreign System Schools / International Schools', strExportBase + 'stu/stu0110' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('Private Schools ', strExportBase + 'stu/stu0109' + strFileExt);
						cboPlanning3.options[3] = item3;

						cboPlanning3.disabled = false;
						break;

					//Secondary school education (approx 13-16 yrs of age)
  	    			case 3:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('Secondary Schools (MOE)', strExportBase + 'stu/stu0103' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Foreign System Schools / International Schools', strExportBase + 'stu/stu0110' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('Private Schools ', strExportBase + 'stu/stu0109' + strFileExt);
						cboPlanning3.options[3] = item3;
						
						cboPlanning3.disabled = false;
						break;

					//Pre-university education (approx 17-18 yrs of age)
  	    			case 4:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('Junior College/Pre-University', strExportBase + 'stu/stu0104' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Polytechnics', strExportBase + 'stu/stu0105' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('Private Schools', strExportBase + 'stu/stu0109' + strFileExt);
						cboPlanning3.options[3] = item3;

						var item4 = new Option('Foreign System Schools / International Schools', strExportBase + 'stu/stu0110' + strFileExt);
						cboPlanning3.options[4] = item4;
						
						cboPlanning3.disabled = false;
						break;						
  	    		
					//Tertiary education (approx >17 yrs of age)
  	    			case 5:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('Polytechnics (Diploma)', strExportBase + 'stu/stu0105' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Universities (Degree)', strExportBase + 'stu/stu0107' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('Private Arts Institutions (Diploma/Degree)', strExportBase + 'stu/stu0108' + strFileExt);
						cboPlanning3.options[3] = item3;

						var item4 = new Option('Private Schools (Diploma/Degree)', strExportBase + 'stu/stu0109' + strFileExt);
						cboPlanning3.options[4] = item4;
						
						cboPlanning3.disabled = false;
						break;
							
					//Specialty programmes
					case 6:    
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('Arts- and design-related courses', strExportBase + 'stu/stu0108' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Technical and vocational courses', strExportBase + 'stu/stu0106' + strFileExt);
						cboPlanning3.options[2] = item2;

						cboPlanning3.disabled = false;
						break;	

					//Short-term enrichment/upgrading courses
					case 7:    
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('Enrichment and language courses', strScriptBase + 'asp/ove/ove02.asp'); //+ strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Corporate training and professional upgrading', strExportBase + 'cor/cor01' + strFileExt);
						cboPlanning3.options[2] = item2;

						cboPlanning3.disabled = false;
						break;	

					default:    
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;
						cboPlanning3.disabled = true;
				}
			
				break;
			
			//What to know when planning an education field trip?
			case 2:
  	    		switch(index2)
  	    		{  	    							
					//What are the leisure activities I can enjoy?
  	    			case 6:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('What are the attractions to visit?', strExportBase + 'liv/liv01001' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Where can I enjoy the arts?', strExportBase + 'liv/liv01002' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('Where to enjoy food and drinks?', strExportBase + 'liv/liv01003' + strFileExt);
						cboPlanning3.options[3] = item3;

						var item4 = new Option('Where can I go shopping?', strExportBase + 'liv/liv01004' + strFileExt);
						cboPlanning3.options[4] = item4;

						var item5 = new Option('Where can I visit parks and reserves?', strExportBase + 'liv/liv01005' + strFileExt);
						cboPlanning3.options[5] = item5;

						var item6 = new Option('Where are the places of worship?', strExportBase + 'liv/liv01006' + strFileExt);
						cboPlanning3.options[6] = item6;

						var item7 = new Option('Where can I play sports?', strExportBase + 'liv/liv01007' + strFileExt);
						cboPlanning3.options[7] = item7;				

						var item8 = new Option('Where can I travel to?', strExportBase + 'liv/liv01008' + strFileExt);
						cboPlanning3.options[8] = item8;

						var item9 = new Option('Where can I find libraries?', strExportBase + 'liv/liv01009' + strFileExt);
						cboPlanning3.options[9] = item9;
						
						cboPlanning3.disabled = false;
						break;

					//What else do I need to know about Singapore?
  	    			case 7:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('What is the cost of living?', strExportBase + 'liv/liv01' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('What currency should I use?', strExportBase + 'liv/liv02' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('What are the common modes of transport?', strExportBase + 'liv/liv03' + strFileExt);
						cboPlanning3.options[3] = item3;

						var item4 = new Option('Where do I get my telecommunications needs?', strExportBase + 'liv/liv04' + strFileExt);
						cboPlanning3.options[4] = item4;

						var item5 = new Option('What should I wear?', strExportBase + 'liv/liv05' + strFileExt);
						cboPlanning3.options[5] = item5;

						var item6 = new Option('Can international students work in Singapore?', strExportBase + 'liv/liv06' + strFileExt);
						cboPlanning3.options[6] = item6;

						var item7 = new Option('What are some useful telephone numbers?', strExportBase + 'liv/liv07' + strFileExt);
						cboPlanning3.options[7] = item7;				

						var item8 = new Option('Where is my embassy located?', strExportBase + 'liv/liv08' + strFileExt);
						cboPlanning3.options[8] = item8;

						var item9 = new Option('What else do I need to know?', strExportBase + 'liv/liv09' + strFileExt);
						cboPlanning3.options[9] = item9;
						
						cboPlanning3.disabled = false;
						break;
						
					default:    
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;
						cboPlanning3.disabled = true;
						
				}
				
				break;
				
			//What to know when planning a corporate training trip?
			case 3:
  	    		switch(index2)
  	    		{  							
					//What are the leisure activities I can enjoy?
  	    			case 5:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('What are the attractions to visit?', strExportBase + 'liv/liv01001' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Where can I enjoy the arts?', strExportBase + 'liv/liv01002' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('Where to enjoy food and drinks?', strExportBase + 'liv/liv01003' + strFileExt);
						cboPlanning3.options[3] = item3;

						var item4 = new Option('Where can I go shopping?', strExportBase + 'liv/liv01004' + strFileExt);
						cboPlanning3.options[4] = item4;

						var item5 = new Option('Where can I visit parks and reserves?', strExportBase + 'liv/liv01005' + strFileExt);
						cboPlanning3.options[5] = item5;

						var item6 = new Option('Where are the places of worship?', strExportBase + 'liv/liv01006' + strFileExt);
						cboPlanning3.options[6] = item6;

						var item7 = new Option('Where can I play sports?', strExportBase + 'liv/liv01007' + strFileExt);
						cboPlanning3.options[7] = item7;				

						var item8 = new Option('Where can I travel to?', strExportBase + 'liv/liv01008' + strFileExt);
						cboPlanning3.options[8] = item8;

						var item9 = new Option('Where can I find libraries?', strExportBase + 'liv/liv01009' + strFileExt);
						cboPlanning3.options[9] = item9;
						
						cboPlanning3.disabled = false;
						break;

					//What else do I need to know about Singapore?
  	    			case 6:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('What is the cost of living?', strExportBase + 'liv/liv01' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('What currency should I use?', strExportBase + 'liv/liv02' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('What are the common modes of transport?', strExportBase + 'liv/liv03' + strFileExt);
						cboPlanning3.options[3] = item3;

						var item4 = new Option('Where do I get my telecommunications needs?', strExportBase + 'liv/liv04' + strFileExt);
						cboPlanning3.options[4] = item4;

						var item5 = new Option('What should I wear?', strExportBase + 'liv/liv05' + strFileExt);
						cboPlanning3.options[5] = item5;

						var item6 = new Option('Can international students work in Singapore?', strExportBase + 'liv/liv06' + strFileExt);
						cboPlanning3.options[6] = item6;

						var item7 = new Option('What are some useful telephone numbers?', strExportBase + 'liv/liv07' + strFileExt);
						cboPlanning3.options[7] = item7;				

						var item8 = new Option('Where is my embassy located?', strExportBase + 'liv/liv08' + strFileExt);
						cboPlanning3.options[8] = item8;

						var item9 = new Option('What else do I need to know?', strExportBase + 'liv/liv09' + strFileExt);
						cboPlanning3.options[9] = item9;
						
						cboPlanning3.disabled = false;
						break;	
						
					default:    
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;
						cboPlanning3.disabled = true;
				}
				
				break;
				
			//What are some services available for international students?
			case 6:
  	    		switch(index2)
  	    		{  						
					//Where can I seek education advice and counseling?
  	    			case 4:     
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;

						var item1 = new Option('Singapore Education Specialists', strExportBase + 'stu/stu0305' + strFileExt);
						cboPlanning3.options[1] = item1;

						var item2 = new Option('Singapore Education Services Centre', strExportBase + 'int/int06' + strFileExt);
						cboPlanning3.options[2] = item2;

						var item3 = new Option('Counselling centres in Educational institutions', strExportBase + 'int/int04' + strFileExt);
						cboPlanning3.options[3] = item3;
						
						cboPlanning3.disabled = false;
						break;	

					default:    
						var item0 = new Option('- Please select one option -');
						cboPlanning3.options[0] = item0;
						cboPlanning3.disabled = true;
					
				}
				
				break;
			
			default:    
				var item0 = new Option('- Please select one option -');
				cboPlanning3.options[0] = item0;
				cboPlanning3.disabled = true;
				
		}
	}
  }
  
  
  function goToURL(URL1, URL2, URL3) 
  {      
  	if (URL3 != "")
		document.location.href=URL3; 
	else if (URL2 != "")
		document.location.href=URL2;	
	else if (URL1 != "")
		document.location.href=URL1;
  }  