function showContextWindow(page) {
	window.open("/popup/" + page, "interkey_context", "width=400,height=300,location=no,menubar=no,status=no,scrollbars=yes,toolbar=no");
	return false;
}

function showImageWindow(image) {
	window.open("/popup/image/" + image, "interkey_context", "width=800,location=no,menubar=no,status=no,scrollbars=yes,toolbar=no");
	return false;
}