      function EmailListing(MLS_Number) {
				window.open("EmailListing.aspx?MLS_Number=" + MLS_Number,"EmailListing","height=500,width=700");
			}
      function PrintListing(MLS_Number) {
				window.open("ListingPDF.aspx?MLSNumber=" + MLS_Number,"EmailListing","height=500,width=700,resizable");
			}
			function AllPhotos(MLS_Number) {
				window.open("AllPhotos.aspx?MLS_Number=" + MLS_Number,"AllPhotos","height=500,width=700,scrollbars");
			}
			function Map(MLS_Number) {
				window.open("MapProperty.aspx?MLS_Number=" + MLS_Number,"MapProperty","resizable,height=500,width=700,toolbar,scrollbars");
			}
			function ShowMe(MLS_Number) {
				window.open("../showme/getdatetime.aspx?mls_number=" + MLS_Number,"ShowMe","resizable,width=681,scrollbars");
			}
			function MoreInfo(MLS_Number) {
				window.open("../showme/moreinfo.aspx?mls_number=" + MLS_Number,"MoreInfo","resizable,width=681,scrollbars");
			}
			function Feedback(MLS_Number, NumPics) {
				window.open("Feedback.aspx?MLS_Number=" + MLS_Number + "&NumPics=" + NumPics,"Feedback","resizable,height=500,width=700,toolbar,scrollbars");
			}
			function VirtualTour(URL) {
				window.open(URL,"VirtualTour","resizable,height=400,width=600,toolbar,scrollbars");
			}
