//Side Menu for Weddings
var PageColor = "#9e31cb";
var PageName = "Weddings";

function ShowGallery(Folder) {
	imageWidth = 794; imageHeight = 404;
  var windowWidth = imageWidth + 70, windowHeight = imageHeight + 135;
	HREF = "SampleAlbums/" + Folder + "/HTML/index.htm"
	var left = (window.screen.width - (windowWidth + 10))/2;   // plus two 5-pixel borders
	var top = (window.screen.height - (windowHeight + 50))/2;  // plus title and status bars
	window.open(HREF, "", "left="+left+",top="+top+",width="+windowWidth+",height="+windowHeight)
}
