//===========================================================================
//°ò¥»³]©w
//==================== begin ================================================
topMargin = 112;    //¤º³¡¬°112
layerHeight = 23;
leftMargin = 90;
tableWidth = 200;
rowHeight = 22;
showWeekly = false;
showHouse = false;
path = '';    //¤º³¡¬°ªÅ¦r¦ê
//====================  end  ================================================

//===========================================================================
//©Ò¦³ªºmenu
//==================== begin ================================================
menuNames = new Array('t','fo','p','so','int','c','o','e','stock','life','sp','region','show');
titles = new Array('ÀYª©·s»D','µJÂI·s»D','¬Fªv·s»D','ªÀ·|·s»D','°ê»Ú·s»D','¦Û¥Ñµû½×','¦Û¥Ñ¼s³õ','°]¸gµJÂI','ÃÒ¨é²z°]','¥Í¬¡·s»D','Åé¨|·s»D','¦a¤è·s»D','¼vµø¦W¤H');
pages = new Array('today-t1.htm','today-fo1.htm','today-p1.htm','today-so0.htm','today-int0.htm','today-s1.htm','today-o0.htm','today-e1.htm','today-stock1.htm','today-life1.htm','today-sp0.htm','today-taipei0.htm','today-show1.htm');
if (showWeekly)
{
	menuNames = menuNames.concat(new Array('weekly'));
	titles = titles.concat(new Array('¥Í¬¡¶g³ø'));
	pages = pages.concat(new Array('today-weekly1.htm'));
}
else
{
	menuNames = menuNames.concat(new Array('supplement'));
	titles = titles.concat(new Array('¥Í¬¡ÃÀ¤å'));
	pages = pages.concat(new Array('today-fashion1.htm'));
}
if (showHouse)
{
	menuNames = menuNames.concat(new Array('house'));
	titles = titles.concat(new Array('¦í¦v¥Í¬¡ª©'));
	pages = pages.concat(new Array('today-house1.htm'));
}
menuNames2 = new Array('taipei','north','center','south','fashion','family','medicine','article','art','travel');

names = menuNames.concat(menuNames2);
menus = Array(names.length);
for (i=0; i<menus.length; i++)
{
	menus[i] = new Object();
	menus[i].name = names[i];
}
//====================  end  ================================================

//===========================================================================
//¥D¿ï³æ
//==================== begin ================================================
document.write('<TABLE class=block2L cellSpacing=1 cellPadding=3 width=90 border=0>');
document.write('	<TR>');
document.write('		<TD bgColor=#333399>¤µ¤é­n»D</TD>');
document.write('	</TR>');
for (i=0; i<menuNames.length; i++)
{
	document.write('	<TR>');
	document.write('		<TD class=block2L_tda onMouseOver="showMenu(this,'+menuNames[i]+')" onMouseOut="hideMenu()" style=color:blue;cursor:pointer');
	document.write('				onClick="location.href=\''+path+pages[i]+'\'">'+titles[i]+'</TD>');
	document.write('	</TR>');
}
document.write('	<TR>');
document.write('		<TD bgColor=#cc6600><A class=block2La href="'+path+'Rnews.htm">±MÃD³ø¾É</A></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD bgColor=#666666>ªA°È±M°Ï</TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD class=block2L_tdb><A class=block2La href="http://www.roclotto.com.tw/" target=_blank>¼Ö³z±m¨é</A></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD class=block2L_tdb><A class=block2La href="'+path+'Nnews.htm">²Î¤@µo²¼</A></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD class=block2L_tdb><font color=blue><A onmouseover="this.style.cursor=\'pointer\';this.style.color=\'deepskyblue\'" ');
document.write('			onclick="window.open(\'http://www.libertytimes.com.tw/Service/Order.htm\',\'_new\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=770,height=650\');" ');
document.write('			onmouseout="this.style.color=\'blue\'">­q³øªA°È</A></FONT></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD class=block2L_tdb><A class=block2La href="http://www.libertytimes.com.tw/about/recruit.htm">¨D¤~±M°Ï</a></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD class=block2L_tdb><A class=block2La href="'+path+'activity.htm">¬¡°Ê°T®§</a></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD class=block2L_tdb><A class=block2La href="http://www.lscc.com.tw/" target=_blank>¦Û¥Ñ¼s³õ<br>°ê»Ú·|Ä³¤¤¤ß</a></TD>');
document.write('	</TR>');
document.write('</TABLE>');
//====================  end  ================================================

//===========================================================================
//©Ò¦³ªºmenuªº¶µ¥Ø¡A¥ÑPHP²£¥Í
//==================== begin ================================================

menu = getMenu('fo');
menu.layer = 1;
menu.menuLayer = 0;
menu.rows = new Array(7);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¬f·¨´^©ú±Ó ¤O«P°êºq§ïµü';
	rows[0].link = 'today-fo1.htm';
																										
	rows[1].text = 'ªxºñ¬ß¤j´T§ïµü ªxÂÅ¤Ï¹ï';
	rows[1].link = 'today-fo2.htm';
																										
	rows[2].text = '¥x¥_»«À] 6.4°_¶}©ñ°ÑÆ[';
	rows[2].link = 'today-fo3.htm';
																										
	rows[3].text = 'ÂI¿O¹C¦æ ¶Ê¥Í¥xÆW°ê';
	rows[3].link = 'today-fo4.htm';
																										
	rows[4].text = '¤j¤Ù¤s¤õ¤sÃzµo¡H ¾÷²v¡K«Ü§C';
	rows[4].link = 'today-fo5.htm';
																										
	rows[5].text = '¦a¼ö¬¡ÅD Àt¤s®q¤]¬O¬¡¤õ¤s';
	rows[5].link = 'today-fo6.htm';
																										
	rows[6].text = '¦L¥§¤õ¤sÄø°Ê ¼Æ¤d¤HºMÂ÷';
	rows[6].link = 'today-fo7.htm';
																										
}
menu = null;

