admindir = "123456";

// EDITACE PANELU
function editpanel(wchpanx,wchprx,wchclx,widthx){
	ep=window.open(admindir+"/editpanel.php?komp="+wchpanx+"&prirazeno="+wchprx+"&class="+wchclx+"&maxwidth="+widthx+"","ep","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(); 
}

// ONLINE DRAZBY
function onlinedrazby(){
	od=window.open(admindir+"/edrazbyonline.php","od","width=850,height=600,left=100,top=100,status=1,scrollbars=1,resizable=1"); od.focus(); 
}

