function openIndex(index) {
	var url = window.location;
	window.open(url+'/../indexes/'+index, 'index', 'width=500, height=500, status=no, toolbar=no, location=no, menubar=no, scrollbars=yes');
}

function closeIndex() {
	window.close();
}

function getIndex(index, query) {
	window.opener.document.getElementById(index).value = query; 
	window.close();
}

function openImage(src) {
	var url = src.replace("images@125/", "images@300/");
	window.open('http://zoom.kb.nl/zoom.php?src='+encodeURI(url), 'zoom', 'location=no, status=no, menubar=no, toolbar=no, maximized=yes');
}
