var headers = "		<TD vAlign=left class='text' align=left colspan=8 nowrap>					" +			"                                                                               " +
			"			<P align=left valign=bottom>                                      " +
			"		<IMG height=2 hspace=0 SRC='img/com/1px_trans.gif' width=0px> " +
			"				&nbsp;                                                          " +
			"			  <a href='index.html' class='hmenu'>                               " +
			"				  <img src='img/href/href_home_alt.gif' border=0>                   " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='progetti.html' class='hmenu'>                            " +
			"				  <img src='img/href/href_spettacoli.gif' border=0>               " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='concerti.html' class='hmenu'>                            " +
			"				  <img src='img/href/href_concerti_alt.gif' border=0>               " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='raiuno2006.html' class='hmenu'>                            " +
			"				  <img src='img/href/href_video.gif' border=0>               " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='formazione.html' class='hmenu'>                          " +
			"				  <img src='img/href/href_formazione_alt.gif' border=0>             " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='stampa.html' class='hmenu'>                              " +
			"				  <img src='img/href/href_stampa_alt.gif' border=0>                 " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='contatti.html' class='hmenu'>                            " +
			"				  <img src='img/href/href_contatti_alt.gif' border=0>              " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='foto.html' class='hmenu'>                                " +
			"				  <img src='img/logo/photo.gif' border=0>				         " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='javascript:window.open(\"http://www.myspace.com/orchestradatresoldi\"); window.focus();' class='hmenu'>   " +
			"				  <img src='img/logo/myspacelogo.gif' border=0>                   " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='javascript:window.open(\"http://www.facebook.com/pages/Orchestra-da-Tre-Soldi/122380644446772\"); window.focus();' class='hmenu'>   " +
			"				  <img src='img/logo/facebook-logo.png' border=0>                   " +
			"			  </a>                                                              " +
			"				&nbsp;                                                          " +
			"			  <a href='eng/index.html' class='hmenu'>                               " +
			"				  <img src='img/href/eng.gif' border=0>                   " +
			"			  </a>                                                              " +
			"			</P>                                                                " +
			"		</TD>                                                                   ";

var rightCol = "				<TD vAlign=center align=right>						" + 
			"		<IMG height=2 hspace=0 SRC='img/com/1px_trans.gif' width=0px>       " + 
			"	</TD>                                                                   " + 
    		"                                                                            " + 
			"	<TD vAlign=top align=left cellspacing=10 cellpadding=10>                " + 
    		"                                                                            " + 
			"		<br><br><br>                                                                 " + 
			"		<br><br><br>                                                                 " + 
			"		<br><br><br><br>                                                                 " + 
			"		<br><br><br><br>                                                                 " + 
			"		<P>                                                                 " + 
			"			<IMG SRC='img/foto/ufficiali/x180/TuttiFront_th.jpg' border=0>                      " + 
			"		</P>                                                                " +  
			"		<P>                                                                 " + 
			"			<IMG SRC='img/foto/ufficiali/x180/TuttiNoPosa_th.jpg' border=0>                      " + 
			"		</P>                                                                " +  
			"		<P>                                                                 " + 
			"			<a href='http://www.orchestradatresoldi.com' border=0>          " + 
			"			<IMG SRC='img/logo/otslogo.jpg'  border=0 valign=bottom>                      " + 
			"			</a>                                                            " + 
			"		</P>                                                                "; 
	

// Print the HTML header
function printPageHeaders()
{
 	document.write(headers);					
}

// Print the HTML right column
function printRightCol()
{
 	document.write(rightCol);					
}
