﻿var dHtm =new Array();
	dHtm[0]="mailto: UCE@FTC.GOV";
	dHtm[3]="u-sun";
	dHtm[2]="@" + dHtm[3] + ".com'>";
	dHtm[3]="u-sun";
	dHtm[1]="@" + dHtm[3] + ".com'>";
	dHtm[3]="<tr><td><a href='mailto:";
	dHtm[4]="</a></td></tr>";
	dHtm[5]="<h3>公司厂址&nbsp;Factory and Headquarter</h3><br /> ";
	dHtm[5]+="<h5>联络人陈先生/李小姐</h5>";
	dHtm[5]+="<h5>台湾台北市内湖区内湖路一段91巷12弄11号1楼</h5>";
	dHtm[5]+="<h5>No.11, Alley 12, Lane 91,Sec.1, Neihu Rd., Neihu Chiu, Taipei, Taiwan, R.O.C.</h5><br />   ";
	dHtm[5]+="<h5>电话&nbsp;Telephone:&nbsp;+886-2-26277005,&nbsp;+886-2-26277091</h5>";
	dHtm[5]+="<h5>传真&nbsp;FAX:&nbsp;+886-2-26270248</h5> ";
	dHtm[5]+="<table summary='' width='30%' align='center' border='1' cellspacing='1' cellpadding='1'><font face='times new roman' color='#330099'>";
	dHtm[5]+="<th>电子信箱&nbsp;Electronic mail</th> ";
	dHtm[5]+= dHtm[3] + "info" + dHtm[1] +  "办公室" + dHtm[4];
	dHtm[5]+= dHtm[3] + "sales" + dHtm[1] +  "业务部"+ dHtm[4];
	dHtm[5]+= dHtm[3] + "engineer" + dHtm[1] + "工程部 "+ dHtm[4];
	dHtm[5]+= dHtm[3] + "support" + dHtm[1] + "售後服务"+ dHtm[4] + "</table>";	
	dHtm[5]+="<table summary='' width='25%' align='center' border='1' cellspacing='1' cellpadding='1'><font face='times new roman' color='#330099'> ";
	dHtm[5]+="<th>Electronic mail</th> ";
	dHtm[5]+= dHtm[3] + "info" + dHtm[2] + "General Information"+ dHtm[4];
	dHtm[5]+= dHtm[3] + "sales" + dHtm[2] + "Sales"+ dHtm[4];
	dHtm[5]+= dHtm[3] + "support" + dHtm[2]  + "Customer Support"+ dHtm[4] + "</table>";

function  showBlock(slct){ 
	writeBlock("displayBox", dHtm[slct]);
}

