
var win;

function showImage(id, pos, date) {
	win = window.open('news_image.php?id=' + id + '&pos=' + pos + '&date=' + date + '&lang=' + LANG, 'image', 'width=800,height=600,address=0,toolbar=0,statusbar=0');
	win.focus();
	return false;
}

