function win(url,name,feat) {
	name=window.open(url,name,feat);
	name.focus();
}
function tranq(f,u) {
	m = new Array("&#105;","&#116;","&#111;","&#109;","&#97;","&#108;");
	document.write("<a href="+m[3]+m[4]+m[0]+m[5]+m[1]+m[2]+"&#58;"+u+"&#64;"+f+">");
	document.write(u+"&#64;"+f+"</a>");
}

$(function() {
	$('div.galerie a').lightBox();
});

