function over(mail){
	var m = mail.value;
	if(m.match("@")){
		document.getElementById("enabled_butt").style.display="none";
		document.getElementById("disabled_butt").style.display="block";
	}
}

var aktual = "";

/*
jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox() 
})
	
*/
function getObj(objName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[objName] : document[objName];
}

function zobraz(co){
 getObj("header").zobraz(co);
}
function zrus(){
getObj("header").zrus();
}

function metody(obr){
if(obr == "d"){
//document.getElementById(aktual).style.display = "none";
}else{
	aktual = obr;
	document.getElementById(obr).style.display = "block";
}}


   function PopupPic(sPicURL) {
     window.open( "popup.php?stranka="+sPicURL, "",  
     "resizable=1,HEIGHT=300,WIDTH=550");
   }

