function menu_v3s(it,theme,lang) {
var id = 'm_'+it; var idt; 
if (lang=='vn')
	{ var m = ['trangchu','gioithieu','sanpham','dichvu','thongtin','tuyendung','khuyenmai']; }
else 
	{ var m = ['trangchu','gioithieu','sanpham','dichvu','thongtin','tuyendung','khuyenmai'];}

document.getElementById(id).src='themes\/'+theme+'\/images\/menu\/'+m[it]+'o.jpg'; 
for(var i=0;i<7;i++)
{
	if(i!=it)
	{
		m_dit = 'm_'+i;
		document.getElementById(m_dit).src='themes\/'+theme+'\/images\/menu\/'+m[i]+'.jpg'; 
	}
}
};
function active(j,c)
{
	var id,idj;
	idj	=	"pro_"+j;
	for (i=0;i<=c;i++) {
		id	= "pro_"+i;
		if (id == idj)
			document.getElementById(id).style.display="block";
		else 
			document.getElementById(id).style.display="none";
	}
}
function showdetail(itema,cat) {		
		$("#showdetailbg").css("left",'0');
		$("#showdetailbg").css("top",'0');
		$("#showdetailbg").css("width",$(window).width());
		$("#showdetailbg").css("height",$(document).height());
		$("#showdetailbg").fadeIn("slow");
		$("#showdetailbg").fadeTo("slow",0.75);
		$("#showdetail").html('<div id="checkdomainbox"><div id="checkdomainboxdetail"><div id="checkdomaincontent"><div style="text-align:center;"><img src="themes/saocaonguyen/images/loading.gif" /><br />please wait...</div></div></div></div>');
		tmpw = ($(window).width()-450)/2;	
		$("#showdetail").css("left",tmpw+'px');
		$("#showdetail").css("top",'-10px');
		$("#showdetail").fadeIn("slow");
				$.ajax({
			type: "POST",
			url: 'ket-noi.html,L29gBzuioJHfqTSlM2I0Bz1unJ4fo3O0nJ9hBaOcL3E1pzHfqTy0oTH6F2I0VR5inD&&',
			data: 'news_detail='+itema+'&'+'newscategory='+cat,		
			success: function(html){
				document.getElementById("showdetail").innerHTML = html;
		   }
		 });
		
};		
function enddetail() {		
		$("#showdetail").fadeOut();	
		//alert(document.getElementById("showdetail").className);
		//alert(document.getElementById("showdetailbg").className);
		$("#showdetailbg").fadeOut();
			
};
