// JavaScript Document

// :::::::::::::::::::::::::::::::::::::::::::::::::::  Gallery Module scripts

function galleryPopup( GalleryID, PhotoID ) {
	window.open("popup_gallery.php?show=mainwindow&gallery=" + GalleryID + "&photo=" + PhotoID ,"_galleryPopup","width=591,height=541,scrollbars=no");
}

// :::::::::::::::::::::::::::::::::::::::::::::::::::
