admindir = "123456";

// EDITACE PANELU
function editpanel(wchpanx,wchprx,wchclx,widthx){
	ep=window.open(admindir+"/editpanel.php?komp="+wchpanx+"&prirazeno="+wchprx+"&class="+wchclx+"&maxwidth="+widthx+"","admin","width=200,height=200,left=100,top=100,status=1,scrollbars=1,resizable=1"); ep.focus(); 
}

// EDITACE SOUBORU
function opwin(wchscrpt){
	wchwin=window.open(wchscrpt,"wchwin","width=980,height=700,left=100,top=100,status=1,scrollbars=1,resizable=1"); wchwin.focus(); 
}

function nactivice(idaktx){ // AKTUALITY - ZOBRAZ VICE
	$("#div_akt_"+idaktx).load(admindir+"/eaktuality_ajax.php",{idakt:idaktx,kolikakt:"vice"}); 
	$("#vice_"+idaktx).hide(); $("#mene_"+idaktx).show(); 
	
}
function nactimene(idaktx){ // AKTUALITY - ZOBRAZ MENE
	$("#div_akt_"+idaktx).load(admindir+"/eaktuality_ajax.php",{idakt:idaktx,kolikakt:"mene"}); 
	$("#vice_"+idaktx).show(); $("#mene_"+idaktx).hide(); 
}

// INICIALIZACE JQUERY
$(document).ready(function() { 				
	// LIGHTBOX
	$("a[rel^='lightbox']").prettyPhoto({ theme:'light_square' });				
	// EDITACNI TOP MENU
	$('ul.sf-menu').superfish(); 	
});

