// JavaScript Document

// wedding prices
function priceGuide() {
	window.open("wedding_price.html", "Wedding_Price_Guide", "status = 0, height = 750px, width = 820px, resizable = 1, top = 200, left = 450");
}