menu = getMenu('p');
menu.layer = 2;
menu.menuLayer = 0;
menu.rows = new Array(14);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '«ó¤£¹L¹Ò °ê°È°|¯QÀs ©ñªü¦{ªøÂF¤l';
	rows[0].link = 'today-p1.htm';
																										
	rows[1].text = '·s»DÃè¡þ®Â½Ã¥xÆW§Q¯q ¤£¯à°ß¬ü¬O±q';
	rows[1].link = 'today-p2.htm';
																										
	rows[2].text = '«ó¡G«n«D¨î·s¾Ë ¥xÆW­ÉÃè';
	rows[2].link = 'today-p3.htm';
																										
	rows[3].text = '¡m¥Õ¼Ö±T±MÄæ¡n¬üºûÅ@ªF¨È§Q¯q ¨âÃäÀ£Ä_';
	rows[3].link = 'today-p4.htm';
																										
	rows[4].text = '¿Ò¼v¼l¼l¡þ°ê¥ÁÄÒ³¡ «ü«n°w·|¶ÃÂà';
	rows[4].link = 'today-p5.htm';
																										
	rows[5].text = 'ÅÑÅ¥ºÃ¶³¡þ¥Á¶iÄÒ³¡ ±NºV¶}¤ÑªáªO';
	rows[5].link = 'today-p6.htm';
																										
	rows[6].text = '°¨¸­¤¬°Ê ¼öµ¸¦ýÀª§¼';
	rows[6].link = 'today-p7.htm';
																										
	rows[7].text = '¹q¨ó¤£·í¥t­Ó¿}¨ó Ä@Åý©x¤è¤J¥D';
	rows[7].link = 'today-p8.htm';
																										
	rows[8].text = 'ÅÇ¤µ¶}°OªÌ·| ¬F°|¡J¬ß°µ©ú´¼¨M©w';
	rows[8].link = 'today-p9.htm';
																										
	rows[9].text = '»¯¥É¬W¡G¶°¸ê¶R¥x¶} ¨S¦³¤º½u';
	rows[9].link = 'today-p10.htm';
																										
	rows[10].text = '¥¼¨ó°Ó´Nª½¯è Ä²¤¤°ê¤Ï¤Àµõªk';
	rows[10].link = 'today-p11.htm';
																										
	rows[11].text = '¬F°|¬Ýªk¡þª½¯è½ÄÀ»¸gÀÙ ¥[³t¸êª÷¥~¬y';
	rows[11].link = 'today-p12.htm';
																										
	rows[12].text = '­ûÄµ­u¤¤ ¤´¦³°ê¦w¤§¸·';
	rows[12].link = 'today-p13.htm';
																										
	rows[13].text = '¥xÆW¤Ï¨î ¤¤°ê´«¥}²Î¾Ô¯}¥\';
	rows[13].link = 'today-p14.htm';
																										
}
menu = null;

menu = getMenu('int');
menu.layer = 4;
menu.menuLayer = 0;
menu.rows = new Array(7);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = "¸V¬y·P¸t¾Ô ®õ¶V­º§Ð§i±¶";
	rows[0].link = 'today-int1.htm';
																										
	rows[1].text = "²M¬y®×ºu³·²y ¾Ù°Êªk°ê¬F¾Â";
	rows[1].link = 'today-int2.htm';
																										
	rows[2].text = "¬dºû¯÷«e±¡°ü¡G¥L¥¿¨«¦Vªk¦è´µ";
	rows[2].link = 'today-int3.htm';
																										
	rows[3].text = "¬üÄ³­û­P¨ç¤Ï¹ï°Ñ«ô¹t°ê ¤é©x¤è¡J¯ÂÄÝ­Ó¤H·N¨£";
	rows[3].link = 'today-int4.htm';
																										
	rows[4].text = "­x¾÷¯Óªo¥û ¬ü­x¤è´M§ä´À¥N¯à·½";
	rows[4].link = 'today-int5.htm';
																										
	rows[5].text = "¤éª©¤j´eÁç ©ëÂÔ®ç¤Ó­¦¤]ºÆ¨g";
	rows[5].link = 'today-int6.htm';
																										
	rows[6].text = "¡m¤¤­^¹ï·ÓÅª·s»D¡nBlair, Merkel top-paid leaders in Europe ¥¬¹pº¸»P±ö§Jº¸¬O¼Ú¬w­Ä¸S³Ì°ªªº»â¾É¤H";
	rows[6].link = 'today-int7.htm';
																										
}
menu = null;

