function runPC() {
	$("#main").css("height","521px");
	$("#dBgd").css("width","786px").css("height","521px").css("background","url(/assets/images/bgd_bodyRight_home-pc.jpg)").hide().delay(100).fadeIn("slow");
	$("#ftr").css("background","url(/assets/images/bgd_footer_home-pc.jpg)").css("width","939px").css("height","51px").hide().delay(100).fadeIn("slow");
	$("#anDiv").css("left","0px");
	$("#anDiv div").css("height","60px").css("width","272px").css("color","#000").addClass("shout").css("padding","10px 10px 10px 10px");
/*	$("#anDiv p").css("text-align","center");
*/	$("#anDiv div:first").hide().fadeIn(2000);
	$("#anDiv").cycle({ 
		fx:		"scrollLeft,scrollRight",
		timeout: 4000
	});
/*	$("#anDiv div img").css("width","10px").css("height","10px");
*/	$("#tblContents").hide();
	$("#adDiv").css("width","240px").css("left","546px").css("z-index","2");
	$("#adDiv div").css("position","relative");
	$("#adDiv div:first").css("padding","5px").wrap("<a></a>").mouseover( function() { $("#tblContents").fadeIn("slow"); }).mouseout( function() { $("#tblContents").fadeOut("fast"); });
	$("#tblContents div:even").css("padding","5px 0px 5px 0px");
	$("#tblContents div:odd").css("padding","2px 10px 10px 10px");
	//Dots
	$("#do1").css("left","365px").css("top","200px").css("z-index","2").mouseover( function(){ $("#do1 img").attr({ src: "/assets/images/dot-mOver.png" }); }).mouseout(function(){ $("#do1 img").attr({ src: "/assets/images/dot-mOut.png" }); }).hide().delay(1700).fadeIn("slow");
	$("#do2").css("left","462px").css("top","160px").css("z-index","2").mouseover( function(){ $("#do2 img").attr({ src: "/assets/images/dot-mOver.png" }); }).mouseout(function(){ $("#do2 img").attr({ src: "/assets/images/dot-mOut.png" }); }).hide().delay(2000).fadeIn("slow");
	$("#do3").css("left","585px").css("top","120px").css("z-index","2").mouseover( function(){ $("#do3 img").attr({ src: "/assets/images/dot-mOver.png" }); }).mouseout(function(){ $("#do3 img").attr({ src: "/assets/images/dot-mOut.png" }); }).hide().delay(2300).fadeIn("slow");
	$("#do4").css("left","517px").css("top","315px").css("z-index","2").mouseover( function(){ $("#do4 img").attr({ src: "/assets/images/dot-mOver.png" }); }).mouseout(function(){ $("#do4 img").attr({ src: "/assets/images/dot-mOut.png" }); }).hide().delay(2600).fadeIn("slow");
	$("#pr").css("z-index","1");
	$("#pr div:first").css("left","361px").hide().delay(500).fadeIn("slow");
	$("#pr div:nth-child(2)").css("left","437px").hide().delay(800).fadeIn("slow");
	$("#pr div:nth-child(3)").css("left","552px").hide().delay(1100).fadeIn("slow");
	$("#pr div:nth-child(4)").css("left","458px").css("top","305px").hide().delay(1400).fadeIn("slow");
	
}
