//
function Header_Buttons_Normal() {
document.write('<div class="NormalHeader1" >');

spacer='&nbsp;&nbsp;&nbsp;&nbsp;';
spacer2='&nbsp;&nbsp;';


//document.write('<span class="NormalHeader1">');
//c='<a class="NormalHeader1" href="javascript: ShowOptions()">Display Options</a>';
//document.write(c);
//document.write('</span>');

//document.write(spacer);
//document.write('|');

document.write(spacer);

WriteLink('Contacts.html','Contact Us','Orientation');

document.write(spacer);
document.write('|');


document.write('</div>');
}

function Header_Options() {
document.write('<div class="NormalHeader1" >');

spacer='&nbsp;&nbsp;&nbsp;&nbsp;';

document.write(spacer);
	
document.write('<span class="UpText">');
WriteUpText('Notready.html','Larger Text','UpText');
document.write('&nbsp;&nbsp;&nbsp;');
document.write('</span>');

document.write('<span class="DownText">');
WriteDownText('Notready.html','Smaller Text','DownText');
document.write('</span>');

document.write(spacer);
document.write('|');
document.write(spacer);

document.write('<span class="Normalheader1">');
c='Screen colours:';
document.write(c);
document.write('&nbsp;&nbsp;&nbsp;');
document.write('</span>');

document.write('<span class="Default">');
c='<a class="Default" href="javascript: GoRend1()">Default Colours</a>';
document.write(c);
document.write('&nbsp;&nbsp;&nbsp;');
document.write('</span>');

document.write('<span class="yonb">');
c='<a class="yonb" href="javascript: GoRend2()">Yellow on Black</a>';
document.write(c);
document.write('&nbsp;&nbsp;&nbsp;');
document.write('</span>');

document.write('<span class="bony">');
c='<a class="bony" href="javascript: GoRend3()">Black on Yellow</a>';
document.write(c);
document.write('&nbsp;&nbsp;&nbsp;');
document.write('</span>');

document.write(spacer);

document.write('</div>');
}

function Header_Banner_Normal() {
document.write('<div class="NormalHeader2" >');



spacer='&nbsp;';

document.write('<img alt="" border="0" src="images/MuseumLogo.jpg" />');
document.write(spacer);
document.write(spacer);

var r=Math.random();
if (r < 0.5)
	{document.write('<img alt="" border="0" src="images/Heading4.jpg" />');}
else
	{document.write('<img alt="" border="0" src="images/Heading6.jpg" />');}
document.write(spacer);

var r=Math.random();
if (r < 0.5)
	{document.write('<img alt="" border="0" src="images/Heading5.jpg" />');}
else
	{document.write('<img alt="" border="0" src="images/Heading1.jpg" />');}
document.write(spacer);

var r=Math.random();
if (r < 0.5)
	{document.write('<img alt="" border="0" src="images/Heading2.jpg" />');}
else
	{document.write('<img alt="" border="0" src="images/Heading9.jpg" />');}
document.write(spacer);

var r=Math.random();
if (r < 0.5)
	{document.write('<img alt="" border="0" src="images/Heading3.jpg" />');}
else
	{document.write('<img alt="" border="0" src="images/Heading8.jpg" />');}
document.write(spacer);

var r=Math.random();
if (r < 0.5)
	{document.write('<img alt="" border="0" src="images/Heading7.jpg" />');}
else
	{document.write('<img alt="" border="0" src="images/Heading10.jpg" />');}
document.write(spacer);

var r=Math.random();
if (r < 0.5)
	{document.write('<img alt="" border="0" src="images/Heading11.jpg" />');}
else
	{document.write('<img alt="" border="0" src="images/Heading12.jpg" />');}
document.write(spacer);

document.write('</div>');
}

function Header_Buttons_Orientation() {
document.write('<div class="Orientation" >');

spacer='&nbsp;&nbsp;&nbsp;&nbsp;';

document.write(spacer2);
WriteLink('homepage.html','Home Page','Orientation');
document.write(spacer2);
document.write('|');

document.write(spacer2);

WriteLink('General.html','General Info','Orientation');
document.write(spacer2);
document.write('|');

document.write(spacer2);

WriteLink('Exhibitions.html','Exhibitions','Orientation');
document.write(spacer2);
document.write('|');

document.write(spacer2);

WriteLink('Events.html','Events','Orientation');
document.write(spacer2);
document.write('|');

document.write(spacer2);

WriteLink('oral.html','Oral History','Orientation');
document.write(spacer2);
//document.write('|');

//document.write(spacer2);

//WriteLink('NotReady.html','More...','Orientation');
//document.write(spacer2);
//document.write('|');

//document.write(spacer2);

document.write('</div>');

}

Header_Banner_Normal();

var opts=GetParm('o');
if (opts=='y') {Header_Options();}
if (opts!='y') {Header_Buttons_Normal();}

Header_Buttons_Orientation();
document.write('<div style="margin-left:auto; margin-right:auto; width:795px;">');