menu = getMenu('so');
menu.layer = 3;
menu.menuLayer = 0;
menu.rows = new Array(16);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¤Í¤Wªù¹ï½è §õ®õ¦w¦Û»¡¦Û¸Ü';
	rows[0].link = 'today-so1.htm';
																										
	rows[1].text = '®õ¦w317¦b­þ Äµ±N°T§õ®a¤H';
	rows[1].link = 'today-so2.htm';
																										
	rows[2].text = '¿Ë®a­±¹ï­± ³¯¤ó¥À¿E°ÊÂà¥­ÀR';
	rows[2].link = 'today-so3.htm';
																										
	rows[3].text = '¤Ú¦è¶ÂÀ°¦å¸{Å§Äµ ¹O¦Ê¶Ë 35Äµ¤`';
	rows[3].link = 'today-so4.htm';
																										
	rows[4].text = '¼uÃÄ®wÃz¬µ ±JªÙ¹H³W®`©R';
	rows[4].link = 'today-so5.htm';
																										
	rows[5].text = 'Â÷±B20¸ü ¥À¿Ë¸`¯}Ãè­«¶ê';
	rows[5].link = 'today-so6.htm';
																										
	rows[6].text = '·Ç®É³Ü³ß°s ©¯ºÖ¡u¤£¿ð¨ì¡v';
	rows[6].link = 'today-so7.htm';
																										
	rows[7].text = '¬½¤ß¦Ñª¨ Äâ1·³¤k¸õ®ü ¦Û¤v°k¥Í';
	rows[7].link = 'today-so8.htm';
																										
	rows[8].text = '¨â¦Ñ¤s°Ï°g³~10¤p®É 77·³¤Ò¼Y©Y¦º';
	rows[8].link = 'today-so9.htm';
																										
	rows[9].text = '¾uÅ\­°ÀY? ¤g¦a¼qÅå»î';
	rows[9].link = 'today-so10.htm';
																										
	rows[10].text = '6¦¯À¨ ½æºê¾i5´¼»Ù®a¤H';
	rows[10].link = 'today-so11.htm';
																										
	rows[11].text = '¦Û³¬¨à¨«¨q ¶ý¶ý¦nÅº¶Æ';
	rows[11].link = 'today-so12.htm';
																										
	rows[12].text = '¨D¾Ç±a¥®¤l ¦P¾Ç»ô·í«O¥À';
	rows[12].link = 'today-so13.htm';
																										
	rows[13].text = '§Ó¤u¶ý¶ý ¦uÅ@·s¥Ò°¾®t¨àµ£';
	rows[13].link = 'today-so14.htm';
																										
	rows[14].text = '¤¤­·¨à¶}µe®i ¦Ñ¶ý²\Åx·|³õ';
	rows[14].link = 'today-so15.htm';
																										
	rows[15].text = 'ª¼¤H½Õ­µ®v µ^ÃÀ©K©K¥s ºtÁ¿¹ªÀy´Ý¤Í';
	rows[15].link = 'today-so16.htm';
																										
}
menu = null;

menu = getMenu('life');
menu.layer = 9;
menu.menuLayer = 0;
menu.rows = new Array(10);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '13¤j¾Ç ¤µ¦~¾ÇÂø¶O¤£º¦';
	rows[0].link = 'today-life1.htm';
																										
	rows[1].text = '±M§Q¼úª÷½Òµ| ¬ãµo¤H©ÚÃº';
	rows[1].link = 'today-life2.htm';
																										
	rows[2].text = '¸êÀu¯Z ¥x«n¥«¸Õ¦b¥²¦æ';
	rows[2].link = 'today-life3.htm';
																										
	rows[3].text = '¸êÀu¥Í ±Ð³¡­Ò±M®aÅ²©w';
	rows[3].link = 'today-life4.htm';
																										
	rows[4].text = '¬Ã¯]Âà¤¤»ä ¦Ñ¤ÑÅÜ³±§N';
	rows[4].link = 'today-life5.htm';
																										
	rows[5].text = '¡m³øµ|§Ö©ö³q¡n³øµ|±`¨£¿ù»~ 10ÂI¤£º|';
	rows[5].link = 'today-life6.htm';
																										
	rows[6].text = '°ª­Ó¤l¿}§¿¯f±w ºIªÏ­·ÀI°ª';
	rows[6].link = 'today-life7.htm';
																										
	rows[7].text = '²Ä¤G«¬¿}§¿¯f ¤J«I¦~»´±Ú¸s';
	rows[7].link = 'today-life8.htm';
																										
	rows[8].text = '°ê¤H¶Ý¦Y¤¤ÃÄ§÷ 1¦~¶i¤f¹O20»õ¤¸';
	rows[8].link = 'today-life9.htm';
																										
	rows[9].text = '¥~Äy°t°¸¤§¤l ¤»¦~¼W¤@­¿';
	rows[9].link = 'today-life10.htm';
																										
}
menu = null;

menu = getMenu('sp');
menu.layer = 10;
menu.menuLayer = 0;
menu.rows = new Array(10);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '·à¤û²V¾Ô ¤£¤À¤W¤U';
	rows[0].link = 'today-sp1.htm';
																										
	rows[1].text = '¾W¯¥±a°Êºµ¨göt';
	rows[1].link = 'today-sp2.htm';
																										
	rows[2].text = '¥X°ê¹Ú §dÔT¦ö¨SÂ_¹L';
	rows[2].link = 'today-sp3.htm';
																										
	rows[3].text = 'ªL«Â§U ªì¥ýµo ¤T¥´¼Æ µL«Ø¾ð';
	rows[3].link = 'today-sp4.htm';
																										
	rows[4].text = '´¶«J´µ³Ì§Ö¤Q¤EÅF';
	rows[4].link = 'today-sp5.htm';
																										
	rows[5].text = '¥Ò²Õ¬K©uÁpÁÉ ¼WÛpÞ³2¦w¥´§¹';
	rows[5].link = 'today-sp6.htm';
																										
	rows[6].text = 'Åq®p¹ï¨M Âùº¸µw¸Iµw';
	rows[6].link = 'today-sp7.htm';
																										
	rows[7].text = '¡mNBA¡nÃöÁä¥¢»~ °¨¨ë¶¼«ë';
	rows[7].link = 'today-sp8.htm';
																										
	rows[8].text = '¡mNBA¡n¤j«Ò¤j¤T¤¸ °fÂà¬¡¶ë';
	rows[8].link = 'today-sp9.htm';
																										
	rows[9].text = '¸q¤j§Qªù¯« ³Q±±¯AÃ±½ä';
	rows[9].link = 'today-sp10.htm';
																										
}
menu = null;

