<script>
		//ΛυΒΤΝΌ
		function LoadImg(width,height,css){
			$(function(){
				width 	= width || 135;
				height 	= height || 100;
				css		= css || "img.pro_view";
				$(css).each(function(){
					var src = $(this).attr("rel");
					$(this).ajaxLoadImg(src, {newWidth:width,newHeight:height});
				});
			});
		}
		LoadImg(135,100);
	</script>
