/*
Javascript 通用函数
2006年03月12日 19:39:47 星期日
Dev:LiuYueBo
*/

//alert(new Date().getYear())

//页面提交搜索
function duSerarchSubmit()
{
	return true;
}

function DetailChangeFont(s)
{
	var Obj=document.getElementById("db_3_1");
	if (s==1) {
		Obj.style.fontSize="16px";
	} else if (s==2) {
		Obj.style.fontSize="14px";
	} else if (s==3) {
		Obj.style.fontSize="12px";
	}
}

//window.onload=function(){
//	alert("sdfasdf")
//}