menu = getMenu('e');
menu.layer = 7;
menu.menuLayer = 0;
menu.rows = new Array(6);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¨ÑÀ³¦Yºò °ò¥»ª÷ÄÝötº¦';
	rows[0].link = 'today-e1.htm';
																										
	rows[1].text = '¨ê¥dÃºµ| ºë¥´²ÓºâA¦n±d';
	rows[1].link = 'today-e2.htm';
																										
	rows[2].text = '­û¤u¤À¬õ¦C¶O¥Î ©|¥¼©w®×';
	rows[2].link = 'today-e3.htm';
																										
	rows[3].text = '©Ð«Î¶R½æ¨¾¶BÄF »È¦æ©Ð¥ò·~¨ó°Ó';
	rows[3].link = 'today-e4.htm';
																										
	rows[4].text = '¬Fªv¦Ã¬V ¥x¿}»X¹Ð';
	rows[4].link = 'today-e5.htm';
																										
	rows[5].text = '¦X®w¾ã¨Ö¹A»È ¤d¤H¤U¤ë½Õ°Ê';
	rows[5].link = 'today-e6.htm';
																										
}
menu = null;

menu = getMenu('stock');
menu.layer = 8;
menu.menuLayer = 0;
menu.rows = new Array(6);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '»Éºä°òªO «n¨È±aÀYº¦15%';
	rows[0].link = 'today-stock1.htm';
																										
	rows[1].text = '´¹¶ê´ú¸Õ±M½æ©± ªY»Í¶}ªáµ²ªG';
	rows[1].link = 'today-stock2.htm';
																										
	rows[2].text = '¸`¯à·§©À µØ¤W¡BªF¨©¸Éº¦';
	rows[2].link = 'today-stock3.htm';
																										
	rows[3].text = '¹q¤l¯È¥X³f ¤¸¤Ó¬Ý¦n²Ä¤G©u';
	rows[3].link = 'today-stock4.htm';
																										
	rows[4].text = '²Î·ù¡B¨ÎÁ`¡B¥xïú Âà¾÷·m²´';
	rows[4].link = 'today-stock5.htm';
																										
	rows[5].text = '¡m´Á«üÆ[´ú¯¸¡n­×¥¿¤U±´ ¦M¾÷¥¼°£';
	rows[5].link = 'today-stock6.htm';
																										
}
menu = null;

menu = getMenu('t');
menu.layer = 0;
menu.menuLayer = 0;
menu.rows = new Array(1);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥x¥_¤j¤Ù¤s°Ï ¬O¬¡¤õ¤s';
	rows[0].link = 'today-t1.htm';
																										
}
menu = null;

menu = getMenu('show');
menu.layer = 12;
menu.menuLayer = 0;
menu.rows = new Array(15);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '´I°Ó±þ¤â§õ¹ÅªY ¨g¹qªí°Ó';
	rows[0].link = 'today-show1.htm';
																										
	rows[1].text = '¤ýÃÑ½åºò©ê¶ý«} ±C·@¤j©M¸Ñ';
	rows[1].link = 'today-show2.htm';
																										
	rows[2].text = '¤è¤åµY¿Ë¤Í»ô»E¬Û®¼ ¤_«aµØ®a¤¤·íªÅ®ð';
	rows[2].link = 'today-show3.htm';
																										
	rows[3].text = '©P¸³·s¿è¦±¥Ø ºô¤Íµo¹Ú¦­¬ª';
	rows[3].link = 'today-show4.htm';
																										
	rows[4].text = 'i.n.gµóÀY¼ö»R ¼u¤O¤Q¨¬¡I';
	rows[4].link = 'today-show5.htm';
																										
	rows[5].text = '¨¤ÀY®ü¬v­µ¼Ö²½  ²¾®v¤¤¥xÆW';
	rows[5].link = 'today-show6.htm';
																										
	rows[6].text = 'ÁÉªù­³§B¾Ö©ê Jolin¦n©¯ºÖ®@¡I';
	rows[6].link = 'today-show7.htm';
																										
	rows[7].text = 'ªL¨Ì±á¾r°V¯Z­«­× °®¹LÅ}';
	rows[7].link = 'today-show8.htm';
																										
	rows[8].text = 'SOLER¤õ¤O¥þ¶} ¹q¨ì§õãÈ»T';
	rows[8].link = 'today-show9.htm';
																										
	rows[9].text = '¥J¥J·m¾WÀY ³\§Ó¦w¤£²n§¤§NªO¹¹';
	rows[9].link = 'today-show10.htm';
																										
	rows[10].text = '¤k¥D¼½Åw³ß·í¶ý¼Ö§µ¤l';
	rows[10].link = 'today-show11.htm';
																										
	rows[11].text = 'ºû¦h§Q¨È¥Ï¦× ²ÖÅõÀI§¿§É';
	rows[11].link = 'today-show12.htm';
																										
	rows[12].text = '³Í¸¦ÅÜ¶ÀÁy±C ¥¬Äõ©g¦¨¥Í³JÂû';
	rows[12].link = 'today-show13.htm';
																										
	rows[13].text = '¼Ú´¶©Ô®½17»õ ¤jµ½¤HNO.1';
	rows[13].link = 'today-show14.htm';
																										
	rows[14].text = '¤¤¨¦¬ü¬ö·í¦¨®ã±T©¯ ±N¿ù´N¿ù';
	rows[14].link = 'today-show15.htm';
																										
}
menu = null;

