$(document).ready(function() {
	$.path = $("input[name=path]").val() + "/";
	//$.change();
});
jQuery.extend( {
	change : function(type){
		if(1==type){
			// 首页
			$("#center").css("height","545");
		}else if(2==type){
			// 公司产品
			$("#center").css("height","525");
		}else if(3==type){
			// 试用下载
			$("#center").css("height","670");
		}else if(4==type){
			// 用户反馈
			$("#center").css("height","605");
		}else if(5==type){
			// 维护服务670
			$("#center").css("height","670");
		}else if(6==type){
			// 新闻
			$("#center").css("height","550");
		}else if(7==type){
			// 招聘
			$("#center").css("height","565");
		}else if(8==type){
			// 关于
			$("#center").css("height","480");
		}
	}
});
