function openImage(src) {
	tb_show("&copy; FIMA", src, "gallery");
}

function openGallery(src) {
	var locStr;

	if (location.href.substring(0, 11) == 'http://www.') {
		locStr = 'http://www.fima.se/';
	} else {
		locStr = 'http://fima.se/';
	}

	tb_show("", locStr + src, "gallery");
}