function showselect(sel1,sel2){
   if (sel1=="1")
   { if(sel2=="1")
      window.open("MobFinance_US.html");
    else if (sel2=="2")
     window.open("MobFinance_EU.html");
    else if (sel2=="3")
     window.open("MobFinance_UK.html");
     else if (sel2=="4")
     window.open("customize_mf.html");
     else if (sel2=="5")
     window.open("RssNews!.html");
   }
   else if (sel1=="2")
   { if(sel2=="1")
     window.open("MobFinance_US_bb.html");
    else if (sel2=="2")
     window.open("MobFinance_EU_bb.html");
     else if (sel2=="3")
     window.open("MobFinance_UK_bb.html");
    else if (sel2=="4")
    window.open("customize_mf.html");
    else if (sel2=="5")
     window.open("RssNews!_bb.html");
   }
   else if (sel1=="3")
   { if(sel2=="1")
     window.open("MobFinance_US.html");
    else if (sel2=="2")
     window.open("MobFinance_EU.html");
    else if (sel2=="3")
     window.open("MobFinance_UK.html");
     else if (sel2=="4")
     window.open("customize_mf.html");
     else if (sel2=="5")
     window.open("RssNews!.html");
   }
}

