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

				function openStaticPopup1() {
					$.openPopupLayer({
						name: "myStaticPopup1",
						width: 650,
						target: "Event1"
					});
				}
				function openStaticPopup2() {
					$.openPopupLayer({
						name: "myStaticPopup2",
						width: 650,
						target: "Event2"
					});
				}
				function openStaticPopup3() {
					$.openPopupLayer({
						name: "myStaticPopup3",
						width: 650,
						target: "Event3"
					});
				}	
				function openStaticPopup4() {
					$.openPopupLayer({
						name: "myStaticPopup4",
						width: 650,
						target: "Event4"
					});
				}	
				function openStaticPopup5() {
					$.openPopupLayer({
						name: "myStaticPopup5",
						width: 650,
						target: "Event5"
					});
				}	
				function openStaticPopup6() {
					$.openPopupLayer({
						name: "myStaticPopup6",
						width: 650,
						target: "Event6"
					});
				}
				function openStaticPopup7() {
					$.openPopupLayer({
						name: "myStaticPopup7",
						width: 650,
						target: "Event7"
					});
				}	
				function openStaticPopup8() {
					$.openPopupLayer({
						name: "myStaticPopup8",
						width: 650,
						target: "Event8"
					});
				}
				function openStaticPopup9() {
					$.openPopupLayer({
						name: "myStaticPopup9",
						width: 650,
						target: "Event9"
					});
				}
				function openStaticPopup10() {
					$.openPopupLayer({
						name: "myStaticPopup10",
						width: 650,
						target: "Event10"
					});
				}
				function openStaticPopup11() {
					$.openPopupLayer({
						name: "myStaticPopup11",
						width: 650,
						target: "Event11"
					});
				}
				function openStaticPopup12() {
					$.openPopupLayer({
						name: "myStaticPopup12",
						width: 650,
						target: "Event12"
					});
				}
				function openStaticPopup13() {
					$.openPopupLayer({
						name: "myStaticPopup13",
						width: 650,
						target: "Event13"
					});
				}
				function openAjaxPopup() {
					$.openPopupLayer({
						name: "mySecondPopup",
						width: 300,
						url: "ajax_example.html"
					});
				}
			//]]>