function dimage2_bigpop(name) {
	window.open('/bongo.pl/dimages2.big/?name=' + name, '', 'width=400, height=300, scrollbars=yes');
	return false;
}

function dimage2_bigswap(filename,target) {
	document.getElementById(target).src = '/storage/dimages/' + filename;
	return false;
}

function dimage2_next() {
}