menu = getMenu('c');
menu.layer = 5;
menu.menuLayer = 0;
menu.rows = new Array(3);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
		rows[0].text = '¡m¤µ¤éªÀ½×¡n´Á«Ý¤@­º¥¿±`°ê®aªº°êºq';
		rows[0].link = 'today-s1.htm';
																	
	rows[1].text = '¡m¦Û¥Ñ½Í¡n¤H¤ñ°¨®ð¦º¤H';
	rows[1].link = 'today-f1.htm';
																
		rows[2].text = '¡mÃôÃò¶°¡n¥xÆWªº²Ä¤T±ø¸ô';
		rows[2].link = 'today-f2.htm';
																	
}
menu = null;

menu = getMenu('region');
menu.layer = 11;
menu.menuLayer = 0;
menu.rows = new Array(4);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();

	rows[0].text = '¤j¥x¥_·s»D¡@¡÷';
	rows[0].submenu = 'taipei';
	rows[0].link = 'today-taipei0.htm';

	rows[1].text = '¥_³¡·s»D¡@¡@¡÷';
	rows[1].submenu = 'north';
	rows[1].link = 'today-north0.htm';

	rows[2].text = '¤¤³¡·s»D¡@¡@¡÷';
	rows[2].submenu = 'center';
	rows[2].link = 'today-center0.htm';

	rows[3].text = '«n³¡·s»D¡@¡@¡÷';
	rows[3].submenu = 'south';
	rows[3].link = 'today-south0.htm';
}
menu = null;

menu = getMenu('taipei');
menu.layer = 11;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(7);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¤£¥Ì³Q°½¡I¸ËºÊµø¾¹¶e³¾¸é';
	rows[0].link = 'today-taipei1.htm';
																										
	rows[1].text = 'ÀËÁ|¹H°± ²`©]¨gCALL3¡B40³q';
	rows[1].link = 'today-taipei2.htm';
																										
	rows[2].text = '§ÜÀù5¦~ §Ó¤u¼y·s¥Í';
	rows[2].link = 'today-taipei3.htm';
																										
	rows[3].text = '¥À¿Ë¸` ¶ý¶ý±a«Ä¤l ¤j¤â¤p¤â¦EÀs¦à';
	rows[3].link = 'today-taipei4.htm';
																										
	rows[4].text = '®ü¬v¿W¤ì¦à»·©Ýªü©Ô´µ¥[ ¿¤ªø¥N¨¥';
	rows[4].link = 'today-taipei5.htm';
																										
	rows[5].text = '4¼t°Óºò«æ²M¹B ¼p¾l¦M¾÷¼È¸¨¹õ';
	rows[5].link = 'today-taipei6.htm';
																										
	rows[6].text = 'µØ©÷°ê¦v ·ØµM¤@·s';
	rows[6].link = 'today-taipei7.htm';
																										
}
menu = null;

menu = getMenu('north');
menu.layer = 12;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(5);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '´¿¦P¥hÅç¥¥ ©Ê«I®×§ï§PµL¸o';
	rows[0].link = 'today-north1.htm';
																										
	rows[1].text = 'À¹·Rªâ©âµ·­éÃµ ·s¤â«ß®v§áÂà°®©[';
	rows[1].link = 'today-north2.htm';
																										
	rows[2].text = '¯«®·±M®× ¥Á²³¤ÏÀ³§N';
	rows[2].link = 'today-north3.htm';
																										
	rows[3].text = '±aºj±ñ¤W¤s´M¤³ 8«C¤Ö¦~³QÄdÀò';
	rows[3].link = 'today-north4.htm';
																										
	rows[4].text = 'ºÃ¼É½Ä·Sº× ¼²·´¹ïªù¾F©~«ÈÆU';
	rows[4].link = 'today-north5.htm';
																										
}
menu = null;

