﻿<!-- Begin MENU



var menuside	= "left"	// MENU SIDE | left, right or center

var menuspace	= "25"		// MENU END SPACING







document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="../picts/menu-background.gif" class="menuouter"><tr><td align="'+menuside+'">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');

document.write('<img src="../picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');







// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON







document.write('</td><td>');

document.write('<a href="../index/index.htm" class="menu">Home</a>');



document.write('</td><td>');

document.write('<a href="../sightseeing/index.htm" class="menu">Sightseeing</a>');



document.write('</td><td>');

document.write('<a href="../fishing/index.htm" class="menu">Fishing</a>');



document.write('</td><td>');

document.write('<a href="http://www.vip-hunting.cz/en/" class="menu" target="_blank">VIP hunting</a>');



document.write('</td><td>');

document.write('<a href="../entertainment/index.php" class="menu">Entertainment</a>');



document.write('</td><td>');

document.write('<a href="../real-estate/index.htm" class="menu">Real estate</a>');


document.write('</td><td>');

document.write('<a href="../photogallery/gallery1.htm" class="menu">Photogallery</a>');


document.write('</td><td>');

document.write('<a href="../contact/index.php" class="menu">Contact</a>');



document.write('</td><td>');

document.write('<a href="../links/index.htm" class="menu">Links</a>');



document.write('</td><td>');

document.write('<a href="../site-map/index.htm" class="menu">Site map</a>');





// END LINKS







document.write('</td></tr></table>');

document.write('</td><td width="'+menuspace+'">');

document.write('<img src="../picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');

document.write('</td></tr></table></div>');





//  End -->