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

