function openPopup(category, article) {
	myPopup = window.open("/popup.php/"+category+"/"+article+"/", "myPopupWindow", "menubar=no,scrollbars=yes,status=yes,width=480,height=320");
}

function openPdf(pdfId) {
	myPopup = window.open("/document.php?documentid="+pdfId, "myPdfWindow", "menubar=no,scrollbars=yes,status=yes,width="+screen.availWidth+",height="+screen.availHeight+",top="+(screen.availTop?screen.availTop:'0')+",left="+(screen.availLeft?screen.availLeft:'0'));
	//alert ("myPopup = window.open(\"/document.php?documentid="+pdfId);
}