menu = getMenu('center');
menu.layer = 13;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¡mÂI«G§Æ±æ¨t¦C³ø¾É-²z·Q®a¶é¡n¿c»Ê¥@ ³B³B³]¤U¬ü·P¨¤¸¨';
	rows[0].link = 'today-center1.htm';
																										
	rows[1].text = '·t©]´c¤õ ·O¥À±Ï¤l¤£¦¨ºLÂ_»L';
	rows[1].link = 'today-center2.htm';
																										
	rows[2].text = '°²µØ¹´¬Û¿Ë ¯u§ä¤H¦ñ¹C';
	rows[2].link = 'today-center3.htm';
																										
	rows[3].text = 'ªL³ÕÀ]¸Ñ°£¾ú¥v«Øª«¡H©ú¤Ñ°É©w';
	rows[3].link = 'today-center4.htm';
																										
	rows[4].text = 'ªÑªFªÈ¯É¡H¤k¯TKTV¾D¶Ãºj±½®g';
	rows[4].link = 'today-center5.htm';
																										
	rows[5].text = '½æÂà¹BÄ_¥Û ¶B°]1500¸U';
	rows[5].link = 'today-center6.htm';
																										
	rows[6].text = '¼²¤HÁÙ­Ë¨® ÁÓ¦º¤H°k¶h';
	rows[6].link = 'today-center7.htm';
																										
	rows[7].text = '¶K¦â±¡º©µe °ªÂ¾¥ÍÄ²ªk';
	rows[7].link = 'today-center8.htm';
																										
}
menu = null;

menu = getMenu('south');
menu.layer = 14;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(4);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '°ª¶¯®È®i©Ô§À½L ¬Q¯}4»õ¤¸';
	rows[0].link = 'today-south1.htm';
																										
	rows[1].text = 'Âô¥®¸X¶é³c¬r ¾Ç®õ¤s°k¤£¤F';
	rows[1].link = 'today-south2.htm';
																										
	rows[2].text = '§dª÷¦À¬¡ÅD¦Ð²y¤Ñ¦a ¥ª¤âºIªÏ ¥k¤â¥´¥X°ê»Úª÷µP';
	rows[2].link = 'today-south3.htm';
																										
	rows[3].text = '«õ¥L¼X³y·s¼X §P¦D6¤ë';
	rows[3].link = 'today-south4.htm';
																										
}
menu = null;

menu = getMenu('o');
menu.layer = 6;
menu.menuLayer = 0;
menu.rows = new Array(10);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¡mª÷ùÚÞm±MÄæ¡n±q«n«D¬Ý¥xÆW¡G¯u¬Û»P¼e®e';
	rows[0].link = 'today-o1.htm';
																										
	rows[1].text = '°êºq»P±K¹q';
	rows[1].link = 'today-o2.htm';
																										
	rows[2].text = '¬ü¤é¦P·ù¥þ²y¤Æ';
	rows[2].link = 'today-o3.htm';
																										
	rows[3].text = 'ªxÂÅÂê°ê¡XÂê¦b¤¤°ê';
	rows[3].link = 'today-o4.htm';
																										
	rows[4].text = 'µ¹§Ú¥xÆWªâÄõ¹|';
	rows[4].link = 'today-o5.htm';
																										
	rows[5].text = 'ºZ¾Pªº¸êÀu¯Z';
	rows[5].link = 'today-o6.htm';
																										
	rows[6].text = '¦]¤~¬I±Ð vs. ¦³±ÐµLÃþ';
	rows[6].link = 'today-o7.htm';
																										
	rows[7].text = '¬°¼B¤å¶¯³Üªö';
	rows[7].link = 'today-o8.htm';
																										
	rows[8].text = '¤k©Ê±M¥Î¨®´[¡H';
	rows[8].link = 'today-o9.htm';
																										
	rows[9].text = 'Åý¤¤°ê¾Ç¥Í¨Ó§a¡I';
	rows[9].link = 'today-o10.htm';
																										
}
menu = null;

if (showWeekly == false)
{
	menu = getMenu('supplement');
	menu.layer = 13;
	menu.menuLayer = 0;
	menu.rows = new Array(6);
	with (menu)
	{
		for (i=0; i<rows.length; i++)
			rows[i] = new Object();
	
		rows[0].text = '¬y¦æ®ø¶O¡@¡@¡÷';
		rows[0].submenu = 'fashion';
		rows[0].link = 'today-fashion1.htm';
	
		rows[1].text = '®a®x¨â©Ê¡@¡@¡÷';
		rows[1].submenu = 'family';
		rows[1].link = 'today-family1.htm';
	
		rows[2].text = '°·±dÂåÀø¡@¡@¡÷';
		rows[2].submenu = 'medicine';
		rows[2].link = 'today-medicine1.htm';
	
		rows[3].text = '¦Û¥Ñ°Æ¥Z¡@¡@¡÷';
		rows[3].submenu = 'article';
		rows[3].link = 'today-article1.htm';
	
		rows[4].text = 'ÃÀ³N¤å¤Æ¡@¡@¡÷';
		rows[4].submenu = 'art';
		rows[4].link = 'today-art1.htm';
	
		rows[5].text = '¥ð¶¢®È¹C¡@¡@¡÷';
		rows[5].submenu = 'travel';
		rows[5].link = 'today-travel1.htm';
	}
	menu = null;
}

menu = getMenu('fashion');
menu.layer = 13;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(5);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¤jÂå°|¤p¶E©Ò ­n§A¦n¬Ý';
	rows[0].link = 'today-fashion1.htm';
																										
	rows[1].text = '¤j¶}²´§Ù ±m¦³¬ÝÀY';
	rows[1].link = 'today-fashion2.htm';
																										
	rows[2].text = 'ÀJ¶ì¦±½u ¹B°Ê»P½G¨­Á÷ÂùºÞ»ô¤U';
	rows[2].link = 'today-fashion3.htm';
																										
	rows[3].text = '¼¯µnªÝÁ¢§D®R  »R¤@¬q¥Ã«í¤§ºq';
	rows[3].link = 'today-fashion4.htm';
																										
	rows[4].text = 'Cayman S MR «O®É±¶§¹¬üµn³õ';
	rows[4].link = 'today-fashion5.htm';
																										
}
menu = null;

