// -----------------------
// FUNCTION: pictureGalleryPopup
// DESCRIPTION: A function that opens a pop up window.
// ARGUMENTS: Publication URL, article ID and section Name
// RETURN: True
// -----------------------
function pictureGalleryPopupPic(pubUrl,articleId,uniqueSectionName) {
	var newWin = window.open(pubUrl+'template/2.0-0/element/pictureGalleryPopup.jsp?id='+articleId+'&&offset=0&&sectionName='+uniqueSectionName,'mywindow','menubar=0,resizable=0,width=1000,height=711');
}
