// JavaScript Document

function printHeader(){
	
	document.write('<img src="img/header.jpg" alt="Alcea.sk" border="0" usemap="#Map"/>'+
				   '<map name="Map" id="Map"><area shape="rect" coords="804,10,884,26" href="en/index.html" /></map>');
		
}

function printTopMenu(){
	document.write('<table cellpadding="0" cellspacing="0" width="100%">'+
		'<tr>'+
			'<td width="6"  height="31"><img src="img/topmenuLeft.jpg" alt="" /></td>'+
			'<td class="topMenuItem">'+
			'<a href="index.html" class="topMenu" style="padding-right:6px;">Ahooj</a>                    </td>'+
'<td class="topMenuItem"><a href="prvy-splav.html" class="topMenu">'+
				'Prvý splav'+
			'</a></td>'+
'<td class="topMenuItem"><a href="rieky-regionu.html" class="topMenu">'+
				'Rieky regiónu'+
			'</a></td>'+
'<td class="topMenuItem">'+
			'<a href="vylety.html" class="topMenu">Výlety</a>            </td>'+
'<td class="topMenuItem">'+
			'<a href="cennik.html" class="topMenu">Cenník</a>            </td>'+
'<td class="topMenuItem">'+
			'<a href="galeria.html" class="topMenu">Fotogaléria</a>            </td>'+
'<td class="topMenuItem">'+
			'<a href="objednavka.php" class="topMenu">Objednávka</a>            </td>'+
'<td class="topMenuItem" style="background-image:none;"><a href="ako-na-vodu.html" class="topMenu">'+
				'Ako na vodu'+
			'</a></td>'+
	  '</tr>'+
	'</table>');	
}

function printFooter(){
	document.write(
   '<div class="footerTop">&nbsp;</div>'+
	'<table width="100%" cellpadding="0" cellspacing="0" class="footer">'+
	'<tr>'+
		'<td class="bottomMenuItem"><a href="index.html" class="bottomMenu">Ahooj</a> </td>'+
		'<td class="bottomMenuItem"><a href="prvy-splav.html" class="bottomMenu"> Prvý splav </a></td>'+
		'<td class="bottomMenuItem"><a href="rieky-regionu.html" class="bottomMenu"> Rieky regiónu </a></td>'+
		'<td class="bottomMenuItem"><a href="vylety.html" class="bottomMenu">Výlety</a> </td>'+
		'<td class="bottomMenuItem"><a href="cennik.html" class="bottomMenu">Cenník</a> </td>'+
		'<td class="bottomMenuItem"><a href="galeria.html" class="bottomMenu">Fotogaléria</a> </td>'+
		'<td class="bottomMenuItem"><a href="objednavka.php" class="bottomMenu">Objednávka</a> </td>'+
		'<td class="bottomMenuItem" ><a href="ako-na-vodu.html" class="bottomMenu"> Ako na vodu </a></td>'+
	  '</tr>'+
  '</table>'+
  '<div id="controlbar" class="highslide-overlay controlbar">'+
	'<a href="#" class="previous" onclick="return hs.previous(this)" title="Predchádzajúca (ľavá šípka)"></a>'+
	'<a href="#" class="next" onclick="return hs.next(this)" title="Nasledujúca (pravá šípka)"></a>'+
    '<a href="#" class="highslide-move" onclick="return false" title="Klikni a podrž pre posunutie okna"></a>'+
    '<a href="#" class="close" onclick="return hs.close(this)" title="Zavrieť"></a>'+
	'</div>'
  );
}

function printGoogleTacker(){
	
	document.write(
		'<script type="text/javascript">'+
		'var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");'+
		'document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));'+
		'</script>'+
		'<script type="text/javascript">'+
		'var pageTracker = _gat._getTracker("UA-4580102-1");'+
		'pageTracker._initData();'+
		'pageTracker._trackPageview();'+
		'</script>'			   
	);	
}