function openPopup(category, article) {
	myPopup = window.open("/popup.php/"+category+"/"+article+"/", "myPopupWindow", "menubar=yes,resizable=yes,dependent=yes,scrollbars=yes,status=yes,width=480,height=320");
	myPopup.focus();
}

