

function displaymenu(current,depth)
{
	
	document.write('<a href="index.html"><img class="logo" alt="Mitsi Pippa MSTAT, MAmSAT, MFINSTAT, Teacher of the Alexander Technique" src="images/MitsiLogoGray.gif" /></a>');
		
	
	document.write('<div class="menu">');
	
	if (current=='Home') 		
	{document.write('<span>Home |</span>');}
	else
	{document.write('<span><a href="index.html" class="menulist">Home |</a></span>');}
	
	if (current=='The Alexander Technique') 	
	{document.write('<span>The Alexander Technique |</span>');}
	else
	{document.write('<span><a href="about.html" class="menulist">The Alexander Technique |</a></span>');}
	
	if (current=='Lessons') 	
	{document.write('<span>Lessons |</span>');}
	else
	{document.write('<span><a href="lessons.html" class="menulist">Lessons |</a></span>');}

	if (current=='Profile') 	
	{document.write('<span>Profile |</span>');}
	else
	{document.write('<span><a href="mitsipcv.html" class="menulist">Profile |</a></span>');}

	if (current=='Links') 	
	{document.write('<span>Links |</span>');}
	else
	{document.write('<span><a href="links.html" class="menulist">Links |</a></span>');}
	
	
	if (current=='Contact') 	
	{document.write('<span>Contact</span>');}
	else
	{document.write('<span><a href="contact.html" class="menulist">Contact</a></span>');}
	
	
	document.write('</div>');


}


function displaycopy(depth)
{

document.write('<div id="sidetext">\u00A9 2008, Michael Rapanakis<br/>');
document.write('please do not copy without permission');
document.write('<p>Web design by: </p>');
document.write('<a href="http://www.elisanet.fi/mitsip/maphotography"><img src="'+depth+'images/MAFLogoSmallGray.gif" alt="MA Phoography" />  </a>');
document.write('</div>');

}

function opennewwindow(TheUrl)
{
	window.open(TheUrl,'open_window');
}
