// JavaScript Document
	//<![CDATA[
				$.setupJMPopups({
					screenLockerBackground: "#000000",
					screenLockerOpacity: "0.7"
				});

				function openStaticPopup() {
					$.openPopupLayer({
						name: "myStaticPopup",
						width: 200,
						target: "myHiddenDiv"
					});
				}

				function openAjaxPopupR() {
					
					$.openPopupLayer({
						name: "mySecondPopup",
						width: 600,
						url: "customListingR.php"
					});
				}
			//]]>
