function outputDarkBar() {
	document.write("		<tr>");
	document.write("			<td colspan=\"3\" class=\"blueBandDark\">");
	document.write("				<a href=\"registration.html\">Registration</a>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"location.html\">Location</a>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"contact.html\">Contact Us</a>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"about.html\">About Us</a>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"space.html\">Rent Space</a>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"parking.html\">Parking</a>");
	document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"index.html\">Home</a>");
	document.write("			</td>");
	document.write("		</tr>");
}

function outputLightBar() {
	document.write("		<tr>");
	document.write("			<td colspan=\"3\" class=\"blueBandLight\">");
	document.write("				<span class=\"redAnnouncement\"> \
<!-- Put announcements on line below --> \
  <!-- View the Summer 2010 schedule <a href=\"2010summer.html\">here</a>. --> \
  Monday, July 26 -- Flamenco class is cancelled today !! \
<!-- Put announcements on line above --> \
							</span><br />");
			
 <!-- document.write("				<span style=\"font-weight:bold;font-size:18px;\">New class: Adult Tap, Tuesdays 7:30-8:30pm </span>");  --> 
	document.write("			</td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td colspan=\"3\" class=\"blueBandLight\">");
	document.write("				Anyone can join a class today! &nbsp;<span style=\"font-weight:bold;\"><a href=\"registration.html#online\">Register online</a></span>, or at the studio, or by phone at 734-302-3502.");
	document.write("			</td>");
	document.write("		</tr>");
}

function outputRedLine() {
	document.write("		<tr>");
	document.write("			<td colspan=\"3\" class=\"redline\">");
	document.write("			</td>");
	document.write("		</tr>");
}

function outputTopNav() {
	outputRedLine();
	outputDarkBar();
	outputLightBar();
	outputRedLine();
}

function outputDanceHeader() {
	document.write("			<td class=\"greenHeader\">");
	document.write("				<img src=\"images/headers/DanceStudio14.gif\" alt=\"Dance Studio\" border=\"0\" />");
	document.write("			</td>");
}

function outputDanceNav() {
	document.write("			<td class=\"green\">");
	document.write("				<a href=\"dance_director.html\">Director</a><br />");
	document.write("				<a href=\"dance_faculty.html\">Faculty</a><br />");
	document.write("				<a href=\"space.html#desc\">Studio Description</a><br />");
	document.write("				<br />");
	document.write("				<span style=\"font-weight:bold;\">Classes</span><br />");
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#adagio\">Adagio/Lift</a><br />");
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#ballet\">Ballet</a><br />");
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#ballroom\">Ballroom</a><br />");	
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#belly\">Belly Dance</a><br />");	
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#broadway\">Broadway Musical</a><br />");
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#exercises\">Dance Exercise</a><br />");	
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#flamenco\">Flamenco</a><br />");	
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#hiphop\">Hip-Hop/Jazz</a><br />");	
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#martial\">Martial Arts</a><br />");
    document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#salsa\">Salsa</a><br />"); 
    document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#swing\">Swing</a><br />"); 
    document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#tap\">Tap</a><br />"); 
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#private\">Private Lessons</a><br />");	
	document.write("				&nbsp; &nbsp;<a href=\"dance_classes.html#wedding\">Wedding Lessons</a><br />");
	document.write("				<br />");
	
	document.write("				<span style=\"font-weight:bold;\">UMove Fitness Classes</span><br />");	
  document.write("				&nbsp; &nbsp;<a href=\"UMove_fitness.html#PIYO\">Pilates and Yoga</a><br />");  
  document.write("				&nbsp; &nbsp;<a href=\"UMove_fitness.html#pilates\">Pilates</a><br />");  
  document.write("				<br />");	

	
	document.write("				<span style=\"font-weight:bold;\">Summer Day Camps</span><br />");	
  document.write("				&nbsp; &nbsp;<a href=\"summer_camp_dance.html#balletintensive\">Ballet Intensive</a><br />");  
  document.write("				<br />");	
	document.write("				<span style=\"font-weight:bold;\">Social Dance Events</span><br />");	
  document.write("				&nbsp; &nbsp;<a href=\"dance_events.html#tango\">Argentine Tango</a><br />");
  document.write("				&nbsp; &nbsp;<a href=\"dance_events.html#salsa\">Salsa Dance Parties</a><br />");   
  document.write("				&nbsp; &nbsp;<a href=\"dance_events.html#social\">Social Dance Survival</a><br />");
  document.write("				<br />");
	document.write("				<span style=\"font-weight:bold;\">Cost</span><br />");
	document.write("				&nbsp; &nbsp;<a href=\"registration.html\">Prices</a><br />");		
	document.write("				<br />");
	document.write("				<span style=\"font-weight:bold;\">Class Schedule</span><br />");
<!--   document.write("				&nbsp; &nbsp;<a href=\"2010spring.html\">Spring Calendar</a><br />"); --> \
   document.write("				&nbsp; &nbsp;<a href=\"2010summer.html\">Summer Calendar</a><br />");
   <!--  document.write("				&nbsp; &nbsp;Fall Schedule <br />");	  --> \
<!--  document.write("				&nbsp; &nbsp; &nbsp; &nbsp;available Aug. 17<br />");	 --> \
	document.write("				<br />");

	document.write("			</td>");
}

