// Java Document
function show(img, txt) {
	window.open('zoom_en.htm?img=' + img + '&txt='+txt,'popup','width=700,height=600,scrollbars=0');
}