function showDeclaratia() {
	var win = window.open("modules/declaratia_230.php", "Declaratia 230", "width=600,height=400, scrollbars=1, navigation=0");
	win.focus();
}

/* DD Menu */
var ddmenu = {
	showMenu: function() {
		new Effect.toggle("ddmenucontent", "appear", {
			duration: 0.7
		});
	},
	hideMenu: function() {
		new Effect.Fade("ddmenucontent", {
			duration: 0.7
		});
	}
}

function scrollTop() {
	new Effect.ScrollTo("siteBody", {
		duration: 1
	});
}

function scrollToLesson(id) {
	new Effect.ScrollTo("lesson" + id, {
		duration: 0.7
	});
}

function showEvent(id) {
	new Effect.toggle(id, "slide", {
		duration: 0.7
	});
}