function eorder(bs,symb,price){
  //¤U³æ§X³sµ²
  //OrderFrame.navigate('http://sl-web01.sk88.com.tw/TASP/TANXXInfMgmt.dll?TADummy&tapage=SKIS/CombinOrderMiddle_MegaTimeSL&TARequestForm=1&future=a');
  //setTimeout("Order('"+bs+"','"+symb+"','"+price+"')",2500);
  var sUrl
  if(bs == 'B'){
    sUrl = "https://www.sk88.com.tw/TASP/TASBFOrdMgmt.dll?TADummy&TARequestForm=1&TAPage=DCN/taStockQuoteToDcn&type=t&subtype=7&ordertype=1&lino=0&symb="+symb+"&orls=1&orpr="+price+""
  }else if(bs == 'S'){
    sUrl = "https://www.sk88.com.tw/TASP/TASBFOrdMgmt.dll?TADummy&TARequestForm=1&TAPage=DCN/taStockQuoteToDcn&type=t&subtype=7&ordertype=1&lino=0&symb="+symb+"&orls=2&orpr="+price+""
  }else if(bs == ''){
  sUrl = "https://www.sk88.com.tw/TASP/TASBFOrdMgmt.dll?TADummy&TARequestForm=1&TAPage=DCN/taStockQuoteToDcn&type=t&subtype=7&ordertype=1&lino=0&symb=" + symb + "&orpr=" + price + ""
  }else{
    return;
  } 
  BarHideFrame.navigate(sUrl);
}

function Order(bs,symb,price){
  var sUrl
  if(bs == 'B'){
    sUrl = "https://www.sk88.com.tw/TASP/TASBFOrdMgmt.dll?TADummy&TARequestForm=1&TAPage=DCN/taStockQuoteToDcn&type=t&subtype=7&ordertype=1&lino=0&symb="+symb+"&orls=1&orpr="+price+""
  }else if(bs == 'S'){
    sUrl = "https://www.sk88.com.tw/TASP/TASBFOrdMgmt.dll?TADummy&TARequestForm=1&TAPage=DCN/taStockQuoteToDcn&type=t&subtype=7&ordertype=1&lino=0&symb="+symb+"&orls=2&orpr="+price+""
  }else if(bs == ''){
    sUrl = "https://www.sk88.com.tw/TASP/TASBFOrdMgmt.dll?TADummy&TARequestForm=1&TAPage=DCN/taStockQuoteToDcn&type=t&subtype=7&ordertype=1&lino=0&symb="+symb+""
  }else{
    return;
  } 
  BarHideFrame.navigate(sUrl);
}