
$(function() {
	/*
	$("#menuBox").animate(
		{left: "0", opacity: "100"},
		{duration: 550, easing: "linear"}
	);
	*/
	$("#topImg").fadeIn(1500);
	
	/*
	function resizeW() {
		reW = $(window).width() - 200;
		
		$("#topImg").css("width", reW + "px");
		if($("#top"))$("#topImg").fadeIn(1500);
		
		reH = $("#topImg").height() - 115;
		$("#newItem > ul").css("top", reH + "px");
	}
	resizeW();
	$("#newItem > ul").css("top", "680px");
	
	$(window).bind("resize", resizeW);
	*/
});