function outputArtHeader() {
	document.write("			<td class=\"yellowHeader\">");
	document.write("				<img src=\"images/headers/ArtMovementStudio14-2line.gif\" alt=\"Art & Movement Studio\" border=\"0\" />");
	document.write("			</td>");
}

function outputArtNav() {
	document.write("			<td class=\"yellow\">");
	document.write("				<a href=\"art_director.html\">Director</a><br />");
	document.write("				<a href=\"art_what_is.html\">What&nbsp;is&nbsp;Creative&nbsp;Movement</a><br />");
	document.write("				<br />");
	document.write("				<span style=\"font-weight:bold;\">Classes</span><br />");
<!-- 		document.write("				<a href=\"art_classes.html#family\">Family Art & Movement</a>&nbsp;&nbsp;<br />");      --> \
	document.write("				<a href=\"art_classes.html#kids\">Art&nbsp;&&nbsp;Movement</a>&nbsp;&nbsp;<br />");
	document.write("				<a href=\"art_classes.html#puppet\">Puppet&nbsp;Theater</a>&nbsp;&nbsp;<br />");
  document.write("				&nbsp; &nbsp;<a href=\"art_classes.html#clay\">Creative Clay</a>&nbsp;&nbsp;<br />");  
	document.write("				<br />");
  document.write("				<span style=\"font-weight:bold;\">Summer Day Camps</span><br />");  
  document.write("				&nbsp; &nbsp;<a href=\"summer_camp_art.html#puppet\">Complete Puppet Theatre</a><br />");
  document.write("				&nbsp; &nbsp;<a href=\"summer_camp_art.html#artAndMovement\">Art & Movement</a>&nbsp;&nbsp;<br />"); 
  document.write("				&nbsp; &nbsp;<a href=\"summer_camp_art.html#clay\">Creative Clay</a>&nbsp;&nbsp;<br />"); 
  document.write("				<br />");
	document.write("				<span style=\"font-weight:bold;\">Cost</span><br />");
	document.write("				<a href=\"registration.html\">Prices</a>&nbsp;&nbsp;<br />");
	document.write("				<br />");
	document.write("				<span style=\"font-weight:bold;\">Gallery Shows</span><br />");
	document.write("				<a href=\"art_gallery.html#bc\"></a>To Be Announced&nbsp;&nbsp;<br />");
	document.write("				<br />");
	document.write("				<span style=\"font-weight:bold;\">Class Schedule</span><br />");
<!--  document.write("				&nbsp; &nbsp;<a href=\"2010spring.html\">Spring Calendar</a>&nbsp;&nbsp;<br />"); --> \
  document.write("				&nbsp; &nbsp;<a href=\"2010summer.html\">Summer Calendar</a>&nbsp;&nbsp;<br />"); 
<!--	  document.write("				&nbsp; &nbsp;Fall Schedule &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<br />");	--> \
<!--	document.write("				&nbsp; &nbsp; &nbsp; &nbsp;available Aug. 17 &nbsp;<br />");	--> \
document.write("				<br />");
	document.write("			</td>");
}

function outputDancer() {
	document.write("			<td class=\"logo\" rowspan=\"2\">");
	document.write("				<img src=\"images/logos/dancer.gif\" alt=\"Dancer\" border=\"0\" />");
	document.write("			</td>");
}

function outputDancerTurned() {
	document.write("			<td class=\"logo\" rowspan=\"2\">");
	document.write("				<img src=\"images/logos/dancerTurned.gif\" alt=\"Dancer\" border=\"0\" />");
	document.write("			</td>");
}

function outputDesigner() {
	document.write("			<td class=\"designer\">");
	document.write("				Website created and maintained by <a href=\"http://www.JennifersUniverse.com/\">Jennifer German</a>");
	document.write("			</td>");
}