// JavaScript Document
function editpanel(wchpanx,wchprx,wchclx,widthx,height){
	ep=window.open("editace/editpanel.php?komp="+wchpanx+"&prirazeno="+wchprx+"&class="+wchclx+"&maxwidth="+widthx+"&maxheight="+height+"","admin","status=1,scrollbars=1,resizable=1,width=800,height=610,left=200,top=100"); ep.focus(); 
}

$(document).ready(function(){
	$("a[rel^='lightbox']").prettyPhoto({theme:'light_square'});
	
	$.jTwitter('ldnfilmmuseum', 8, function(data){
		$('#twposts').empty();
		$.each(data, function(i, post){
			$('#twposts').append(
				'<div class="twposts">'
				+' <div class="twtxt">'
				+    post.text
				+' </div>'
				+'</div>'
			);
		});
	});
});

function chcolor(colidx){	document.cookie="basecolor="+colidx; window.location.reload();}	
