// JavaScript Document
jQuery.noConflict();

jQuery(function() {
	jQuery("#swp-1").click(function() {
		jQuery("#sec-title-main").load("swp/index-1.html");
	});
	jQuery("#swp-2").click(function() {
		jQuery("#sec-title-main").load("swp/index-2.html");
	});
	jQuery("#swp-3").click(function() {
		jQuery("#sec-title-main").load("swp/index-3.html");
	});
	jQuery("#swp-4").click(function() {
		jQuery("#sec-title-main").load("swp/index-4.html");
	});
})
