function article_print(hash) {
	var printWindow = window.open("index.php?article-action=print&item-hash="+hash);
}

