 
 var sifr_eng={
   	//src: 'http://localhost/user/asia_one/script/sifr_treb_ms.swf'
	//src:'http://www.dvihk.com/user/asia_one/script/test.swf'
	src: 'http://www.asia1tec.com/script/sifr_treb_ms.swf'
	//src: 'http://localhost/user_f/asia_one/script/test.swf'
 	};
	
 var sifr_fr={
   //src: 'http://localhost/user/sealand00/script/sifr_highlight_chinese_t.swf'
   //src: 'http://www.dvihk.com/user/asia_one/script/sifr_treb_ms.swf'
  // src: 'http://www.dvihk.com/user/asia_one/script/test1.swf'
  //src: 'http://localhost/user_f/asia_one/script/test.swf'
 }
	
	sIFR.debugMode = true;
	  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
	  sIFR.prefetch(sifr_eng,sifr_fr);
	  sIFR.activate();

	// englsh
	sIFR.replace(sifr_eng, {
	  selector: '#lang_en .sifr_highlight, #lang_fr .sifr_highlight'
	  ,wmode: 'transparent'
	  ,css: [
			  '.sIFR-root {color : #ffffff}'
			  ,'a {color:#ffffff; text-decoration: none; outline:0 }'
			  ,'a:link { color:#ffffff; font-size:12px}'
			  ,'a:hover { color:#ff3333}'
			]
	 ,filters: { DropShadow: { distance: 2 ,color: '#330000' ,strength: 0.5 }}
  	});
	
	sIFR.replace(sifr_eng, {
	  selector: '#lang_en .sifr_right_column, #lang_fr .sifr_right_column'
	  ,wmode: 'transparent'
	  ,css: [
			  '.sIFR-root {color : #222222; }'
			  ,'a {text-decoration: none }'
			  ,'a:link { color:#222222; font-size:21px;text-decoration: none }'
			  ,'a:hover { color:#FF0000}'
			]
	 ,filters: { DropShadow: { distance: 2 ,color: '#330000' ,strength: 0.1 }}
  	});

	
	sIFR.replace(sifr_eng, {
	  selector: '#lang_en .sifr_subtitle, #lang_fr .sifr_subtitle'
	  ,wmode: 'transparent'
	  ,css: [
			 '.sIFR-root {color : #222222; }'
			  ,'a {text-decoration: none }'
			  ,'a:link { color:#574C56; font-size:21px;text-decoration: none }'
			  ,'a:hover { color:#7FB34E}'
			]
	 ,filters: { DropShadow: { distance: 2 ,color: '#330000' ,strength: 0.1 }}
  	});
	
	sIFR.replace(sifr_eng, {
	  selector: '#lang_en .sifr_sub_subtitle, #lang_fr .sifr_sub_subtitle'
	  ,wmode: 'transparent'
	  ,css: [
			 '.sIFR-root {color : #222222; }'
			  ,'a {text-decoration: none }'
			  ,'a:link { color:#222222; font-size:20px;text-decoration: none }'
			  ,'a:hover { color:#FF0000}'
			]
	 ,filters: { DropShadow: { distance: 2 ,color: '#330000' ,strength: 0.1 }}
  	});
	
	sIFR.replace(sifr_eng, {
	  selector: '#lang_en .sifr_footer, #lang_fr .sifr_footer'
	  ,wmode: 'transparent'
	  ,fixFocus: 'true'
	  ,css: [
			 '.sIFR-root {color : #000000; }'
			  ,'a {color:#000000;text-decoration: none; outline:0 }'
			  ,'a:link { color:#000000; font-size:21px;text-decoration: none }'
			  ,'a:hover { color:#FF3333}'
			]
	 ,filters: { DropShadow: { distance: 2 ,color: '#330000' ,strength: 0.1 }}
  	});

	// chinese	

