var h=window.location.href;
//alert("href is:"+h);
if(h.indexOf("/english/aboutus_")>-1
   ){
var menu_root=document.getElementById("a1");
menu_root.className="selected2";
}


if(h.indexOf("/english/howitworks_")>-1
			 ){
var menu_root=document.getElementById("a2");
menu_root.className="selected2";
}

if(h.indexOf("/english/edu_")>-1 
			 ){
var menu_root=document.getElementById("a3");
menu_root.className="selected2";
}

if(h.indexOf("/english/products_")>-1 || 
   h.indexOf("/english/pro_")>-1 
            ){
var menu_root=document.getElementById("a4");
menu_root.className="selected2";
}

if(h.indexOf("/english/accounts_")>-1 || 
   h.indexOf("/english/pds")>-1
              ){
var menu_root=document.getElementById("a5");
menu_root.className="selected2";
}

if(h.indexOf("/english/platform_")>-1
   ){
var menu_root=document.getElementById("a6");
menu_root.className="selected2";
}

if(h.indexOf("/english/partnerships_")>-1 
   ){
var menu_root=document.getElementById("a7");
menu_root.className="selected2";
}

if(h.indexOf("/english/contactus.html")>-1 || 
   h.indexOf("/english/deposit_choose.html")>-1 || 
   h.indexOf("/english/account_withdraw.html")>-1 || 
   h.indexOf("/english/support_docs.html")>-1 || 
   h.indexOf("/english/support_payment.html")>-1 || 
   h.indexOf("/english/sitemap.html")>-1
   ){
var menu_root=document.getElementById("a8");
menu_root.className="selected2";
}

