
	var j$ = jQuery;

	j$(function(){
		j$(".acc").each(function(){
			j$("li > a", this).each(function(index){
				var $this = j$(this);

				if(index > 0) $this.next().hide();

				$this.click(function(){
var params = {height:"toggle", opacity:"toggle"};
				j$(this).next().animate(params).parent().siblings()
					.children("ul:visible").animate(params);
					return false;
				});
			});
		});
	});
function moviewindow(url) {
windowVar = window.open(url,"new","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=330,height=330");
//windowVar.location.href=url;
}
