if (document.images) {
	mikeguy = new Image ("");
	uvula = new Image ("");
	brandoguy = new Image ("");
	lips = new Image ("");
	
	mikeguy.src = "images/microphoneguy.gif";
	uvula.src = "images/uvulasm.gif";
	brandoguy.src = "images/streetscarj2.jpg";
	lips.src = "mages/Lips.gif";
}
	

navBar = new String ("");

navBar = "<p class='navbar'><a href='index.html'>Home</a> | <a href='image.html'>Vocal          Image</a> | <a href='seminar.html'>Seminar</a> | </b><b><a href='speaker.html'>About          the Consultant</a><a href='diagnose.html'><br>  Vocal Habits</a> | <a href='vxfaq.html'>FAQs</a> | <a href='resource.html'>Resources</a> | <a href='contact.html'>Contact</a></p>";

seminar = new Array ();

seminar["benefits"] = "<h2>Who will benefit:</h2> <p>Speech pathologist/voice coach Barbie Scott conducts <i><b>When Your Voice Means Business: How To Have a Vital Voice for Your Voice-Dependent Work </b></i> for groups of people who are in the same kind of vocally demanding work, for example:</p> <ul> <li class='listnospace'><img src='images/microphoneguy.gif' alt='Man at microphone' width='173' height='180' align='right'>Executives, managers who frequently conduct meetings <li class='listnospace'>Sales personnel <li class='listnospace'>Marketing representatives <li class='listnospace'>Training professionsals <li class='listnospace'>Computer voice recognition users <li class='listnospace'>College faculty <li class='listnospace'>Trial lawyers <li class='listnospace'>Singers and choral groups <li>Theater groups </ul><hr>" + navBar;

seminar["hilites"] = "<h2>Seminar Highlights:</h2> <p>The seminar is <em>customized to the group </em> and their particular vocal challenges. In the seminar you will learn some of the basics of voice anatomy and physiology&#8212;fundamental information for using voice healthfully and effectively. You will learn: </p><ul> <li><img src='images/uvulasm.gif' alt='Open Mouth' width='126' height='145' hspace='12' align='right'>How exhaling breath makes your vocal cords vibrate. </li><li>That the amount of exhaling breath determines how loud your voice will be. <li>That exerting the voice box&#8212;what many people do when trying to be loud&#8212;is abusive to the voice. </li><li>How the space between your lips and your voice box colors the sound of your voice. </li><li>That if you restrict that space by tightening your throat as you speak (or sing)&#8212;which some people do&#8212;your voice will have a &#8220;tightened&#8221; quality. </li><li>That if you limitedly open your mouth as you speak (or sing)&#8212;which many people do&#8212;you lose vocal vibrancy and loudness, and your voice will sound nasal.</li></ul>" + navBar;

seminar['badBehav'] = "<h2>Voice Behaviors: Bad </h2> <p><img src='images/streetscarj2.jpg' alt='Marlon Brando Mumbling' width='136' height='180' hspace='9'  align='right'>You will learn to identify voice-abusive behaviors and voice image-killing behaviors by seeing videotaped examples of speakers (and some singers, too) who use them. You&#8217;ll see: </p> <ul> <li>Real examples from news media and movies, etc. (not hokey, staged examples). <li> Marlon Brando mumbling and learn how mumbling&#8212;if done habitually&#8212;can cause soreness in your voice box. <li>Television personality Martha Stewart speaking in a pitch which is artificially low, and you will learn how this common voice pitfall directly injures the vocal cords. </ul> <hr>" + navBar;

seminar['goodBehav'] = "<h2>Voice Behaviors: Good</h2><p>You will also see examples of speakers who use healthy voice behaviors (real examples, too) and learn to recognize these healthy, effective behaviors. You may recognize some of the unhealthy, detracting voice behaviors as your own. Then you&#8219;ll get some &#8220;voices-on&#8221; experience: you can try some specific voice techniques which will get you started in replacing the unhealthy or detracting behavior with the healthy ones.For example, you will be &#8220;walked through&#8221;: </p> <ul> <li>How to be loud without straining the voice box but by using your abdominal muscles. </li><li>How to keep your throat open to avoid a tight quality when your speak (or sing). <li>How to pick the physiologically correct pitch range for your voice.</li> <li>How to move your jaw generously as you speak (or sing) to achieve richness and loudness. </li></ul><hr>" + navBar;

seminar['satisfied'] = "<h2>Satisfied clients said:</h2> <blockquote> <p>All participants agreed that this was a great class. Many indicated that it exceeded their expectations in terms of value and applicability. They gained new knowledge and tools that would be useful the very next day. </p> <p>One participant commented, &#8220;I needed this even more than I realized.&#8221; Several members commented that the training provided them with techniques they would start using right away &#8220;to have a healthy voice that endures.&#8221;</p> </blockquote> <p class='myhelv'><em><img src='images/Lips.gif' alt='Lips' width='58' height='38' hspace='6' align='left'>American Society for Training and Development (ASTD)<br> Mt. Diablo Chapter </em></p><hr>" + navBar;


 function dynSem(semCont) {

	if (document.getElementById) { 		document.getElementById('dynContent').innerHTML = seminar[semCont]; 	} 
} 	



