function focusLogin() {document.getElementById("username").focus();}
$(function(){$('ul#portfolio a').lightBox({fixedNavigation:true});});
$(document).ready(function(){
	$("#display-editor").click(function() {
		$("#admin-body").toggle();
		if($("#admin-body").is(":visible")) $("#display-editor").text("Hide Page Editor");
		else $("#display-editor").text("Show Page Editor");
		return false;
	});
	if($("#admin #errorBox").length) {window.setTimeout(function() {$("#admin #errorBox").fadeOut("slow");},2500);}
});
