/*  
Theme Name: ČSOP Salamandr
Theme URI: 
Description: ČSOP Salamandr website
Version: 1.0
Author: Karel Melecký
Author URI: 
*/


function CheckQuery(elem)
{
	if (document.getElementById(elem).value=='' || document.getElementById(elem).value=='Hledej')
	{
		alert ("Co mám hledat?");
		document.getElementById(elem).focus();
		return (false);
	}
	else
	{
		return (true);
	}
}

function CheckInput()
{
	var elem=document.getElementById('search');
	if(elem.value=='Hledej') elem.value='';
}

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("menu");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" hover";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" hover", "");
   }
   }
  }
 }
}
window.onload=startList;

$(document).ready(function(){
	$('a[href$=".jpg"],a[href$=".jpeg"],a[href$=".JPG"],a[href$=".JPEG"],a[href$=".png"],a[href$=".PNG"],a[href$=".gif"],a[href$=".GIF"]').fancybox({'hideOnContentClick':true});
});