menu = getMenu('family');
menu.layer = 14;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(4);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¼BÀ³À®¤Ò©d ®¦·R¶W¹L¤@¥Ò¤l';
	rows[0].link = 'today-family1.htm';
																										
	rows[1].text = '³ß®b³Ñµæ ¥´¥]¦³¾Ç°Ý';
	rows[1].link = 'today-family2.htm';
																										
	rows[2].text = '¥x«n±Ò´¼¾Ç®Õ  µL©Ò¤£¦bªº·R';
	rows[2].link = 'today-family3.htm';
																										
	rows[3].text = '«e¨k¤Í¥æ¤Í¶i®i ¦¨¤Ñ¤W³¡¸¨®æ°lÂÜ';
	rows[3].link = 'today-family4.htm';
																										
}
menu = null;

menu = getMenu('medicine');
menu.layer = 15;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(5);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '°ª¦åÀ£ Áô§Î±þ¤â';
	rows[0].link = 'today-medicine1.htm';
																										
	rows[1].text = '§ÙµÒ¤£Ãø ÃÄª«»²§U®ÄªG¨Î';
	rows[1].link = 'today-medicine2.htm';
																										
	rows[2].text = '©PÃä«¬ÃC­±¯«¸g³Â·ô  ¤¤Âåºî¦XÀøªk¥i§ïµ½';
	rows[2].link = 'today-medicine3.htm';
																										
	rows[3].text = 'Àù¯g³N«á ¤p¤ß²O¤Ú¤ô¸~';
	rows[3].link = 'today-medicine4.htm';
																										
	rows[4].text = '«C¬K´Á«e¨Å©Ð¯kµh ªù¶E¦h¥i¬d¥X¯f¦]';
	rows[4].link = 'today-medicine5.htm';
																										
}
menu = null;

menu = getMenu('article');
menu.layer = 16;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(4);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '§@®aªºÂÃ©Ò';
	rows[0].link = 'today-article1.htm';
																										
	rows[1].text = '®L­ï';
	rows[1].link = 'today-article2.htm';
																										
	rows[2].text = 'Tokyo Paris';
	rows[2].link = 'today-article3.htm';
																										
	rows[3].text = '¡m¤¤Å]ªº¤H­Ì¡n';
	rows[3].link = 'today-article4.htm';
																										
}
menu = null;

menu = getMenu('art');
menu.layer = 17;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(5);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¨©¦hªâ172¸U¬üª÷¤â½Z¡m¤j´_®æ¦±¡n ¤Ú®L±N»PNSO¦X§@ºt¥X';
	rows[0].link = 'today-art1.htm';
																										
	rows[1].text = '±i¥¿³Ç§ÜÄ³²ö¥¾¯S°¾¤ß ¦W®aÅU¼w°Ò¤]Án´©';
	rows[1].link = 'today-art2.htm';
																										
	rows[2].text = '¤£Åý¡m»X®RÄR²ï¡n±M¬ü©ó«e  ¡mÀ¹¬Ã¯]¦ÕÀôªº¤k«Ä¡n¤@©w­n»{ÃÑ';
	rows[2].link = 'today-art3.htm';
																										
	rows[3].text = '¡m¥À?¤â°O¡n¤p»¡  ¬ö¿ý¥xÆWªüÀ¨±¡Ãh';
	rows[3].link = 'today-art4.htm';
																										
	rows[4].text = '°w¤Õ¬Û¾÷ªºÁô³ë»P©ú¥Ü  ¸UÀA¯]­Ó®i';
	rows[4].link = 'today-art5.htm';
																										
}
menu = null;

menu = getMenu('travel');
menu.layer = 18;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(1);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '«n°êÀu¶¢°²´Á  ¨RÃ·¥Û«®®q';
	rows[0].link = 'today-travel1.htm';
																										
}
menu = null;

if (showWeekly)
{
	menu = getMenu('weekly');
	menu.layer = 13;
	menu.menuLayer = 0;
	menu.rows = new Array(0);
	with (menu)
	{
		for (i=0; i<rows.length; i++)
			rows[i] = new Object();
																	
	}
	menu = null;
}
if (showHouse)
{
	menu = getMenu('house');
	menu.layer = 14;
	menu.menuLayer = 0;
	menu.rows = new Array(0);
	with (menu)
	{
		for (i=0; i<rows.length; i++)
			rows[i] = new Object();
																	
	}
	menu = null;
}
//====================  end  ================================================

