$(document).ready(function() {
				$(".latestImgFormatSml001").click(function(){
				$("#swap001").show();
				});
				$(".latestImgFormatSml001").click(function(){
				$("#swap002").hide();
				});
				$(".latestImgFormatSml001").click(function(){
				$("#swap003").hide();
				});
				$(".latestImgFormatSml001").click(function(){
				$("#swap004").hide();
				});
								
								
				$(".latestImgFormatSml002").click(function(){
				$("#swap002").show();
				});
				$(".latestImgFormatSml002").click(function(){
				$("#swap001").hide();
				});
				$(".latestImgFormatSml002").click(function(){
				$("#swap003").hide();
				});
				$(".latestImgFormatSml002").click(function(){
				$("#swap004").hide();
				});
			
			
				$(".latestImgFormatSml003").click(function(){
				$("#swap003").show();
				});
				$(".latestImgFormatSml003").click(function(){
				$("#swap001").hide();
				});
				$(".latestImgFormatSml003").click(function(){
				$("#swap002").hide();
				});
				$(".latestImgFormatSml003").click(function(){
				$("#swap004").hide();
				});
				
				$(".latestImgFormatSml004").click(function(){
				$("#swap004").show();
				});
				$(".latestImgFormatSml004").click(function(){
				$("#swap001").hide();
				});
				$(".latestImgFormatSml004").click(function(){
				$("#swap002").hide();
				});
				$(".latestImgFormatSml004").click(function(){
				$("#swap003").hide();
				});
		});