document.writeln ('<TABLE width="100%">');
document.writeln ('<TBODY>');
document.writeln ('<TR>');
if (map=='yes') {
	document.writeln ('<TD width="20%"><IMG height=79 src="images/map.gif" width=65 border=0> </TD>');
} else {
	document.writeln ('<TD width="20%">&nbsp;</TD>');
}
if (title=='yes') {
	document.writeln ('<TD width="60%"><P align=center><IMG height=70 src="images/title4.jpg" width=300 align=centre border=0></P></TD>');
} else {
	document.writeln ('<TD width="20%">&nbsp;</TD>');
}	
if (bestviewd=='yes') {
	document.writeln ('<TD width="20%"><H4 align=right><FONT color=#336699>best viewed at<BR>1024x768</H4></FONT></TD>');
} else {
	document.writeln ('<TD width="20%">&nbsp;</TD>');
}
document.writeln ('</TR></TBODY></TABLE>');

document.writeln ('<HR>');
document.writeln ('<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>');
document.writeln ('<TBODY>');
document.writeln ('<TR>');
document.writeln ('<TD>');
document.writeln ('<DIV align=center><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>');
document.writeln ('<A href="http://www.bigshotz.co.nz/index.html">Home</A>|');
document.writeln ('<A href="http://www.bigshotz.co.nz/gallery.html">Photos</A>|');
document.writeln ('<A href="http://www.bigshotz.co.nz/panorama_cameras.html">Cameras</A>|');
document.writeln ('<A href="http://www.bigshotz.co.nz/equipment.html">Equipment</A>|');
document.writeln ('<A href="http://www.bigshotz.co.nz/panorama_photographers.html">Photographers</A>|');
document.writeln ('<A href="http://www.bigshotz.co.nz/other.html">Other Stuff</A>|');
document.writeln ('<A href="http://www.bigshotz.co.nz/links.html">Links</A>|');
document.writeln ('<A href="http://www.bigshotz.co.nz/contact.html">Contact</A>');
document.writeln ('</FONT>');
document.writeln ('</DIV></TD></TR></TBODY></TABLE><BR>');
