﻿
/*@建信基金网站首页主脚本
 *
 *
 *
 */

function select_yqlj(){
	if(document.getElementById("rewinjson_yqlj").value)
	window.open(document.getElementById("rewinjson_yqlj").value);
}

	/*@方法：在搜索表单提交时调用
	 *@参数：无
	 *@实现：给表单的menuId元素赋值
	 */	
	function ck_search(){
		if(document.search_frm.menuId.value==""){
			document.search_frm.menuId.value=menuId;
		}
	}

/*//加载公司动态
if(0){
	new rewinjson.rewinAjax("/convertPage/infolist/gsdt.htm",
		new rewinjson.tool.parameter("json_1","classid=0002000400080010","","1=1"),
		rewinjson.client.TiTimeText,
		"POST",
		"rewinjson_gsdt_6"
	);	
}else{
	new rewinjson.rewinAjax("/JSONService/rewinJsonInfoList.jsp",
		new rewinjson.tool.parameter("json_1","classid=0002000400080010","","1=1"),
		rewinjson.client.TiTimeText,
		"POST",
		"rewinjson_gsdt_6"
	);
}


//加载专题报道
if(0){
	new rewinjson.rewinAjax("/convertPage/infolist/ztbd.htm",
		new rewinjson.tool.parameter("json_1","classid=0002000400080011","","1=1"),
		rewinjson.client.TiTimeText,
		"POST",
		"rewinjson_ztbd_6"
	);	
}else{
	new rewinjson.rewinAjax("/JSONService/rewinJsonInfoList.jsp",
		new rewinjson.tool.parameter("json_1","classid=0002000400080011","","1=1"),
		rewinjson.client.TiTimeText,
		"POST",
		"rewinjson_ztbd_6"
	);
}


//加载建信资讯
if(onoffPower==0){
	new rewinjson.rewinAjax("/convertPage/infolist/jxzx.htm",
		new rewinjson.tool.parameter("json_11","","",""),
		rewinjson.client.TiTimeText,
		"POST",
		"rewinjson_jxzx_5"
	);
}else{
	new rewinjson.rewinAjax("/JSONService/rewinJsonInfoList.jsp",
		new rewinjson.tool.parameter("json_11","","",""),
		rewinjson.client.TiTimeText,
		"POST",
		"rewinjson_jxzx_5"
	);
}*/

//加载友情链接
new rewinjson.rewinAjax("/JSONService/index/rewinJsonYqljList.jsp",
	new rewinjson.tool.parameter("style","","","1=1"),
	rewinjson.client.YqljListText,
	"POST",
	"rewinjson_yqlj"
);


