function findContact() 
{
	var theProgram;
	theProgram = document.contactForm.program.options[document.contactForm.program.selectedIndex].value
	
	if (theProgram != "")
	{
		switch (theProgram) 
		{
			case "Undergraduate":
				 document.getElementById('BSN-Undergraduate').style.display="block";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
			case "Transition to Nursing":
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="block";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
			case "Onsite":
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="block";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
			case "Online":
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="block";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
			case "Primary Care":
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="block";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
			case "Nursing Education":
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="block";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
			case "Nursing Administration":
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="block";
				 break;
			case "None": 
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
			default: 
				 document.getElementById('BSN-Undergraduate').style.display="none";
				 document.getElementById('BSN-TTT').style.display="none";
				 document.getElementById('RNBSN - Onsite').style.display="none";
				 document.getElementById('RNBSN - Online').style.display="none";
				 document.getElementById('MSN - Primary Care').style.display="none";
				 document.getElementById('MSN - Nursing Education').style.display="none";
				 document.getElementById('MSN - Nursing Administration').style.display="none";
				 break;
		}	
	    	
	}
}	  
document.write("<table width='200' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td><img src='/nursing/graphics/live_area/head1.gif' width='200' height='19' /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td class='footlinks'><table width='200' border='0' cellpadding='0' cellspacing='2' background='../graphics/live_area/bg.gif'>");            
document.write("<tr><td><table width='180'>");
document.write("<tr>");
document.write("<td class='bodytextheader'>&nbsp;</td>");
document.write("<td class='boldtimes'>Contact Us</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td>&nbsp;</td>");
document.write("<td class='footlinks'>For more information, please select a program from the the following: <br>");
document.write("<br>");
document.write("<form name='contactForm' id='contactForm' class='dropdown_leftlinks'>");
document.write("<select name='jumpMenu' id='program' onChange='findContact()' class='footlinks'>");
document.write("<option value='None' selected='selected'>Choose a program...</option>");
document.write("<optgroup>&nbsp;</optgroup>");
document.write("<optgroup label='BSN (Prelicensure)' class='colorized_areasofstudy' style='font-style: normal; font-weight: bold;'> </optgroup>");                       
document.write("<option value='Undergraduate'>&nbsp;&nbsp;&nbsp;Undergraduate</option>");
document.write("<option value='Transition to Nursing'>&nbsp;&nbsp;&nbsp;Transition to Nursing</option>");
document.write("<optgroup>&nbsp;</optgroup>");
document.write("<optgroup label='RNBSN (Postlicensure)' class='colorized_areasofstudy' style='font-style: normal; font-weight: bold;'> </optgroup>");
document.write("<option value='Onsite'>&nbsp;&nbsp;&nbsp;Onsite</option>");
document.write("<option value='Online'>&nbsp;&nbsp;&nbsp;Online</option>");                     
document.write("<optgroup>&nbsp;</optgroup>");
document.write("<optgroup label='MSN' class='colorized_areasofstudy' style='font-style: normal; font-weight: bold;'> </optgroup>");
document.write("<option value='Primary Care'>&nbsp;&nbsp;&nbsp;Primary Care</option>");
document.write("<option value='Nursing Education'>&nbsp;&nbsp;&nbsp;Nursing Education</option>");
document.write("<option value='Nursing Administration'>&nbsp;&nbsp;&nbsp;Nursing Administration</option>");
document.write("</select>");
document.write("</form>");
			   
document.write("<div id='BSN-Undergraduate' style='display:none;'>");
document.write("<div class='contact'>Admissions</div>");
document.write("866.468.6498 (866-Go-To-IWU)<br />");
document.write("<a href='mailto:admissions.info@indwes.edu?subject=BSN - Undergraduate'>admissions.info@indwes.edu</a><br />");
document.write("<br />");                        
document.write("<div class='contact'>Academics</div>");
document.write("765.677.2269<br />");
document.write("<a href='mailto:sandy.mindach@indwes.edu?subject=BSN - Undergraduate'>sandy.mindach@indwes.edu</a><br />");
document.write("</div>");

