function LoadingBlock(e_div_block, e_iframe){
  try{
	//e_div_block.block({ message: '下載中.....' });
	e_div_block.block({ message: null, overlayCSS: { backgroundColor: '#fff' }, css: { backgroundColor: '#fff', color: '#000'} });
	e_iframe.ready(function() { 
		e_div_block.unblock();
	}); 
  }catch(e){
	  alert(e);
  }
}
function transToTChi(){
	try{
		//alert(document.location.href);
		if(typeof document.location.href != 'undefined'){
			//alert(document.location.href.replace("/schi",""));
			window.location = document.location.href.replace("/schi","");
		}
	}catch(ex){alert("Err:transToSChi=>"+ex);}
}
function transToSChi(){
	try{
		//alert(document.location.href);
		if(typeof document.location.href != 'undefined'){
			//alert(document.location.href.replace("/schi",""));
			window.location = document.location.href.replace("www.iex.hk/","www.iex.hk/schi/");
		}
	}catch(ex){alert("Err:transToSChi=>"+ex);}
}

