function LoadMenu()
{
	lastName = 'Parajanov';
	if (( window.location.href == 'http://www.parajanov.com/home.html')
			|| ( window.location.href == 'http://parajanov.com/home.html') 
			)
		lastName = 'Paradjanov';
		
	document.write("<TABLE BORDER='0' ALIGN = 'right' WIDTH='225' CELLSPACING='0' CELLPADDING='0'>");
	document.write("<TR>");
	if (( window.location.href == 'http://www.parajanov.com/main.html')
			|| ( window.location.href == 'http://parajanov.com/main.html') 
			|| ( window.location.href == 'http://www.parajanov.com/home.html') 
			|| ( window.location.href == 'http://parajanov.com/home.html') 
			|| ( window.location.href == 'http://www.parajanov.com/maestro.html') 
			|| ( window.location.href == 'http://www.parajanov.com/vardanov.html') 
			|| ( window.location.href == 'http://www.parajanov.com/suren.html') 
			|| ( window.location.href == 'http://www.parajanov.com/parajanian.html') 
			|| ( window.location.href == 'http://www.parajanov.com/shadowsofourforgottenancestors.html') 
		)
		document.write("<TD WIDTH='228' COLSPAN='2'><img src='../images/Museum/logo3.jpg' width='228' height='172' border='0' align='middle'></TD>");
	else	
		document.write("<TD WIDTH='225' COLSPAN='2'><IMG BORDER='0' SRC='../images/New%20Image.JPG' WIDTH='225' HEIGHT='152'></TD>");

	document.write("</TR>");
	document.write("<TR>");
	document.write("<TD ROWSPAN='7' COLSPAN='0' WIDTH='5%'></TD>");
	document.write("<TD> <BR> <A HREF='../news.html'><FONT FACE='Garamond' SIZE='2'>2011 News</FONT></A><BR> </TD>"); 
	document.write("</TR>");
	document.write("<TR>"); 
	document.write("<TD> <BR> <A HREF='../maestro.html'>Sergei " + lastName + " films &amp; bio</A><BR><BR> </TD>");
	document.write("</TR>");
	document.write("<TR>"); 
	document.write("<TD> <A HREF='../vartanov.html'>Mikhail Vartanov films &amp; bio</A><BR><BR></TD>");
	document.write("</TR>");
	document.write("<TR>"); 
	document.write("<TD> <A HREF='../lastspring.html'>&quot;" + lastName + ": The Last Spring&quot;</A><BR><BR></TD>");
	document.write("</TR>");
	document.write("<TR>"); 
	document.write("<TD> <A HREF='../fakes.html'>Our report on fake Parajanov art</A><BR><BR></TD>");
	document.write("</TR>");
	document.write("<TR>"); 
	document.write("<TD> <A HREF='../suren.html'>Suren " + lastName + "</A>&nbsp;&nbsp;<a href='../institute.html'>Institute</a><BR><BR></TD>");
	document.write("</TR>");
	document.write("<TR>"); 
	document.write("<TD><FONT FACE='Garamond' SIZE='2'><A HREF='../photo.html'>Photo</A>&nbsp;&nbsp;  <A HREF='../more.html'>More</A> &nbsp;&nbsp; <A HREF='../museum.html'>Museum</A> &nbsp;&nbsp; <A HREF='../tv.html'>TV</A> &nbsp;&nbsp;<A HREF='../library.html'>Library</A></FONT></TD>");
//	document.write("<TD><FONT FACE='Garamond' SIZE='2'> Photo &nbsp;&nbsp;  <A HREF='../links.html'>Links</A> &nbsp;&nbsp; <A HREF='../index.html'>Flash</A> &nbsp;&nbsp; <A HREF='../contacts.html'>Contacts</A></FONT></TD>");
	document.write("</TR>");
	document.write("<TR>"); 
	document.write("<TD ROWSPAN='7' COLSPAN='0' WIDTH='5%'></TD>");
	document.write("<TD> <BR> <A HREF='../contacts.html'><FONT FACE='Garamond' SIZE='2'>Contact</FONT></A>&nbsp;&nbsp; <A HREF='../interview.html'><FONT FACE='Garamond' SIZE='2'>Parajanov Interview</FONT></A> </TD>");
	document.write("</TR>");
	document.write("</TABLE>");
};


function LoadHeader(pageHeader)
{

	document.write('<table align="center">');
	document.write('<tr>');
	document.write('<td align="center">');
	document.write('<a href="/main.html"><img src="/images/Museum/logo.jpg" width="228" height="172" border="0" align="middle"></a>');
	document.write('<br>');
	document.write('<a href="/main.html"><u>Parajanov.com</u></a>');
	document.write('<br>');
	document.write('<br>');
	document.write(pageHeader);
	document.write('<br>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');

};
