webio();
function webio(){ajax_post(webpath+"include/webio.php?lanstr="+lanstr,"","_webio");}
function ajax_post_webio(sec){if(sec!="")location.href=sec;}
function web_modelgoto(){if(web_model=="php"&&!page_on("/php/"))location.href=webpath+"php/";}

function addClick(db,lanid,lanstr){ajaX(webpath+"include/setValue.php?action=click&db="+db+"&lanid="+lanid+"&lanstr="+lanstr);}
function getClick(db,lanid,lanstr,id){ajaX(webpath+"include/getValue.php?action=click&db="+db+"&lanid="+lanid+"&lanstr="+lanstr,getId(id));}

function setMenuOn(menuid){var obj=getId("menu_"+menuid);if(obj){obj.className+=" on";}}

function feedbackContent(classid,lanstr)
{
	var page=getPra("page");
	var sec=ajax(webpath+"include/feedback.php?action=getContent&classid="+classid+"&lanstr="+lanstr+"&page="+page,"feedbackcontent");
	//alert(sec);
}

function faq_co(obj)
{
	var t=J(".faq_title");
	var c=J(".faq_content");
	for(var i=0;i<c.length;i++){c[i].style.display="none";t[i].style.fontWeight="";}
	var tr=obj.getElementsByTagName("tr");
	tr[0].style.fontWeight="bold";	
	tr[1].style.display="";
}