document.write("<div id='BSN-TTT' style='display:none;'>");
document.write("<div class='contact'>Admissions</div>");
document.write("866.468.6498 (866-Go-To-IWU)<br />");
document.write("<a href='mailto:admissions.info@indwes.edu?subject=BSN - Transition to Nursing'>admissions.info@indwes.edu</a>");		
document.write("<br />");
document.write("<br />");
document.write("<div class='contact'>Academics</div>");
document.write("765.677.2431<br />");
document.write("<a href='mailto:cathryn.voght@indwes.edu?subject=BSN - Transition to Nursing'>cathryn.voght@indwes.edu</a><br />");
document.write("</div>");

document.write("<div id='RNBSN - Onsite' style='display:none;'>"); 
document.write("<div class='contact'>Admissions</div>");
document.write("866-IWU-4-YOU<br />");
document.write("<a href='mailto:aes@indwes.edu?subject=RNBSN - Onsite'>aes@indwes.edu</a><br />");
document.write("<br />");
document.write("<div class='contact'>Academics</div>");
document.write("765.677.2898<br />");
document.write("<a href='mailto:deidre.williams@indwes.edu?subject=RNBSN - Onsite'>deidre.williams@indwes.edu</a><br />");
document.write("</div>");

document.write("<div id='RNBSN - Online' style='display:none;'>");
document.write("<div class='contact'>Admissions</div>");
document.write("888.498.2329 (888-IWU-2-DAY)<br />");
document.write("<a href='mailto:info@iwuonline.com?subject=RNBSN - Online'>info@iwuonline.com</a><br />");
document.write("<br />");
document.write("<div class='contact'>Academics</div>");
document.write("765.677.2559<br />");
document.write("<a href='mailto:kristina.draher@indwes.edu?subject=RNBSN - Online'>kristina.draher@indwes.edu</a><br />");
document.write("</div>");
                                        
document.write("<div id='MSN - Primary Care' style='display:none;'>"); 
document.write("<div class='contact'>Admissions</div>");
document.write("765.677.2045<br />");
document.write("<a href='mailto:steve.evans@indwes.edu?subject=MSN - Primary Care'>steve.evans@indwes.edu</a><br />");
document.write("<br />");
document.write("<div class='contact'>Academics</div>");
document.write("765.677.2148<br />");
document.write("<a href='mailto:terry.neal@indwes.edu?subject=MSN - Primary Care'>terry.neal@indwes.edu</a><br />");
document.write("</div>");
                                
document.write("<div id='MSN - Nursing Education' style='display:none;'>");
document.write("<div class='contact'>Admissions</div>");
document.write("888.498.2329 (888-IWU-2-Day)<br />");
document.write("<a href='mailto:info@iwuonline.com?subject=MSN - Nursing Education'>info@iwuonline.com</a><br />");
document.write("<br />");
document.write("<div class='contact'>Academics</div>");
document.write("765.677.2148<br />");
document.write("<a href='mailto:linda.rieg@indwes.edu?subject=MSN - Nursing Education'>linda.rieg@indwes.edu</a><br />");
document.write("</div>");
                                        
document.write("<div id='MSN - Nursing Administration' style='display:none;'>");
document.write("<div class='contact'>Admissions</div>");
document.write("888.498.2329  (888-IWU-2-Day)<br />");
document.write("<a href='mailto:info@iwuonline.com?subject=MSN - Nursing Administration<br />'>info@iwuonline.com</a><br />");
document.write("<br />");
document.write("<div class='contact'>Academics</div>");
document.write("765.677.2148<br />");
document.write("<a href='mailto:debra.drake@agsfaculty.indwes.edu?subject=MSN - Nursing Administration'>Debra Drake</a><br />");
document.write("</div>");

document.write("</form></td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table></td>");
document.write("</tr>");      
document.write("<tr><td>");
document.write("<img height='50' border='0' width='200' src='../graphics/live_area/bottomshort.gif'/>");
document.write("</td>");
document.write("</tr></table>");