﻿<!--

//Specify affected tags. Add or remove from list:
var tgs = new Array('div','td','tr','p','h1','h2','h3','h4','h5','h6','li','a');

//Specify spectrum of different font sizes:
var szs = new Array( 'xx-small','x-small','small','medium','large','x-large','xx-large' );
var startSz = 2;

function ts( trgt,inc ) {
	if (!document.getElementById) return
	var e = document,cEl = null,sz = startSz,i,j,cTags;
	
	sz += inc;
	if ( sz < 0 ) sz = 0;
	if ( sz > 6 ) sz = 6;
	startSz = sz;
		
	if ( !( cEl = e.getElementById( trgt ) ) ) cEl = e.getElementsByTagName( trgt )[ 0 ];

	cEl.style.fontSize = szs[ sz ];

	for ( i = 0 ; i < tgs.length ; i++ ) {
		cTags = cEl.getElementsByTagName( tgs[ i ] );
		for ( j = 0 ; j < cTags.length ; j++ ) cTags[ j ].style.fontSize = szs[ sz ];
	}
	if(document.getElementById('breadcrumbs')) document.getElementById('breadcrumbs').style.fontSize = "x-small";
	if(document.getElementById('revised')) document.getElementById('revised').style.fontSize = "x-small";
}

// -->

document.write('<div id="top_title">');
document.write('<img src="image/tccsa_en_bar_h.gif" width="328" height="60"></div>');
document.write('<div id="top_stitle">');
document.write('<P>The Cross-Cultural Community Services Association</P></div>');
document.write('<div id="top_moro">');
document.write('<object data="image/tccsa_en_moro_15.swf"" type="application/x-shockwave-flash" width="140" height="30">');
document.write('    <param name="movie" value="image/tccsa_en_moro_15.swf" />');
document.write('</object>');
document.write('</div>');

document.write('  <div id="top_right">');
/*document.write('      +<a href="javascript:ts(\'body\',1)"> Larger Font</a> | ');
document.write('      -<a href="javascript:ts(\'body\',-1)"> Smaller Font</a> <br/> ');
*/document.write('      <a href="en_contact.php">Contact Us</a> | ');
document.write('      <a href="ch_main.php">中文</a>');
document.write('      ');
document.write('  </div>');