//===========================================================================
//²£¥Ítables
//==================== begin ================================================
for (j=0; j<menus.length; j++)
{
	var previousRowType = '';
	if (menus[j].parentMenu == null)
		document.write('<table id='+menus[j].name+' style="position:absolute;left:'+(leftMargin+tableWidth*menus[j].menuLayer)+';visibility:hidden;font-size:13px;width:200;cursor:pointer;border:1 solid #00CCFF" border=0 bgcolor=#FFFFFF cellspacing=1 cellpadding=2 onMouseOver=showMenu(null,null) onMouseOut=hideMenu()>');
	else
		document.write('<table id='+menus[j].name+' style="position:absolute;left:'+(leftMargin+tableWidth*menus[j].menuLayer)+';visibility:hidden;font-size:13px;width:200;cursor:pointer;border:1 solid #00CCFF" border=0 bgcolor=#FFFFFF cellspacing=1 cellpadding=2 onMouseOver=showMenu2(null,null) onMouseOut=hideMenu2()>');

	for (i=0; i<menus[j].rows.length; i++)
	{
		if (previousRowType!='' && menus[j].rows[i].type==null)
		{
			document.write('<tr bgcolor=#00CCFF height=2 style=cursor:default>');
			document.write('	<td></td>');
			document.write('</tr>');
		}

		if (menus[j].rows[i].type && menus[j].rows[i].type!=previousRowType)
		{
			document.write('<tr bgcolor=#00CCFF height='+rowHeight+' style="cursor:default">');
			document.write('	<td>¡m'+menus[j].rows[i].type+'¡n</td>');
			document.write('</tr>');
		}

		if (menus[j].rows[i].submenu)
		{
			document.write('<tr onMouseOver="incell(this);showMenu2(this,'+menus[j].rows[i].submenu+')" onMouseOut="outcell(this);hideMenu2()" bgcolor=#C2E5FF height='+rowHeight+'>');
			if (menus[j].rows[i].link)
				document.write('	<td onClick="location.href=\''+path+menus[j].rows[i].link+'\'">'+menus[j].rows[i].text+'</td>');
			else
				document.write('	<td>'+menus[j].rows[i].text+'</td>');
			document.write('</tr>');
		}
		else 
		{
			if (menus[j].rows[i].type == null)
			{
				document.write('<tr onMouseOver=incell(this) onMouseOut=outcell(this) bgcolor=#C2E5FF height='+rowHeight+'>');
				document.write('	<td onClick="location.href=\''+path+menus[j].rows[i].link+'\'">¡·'+menus[j].rows[i].text+'</td>');
				document.write('</tr>');
			}
			else
			{
				document.write('<tr onMouseOver=incell(this) onMouseOut=outcell2(this) bgcolor=#41DAAA height='+rowHeight+'>');
				document.write('	<td onClick="location.href=\''+path+menus[j].rows[i].link+'\'">¡D'+menus[j].rows[i].text+'</td>');
				document.write('</tr>');
			}
		}

		previousRowType = menus[j].rows[i].type==null? '': menus[j].rows[i].type;
	}

	document.write('</table>');
}
//====================  end  ================================================

var activeRow,activeMenu1,activeRow1,activeMenu2;
var protrude1;
var timer,timer2;
var hide,hide2

function getMenu(name)
{
	index = -1;
	for (i=0; i<menus.length; i++)
		if (menus[i].name == name)
		{
			index = i;
			break;
		}
	if (index != -1) return menus[index];
	else return null;
}

function showMenu(row,menu)
{
	if (activeRow)
	{
		hide = true;
		hideAllMenu();
	}
	hide = false;
	if (row)	activeRow = row;
	activeRow.style.backgroundColor = '#FFCCFF';
	if (menu) activeMenu1 = menu;
	
	defaultTop = topMargin+layerHeight*getMenu(activeMenu1.id).layer;
	protrude1 = defaultTop-document.body.scrollTop+activeMenu1.offsetHeight-document.body.clientHeight;
	if (protrude1 > 0)	
		activeMenu1.style.top = defaultTop-protrude1;
	else
		activeMenu1.style.top = defaultTop;
		
	activeMenu1.style.visibility = 'visible';
}

function hideMenu()
{
	clearTimeout(timer);
	hide = true;
	timer = setTimeout(hideAllMenu,600);
}

function hideAllMenu()
{
	if (hide)
	{
		activeRow.style.backgroundColor = '#FAF9F5';
		activeMenu1.style.visibility = 'hidden';
	}
}

function showMenu2(row,menu)
{
	if (activeRow1)
	{
		hide2 = true;
		hideAllMenu2();
	}
	hide = false;
	hide2 = false;
	if (row)	activeRow1 = row;
	activeRow.style.backgroundColor = '#FFCCFF';
	activeRow1.style.backgroundColor = '#FFCCFF';
	if (menu) activeMenu2 = menu;
	
	defaultTop = topMargin+layerHeight*getMenu(activeMenu2.id).layer;
	protrude2 = defaultTop-document.body.scrollTop+activeMenu2.offsetHeight-document.body.clientHeight;
	if (protrude2 > 0)	
	{
		if (protrude1 > protrude2)
			activeMenu2.style.top = defaultTop-protrude1;
		else
			activeMenu2.style.top = defaultTop-protrude2;
	}
	else
	{
		if (protrude1 > 0)
			activeMenu2.style.top = defaultTop-protrude1;
		else
			activeMenu2.style.top = defaultTop;
	}
	
	activeMenu1.style.visibility = 'visible';
	activeMenu2.style.visibility = 'visible';
}

function hideMenu2()
{
	hideMenu();
	clearTimeout(timer2);
	hide2 = true;
	timer2 = setTimeout(hideAllMenu2,600);
}

function hideAllMenu2()
{
	if (hide2) {
		activeRow1.style.backgroundColor = '#C2E5FF';
		activeMenu2.style.visibility = 'hidden';
	}
}

function outcell(cell)
{
	cell.style.backgroundColor = '#C2E5FF';
	cell.style.color = 'black';
}

function outcell2(cell)
{
	cell.style.backgroundColor = '#41DAAA';
	cell.style.color = 'black';
}

function incell(cell)
{
	cell.style.backgroundColor = '#FFCCFF';
	cell.style.color = 'blue';
}