//===========================================================================
//°ò¥»³]©w
//==================== begin ================================================
topMargin = 112;    //¤º³¡¬°112
layerHeight = 23;
leftMargin = 90;
tableWidth = 200;
rowHeight = 22;
showWeekly = true;
showHouse = true;
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('supplement'));
	titles = titles.concat(new Array('¥Í¬¡ÃÀ¤å'));
	pages = pages.concat(new Array('today-fashion1.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 class=block2L_tdb><A class=block2La href="#" onClick=open("http://www.libertytimes.com.tw/Service/weekly.htm","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=810,height=643")>¥Í¬¡¶g³ø</A></TD>');
document.write('	</TR>');

document.write('	<TR>');
document.write('		<TD class=block2L_tdb><A class=block2La href="#" onClick=open("http://www.libertytimes.com.tw/Service/house.htm","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=810,height=643")>¦í¦v¥Í¬¡</A></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('	<TR>');
document.write('		<TD class=block2L_tdb><A class=block2La href="http://www.ntat.gov.tw/" target=_blank>¥x¥_¥«°êµ|§½</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(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¦ó´¼½÷¥ß©e¨­¤Àº^°] ªk°|»{´c©Ê­«¤j';
	rows[0].link = 'today-fo1.htm';
																										
	rows[1].text = '¶R½æ¤T¤¤ ´å§i°¨µ¥¥|¤H';
	rows[1].link = 'today-fo2.htm';
																										
	rows[2].text = 'ÄÒ²£¤½§ë´£®×  ¤½¼f·|»é¦^';
	rows[2].link = 'today-fo3.htm';
																										
	rows[3].text = 'ÁÂÀR§¤§ÜÄ³ ÂÅ¹Hªk¼s§iºM¼½';
	rows[3].link = 'today-fo4.htm';
																										
	rows[4].text = '°ª¶¯©é³õ ºñ®¼ÁÂ ÂÅ¬°ªò¾å¹a¬èºÖ';
	rows[4].link = 'today-fo5.htm';
																										
	rows[5].text = '¥x¥_ ­pµe¤£¼ÄÅÜ¤Æ ¿ï±N¾Ô¾Ô¹¸¹¸';
	rows[5].link = 'today-fo6.htm';
																										
	rows[6].text = '°ª¶¯ »·Â÷¹ú®×ª§Ä³ ¥D¥´¥«¬F«Ø³]';
	rows[6].link = 'today-fo7.htm';
																										
	rows[7].text = '¥x¥_²{³õ ÁÂ°q§º·m²¼½Ä½Ä½Ä';
	rows[7].link = 'today-fo8.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 = '¯S§O¶O®× °¨¡J°_¶D´NÃãÄÒ»í';
	rows[0].link = 'today-p1.htm';
																										
	rows[1].text = '°¨­Y°_¶D ³s¤£±Æ°£´_¥X';
	rows[1].link = 'today-p2.htm';
																										
	rows[2].text = '³s¾Ô°_ °ÆÁ`²Î¤~¦³¯S§O¶O §õµn½÷¡B§õ¤¸ÁL ³£³Q¿ù§i';
	rows[2].link = 'today-p3.htm';
																										
	rows[3].text = '¤T½}ªí¨M ¤´¤£¦¨®×';
	rows[3].link = 'today-p4.htm';
																										
	rows[4].text = 'ÀË¤è°ò¼h­Ò¶}ÀËªø·|Ä³ ­q°»¿ì¼Ð·Ç';
	rows[4].link = 'today-p5.htm';
																										
	rows[5].text = '«ó·|®LÄÉ ¦PÁnªÖ©w¥xÆW¥Á¥D';
	rows[5].link = 'today-p6.htm';
																										
	rows[6].text = '¶d¥ò½Ì Ãã¤¤«Hª÷°Æ¸³';
	rows[6].link = 'today-p7.htm';
																										
	rows[7].text = '¦w­¿¬[ºc¤U¥x¤éÃö«Y ¤é±M®a¬Ý¦n';
	rows[7].link = 'today-p8.htm';
																										
	rows[8].text = '¤ýª÷¥­¬ß¦w­¿ §U§Ú¥[¤J¥@½Ã';
	rows[8].link = 'today-p9.htm';
																										
	rows[9].text = '¥x¿Ò®× ¥_¨Ê»é¦^µ{µ¾¤W¶D';
	rows[9].link = 'today-p10.htm';
																										
	rows[10].text = '¥x¿Ò²ÕÂ´¡H¼Ú¨È°òª÷·|§_»{';
	rows[10].link = 'today-p11.htm';
																										
	rows[11].text = '°ê»Ú¥ýÅX½×¾Â³ø¡G¬Fª§ªí¶H¤U ¥xÆW¥Á¥DÁÚ¦V¦¨¼ô';
	rows[11].link = 'today-p12.htm';
																										
	rows[12].text = '¬F¾Â«áµ¡¡þ³â¥z¦W®a¦èªA ®LÄÉ·í°µ®ÕªA';
	rows[12].link = 'today-p13.htm';
																										
	rows[13].text = 'ºÃ§]ÃÄª«¹L¶q §õ¼zªâ°eÂå';
	rows[13].link = 'today-p14.htm';
																										
}
menu = null;

menu = getMenu('int');
menu.layer = 4;
menu.menuLayer = 0;
menu.rows = new Array(6);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = "«e«X¿Ò¤£ªv ©ñ®g©Ê¤¸¯À°z­P¦º";
	rows[0].link = 'today-int1.htm';
																										
	rows[1].text = "¤ÚªüÀ¨¬µ¼u«È ¦ÛÃz§Ü¥H­x";
	rows[1].link = 'today-int2.htm';
																										
	rows[2].text = "¦ç±þµß°£¯ä »ÈÅÖºû¥ß¥\";
	rows[2].link = 'today-int3.htm';
																										
	rows[3].text = "¬ü¬Fªv¤Hª« ¥Ï¦×¥´ª¾¦W«×";
	rows[3].link = 'today-int4.htm';
																										
	rows[4].text = "«nÁú¸V¬y·P ¤é¼È°±¶i¤f®a¸V";
	rows[4].link = 'today-int5.htm';
																										
	rows[5].text = "¡m¤¤­^¹ï·ÓÅª·s»D¡nDutch Muslims hit out at proposed burqa ban ²üÄõ¿p´µªL©áÀ»¸T¤î¬ïµÛ¸n³Tªºªk®×";
	rows[5].link = 'today-int6.htm';
																										
}
menu = null;

menu = getMenu('so');
menu.layer = 3;
menu.menuLayer = 0;
menu.rows = new Array(9);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '­º¨£¬õÁC·Ò¬rªk ·P«_ÃÄ¦¨¤ÀÅÜ¦w¬r';
	rows[0].link = 'today-so1.htm';
																										
	rows[1].text = '¡u¬r¡vªù°¾¤è ¤½³¡ªùºò¨n';
	rows[1].link = 'today-so2.htm';
																										
	rows[2].text = '®º³y¯«ÂÝ ©R²z®v¤Ä¦ê¶B»õ¤¸';
	rows[2].link = 'today-so3.htm';
																										
	rows[3].text = '¨¾ªÅ¬}¥]ÂÃ¶BÄF¾÷©Ð';
	rows[3].link = 'today-so4.htm';
																										
	rows[4].text = 'Äµ°Æ©Òªø§ì¸é ¾D¨ë4¤M­«¶Ë';
	rows[4].link = 'today-so5.htm';
																										
	rows[5].text = '³æ¿Ë¶ý¶ý ½æ»å¤l±Ï«Ä¤l';
	rows[5].link = 'today-so6.htm';
																										
	rows[6].text = '¤Ò¯f¤lÅõ ¬B¯îÄwÂåÃÄ¶O';
	rows[6].link = 'today-so7.htm';
																										
	rows[7].text = '¿W¯d®a¤¤ ¤p¥S§Ì¨£Äµ«æ­n¶º';
	rows[7].link = 'today-so8.htm';
																										
	rows[8].text = '¡u®Ñ¡v¸Ñ¶Ëµh ¦A¨£³ß¼Ö¤H¥Í';
	rows[8].link = 'today-so9.htm';
																										
}
menu = null;

menu = getMenu('life');
menu.layer = 9;
menu.menuLayer = 0;
menu.rows = new Array(14);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥x¥_±¶¹BµØ±¶ÅÜ¹q©Ò¬r®ð¥~¬ª®× ½Õ¬d±À½×Àò¤ä«ù<br>°ê»ÚÅv«Â´Á¥Z¡G·¥¥i¯à¥ú®ð¬r¨a';
	rows[0].link = 'today-life1.htm';
																										
	rows[1].text = '°ªÅK¤S¥X­y ¦æ±±¤¤¤ß¥Yºl';
	rows[1].link = 'today-life2.htm';
																										
	rows[2].text = '¦¬¶O­û¤uµ{­û¤W¤U¯Z ÃM¾÷¨®¨«°ê¹D';
	rows[2].link = 'today-life3.htm';
																										
	rows[3].text = '»·¯èªÅ¤¤±µªñ ±Æ°£¶Ã¬y¦]¯À';
	rows[3].link = 'today-life4.htm';
																										
	rows[4].text = 'ÃÄ»ù¶Â¬}®× ÀË¤è°l°l°l¡þ°·«O§½¥ô¾ÌÃÄ»ù³Q¹Ô°ª';
	rows[4].link = 'today-life5.htm';
																										
	rows[5].text = '¤å«Å·í©U§£ °·«O§½¦r¥´¼L¤Ú';
	rows[5].link = 'today-life6.htm';
																										
	rows[6].text = '¹Ò¥~²¾¤J ¦±¤}¼ö­º¨Ò²{ÂÜ';
	rows[6].link = 'today-life7.htm';
																										
	rows[7].text = '¤¤ÃÄ¶ÀÄT¬r¯À ¶W¼Ð­n»@';
	rows[7].link = 'today-life8.htm';
																										
	rows[8].text = 'ªò¾å¹a «ùÄò¦nÂà';
	rows[8].link = 'today-life9.htm';
																										
	rows[9].text = '«C¤Ö¦~¤å®w ¦h¤¸§e²{¥xÆW¥v';
	rows[9].link = 'today-life10.htm';
																										
	rows[10].text = '921¦a¾_¬ã¨s ¤WNature´Á¥Z';
	rows[10].link = 'today-life11.htm';
																										
	rows[11].text = '§ù¥¿³Ó¡G¥Á°ê¤@¦Ê¦~ ±Ð©x°h¥X¤j¾Ç';
	rows[11].link = 'today-life12.htm';
																										
	rows[12].text = '«C»²·|³Q½èºÃ¶Ãªá¿ú';
	rows[12].link = 'today-life13.htm';
																										
	rows[13].text = '·Ó¤ù¦å²O²O ªÀ¹Î§ÜÄ³¸{Ä«ªG';
	rows[13].link = 'today-life14.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 = '³¢ªl§Ó¤@§½¯{2¤H §KÅå';
	rows[0].link = 'today-sp1.htm';
																										
	rows[1].text = 'ESPN¹w´ú¡J¤ý«Ø¥Á²Ä1¸¹¥ýµo ³¢ªl§Ó²Ä4¸¹';
	rows[1].link = 'today-sp2.htm';
																										
	rows[2].text = '¼w°ª¤Ö´Î¶¤ ¤åªZÂù¥þ';
	rows[2].link = 'today-sp3.htm';
																										
	rows[3].text = '¨È¹B¹Î¤µ¥X©º';
	rows[3].link = 'today-sp4.htm';
																										
	rows[4].text = '·àÄÀ¥X³¯®a°¶';
	rows[4].link = 'today-sp5.htm';
																										
	rows[5].text = '·P®¦¸`¦Y¤jÀ\ ­©ªøÂy³¥°¨';
	rows[5].link = 'today-sp6.htm';
																										
	rows[6].text = '§»ùÖ¬î©u±Æ¦WÁÉ¡þ´¿¶®©gÂ«¥X ¹ÜÁ`«a­x';
	rows[6].link = 'today-sp7.htm';
																										
	rows[7].text = '»·«n¨­»Ù¹B°Ê·|¡þ½ü´ÈÄx²y ¥xÆW­º¾Ô¤£¼Ä¿D¬w';
	rows[7].link = 'today-sp8.htm';
																										
	rows[8].text = 'NBA²y¬P¥¬Äõ¯S®½¿ú¾ã­×¡þ¤­®pÅé¨|À] ·ØµM¤@·s';
	rows[8].link = 'today-sp9.htm';
																										
	rows[9].text = '¥ì®Ô¾D°ê»Ú¨¬Á`¸TÁÉ';
	rows[9].link = 'today-sp10.htm';
																										
}
menu = null;

menu = getMenu('e');
menu.layer = 7;
menu.menuLayer = 0;
menu.rows = new Array(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥ß¨¬¨È¤Ó §Ú¶·ª§¨ú¶iFTAAP';
	rows[0].link = 'today-e1.htm';
																										
	rows[1].text = '§Ú©Ð»ùº¦´T ¥¼¹Fªwªj¤Æ¤ô·Ç';
	rows[1].link = 'today-e2.htm';
																										
	rows[2].text = '¤É®§®ÄÀ³ ¢°¢¯¤ë©w¦s¼W¢µ¢¯¢¸»õ';
	rows[2].link = 'today-e3.htm';
																										
	rows[3].text = '¢°¢¯¤ëªA°È·~´º®ð ªñ¤­¦~·s§C';
	rows[3].link = 'today-e4.htm';
																										
	rows[4].text = '³¯²a¦à·í¿ï¹ü»ÈÁ`¸g²z ¤½ªÑ¸³¨Æ¥¼¥X®u';
	rows[4].link = 'today-e5.htm';
																										
	rows[5].text = 'µu½uª£§@°òª÷ ÀÀ¼x»@¤âÄò¶O';
	rows[5].link = 'today-e6.htm';
																										
	rows[6].text = '¤µ¦~¼vµø³W¼Ò ¶W¶V¤éÁú';
	rows[6].link = 'today-e7.htm';
																										
	rows[7].text = '¥þ²y¿ì¤½¤j¼Ó¯²ª÷ ­Û´°²Ä¤@ ¥x¥_±Æ¦W52';
	rows[7].link = 'today-e8.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 = '¥dµÜº¸¨CªÑ39¤¸ ¦¬ÁÊ¤é¤ë¥ú';
	rows[0].link = 'today-stock1.htm';
																										
	rows[1].text = '¦u®è«Ý¨ß ¤ñ§ìÀt¨«Å¾¦n';
	rows[1].link = 'today-stock2.htm';
																										
	rows[2].text = '¥~¸ê¨g¶R ¥xªÑ½Ä¯}7400Ãö¥d';
	rows[2].link = 'today-stock3.htm';
																										
	rows[3].text = '­±ªO±Ú¸sÅw©I ¸s³Ð¿W¼¬±|';
	rows[3].link = 'today-stock4.htm';
																										
	rows[4].text = 'ªF«n¨®Àç¹B¦^¤É ¤¤µØ¨®¨ü´f';
	rows[4].link = 'today-stock5.htm';
																										
	rows[5].text = '¶g¤»¸É¤W¯Z ªÑ¥«¶É¦V¶}½L';
	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 = '¨â¹ú®× ¥ß©e¦ó´¼½÷­«§P19¦~';
	rows[0].link = 'today-t1.htm';
																										
}
menu = null;

menu = getMenu('show');
menu.layer = 12;
menu.menuLayer = 0;
menu.rows = new Array(14);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '²Ä51©¡¨È¤Ó¼v®i¹{¼ú¨åÂ§¡þªL§Ó¬ÂªA°È©P¨ì §d©v¾Ë²r¥´¼L¯¥';
	rows[0].link = 'today-show1.htm';
																										
	rows[1].text = '¦L«×¤k¯«­°Á{ ªL§Ó¬ÂÅS¨{¥´¨ª¸} ¹ª»R°ª¼é';
	rows[1].link = 'today-show2.htm';
																										
	rows[2].text = 'ªò¶h¤Ò À°µØ¤H¹q¼vµoÁn';
	rows[2].link = 'today-show3.htm';
																										
	rows[3].text = '¨È¤Ó¼v®i §Ú¥u®³¨â®y¼ú';
	rows[3].link = 'today-show4.htm';
																										
	rows[4].text = '¬P¥ú¶Â¼é´é²{ À½ªiÄñ°«';
	rows[4].link = 'today-show5.htm';
																										
	rows[5].text = '¬õ´à«¬¨k·mÃè ¥É¤k¥¢¦â';
	rows[5].link = 'today-show6.htm';
																										
	rows[6].text = 'Àu«È§õªL¦A¦XÅé Àq«´¦^¨ì10¦~«e';
	rows[6].link = 'today-show7.htm';
																										
	rows[7].text = 'ª÷«°ªZÄG¨Ó¦nMAN ±¡«Q¸Ë¬ª±K';
	rows[7].link = 'today-show8.htm';
																										
	rows[8].text = '«J¨Ø§Â·i©Rºt¥X ¶R5±i«O³æÀ£Åå';
	rows[8].link = 'today-show9.htm';
																										
	rows[9].text = '¦pªG¡A·R¡®©ñ¡D³v ©IÁn³Ì°ª';
	rows[9].link = 'today-show10.htm';
																										
	rows[10].text = '¥úÀYºÚ¶ï ²áªQ¹«§®»y¦p¯]';
	rows[10].link = 'today-show11.htm';
																										
	rows[11].text = '¥¿®cª÷·©¾±¤¨®¦´f ­n­áµ²¤À¨­';
	rows[11].link = 'today-show12.htm';
																										
	rows[12].text = '¤¤¨¦¬ü¬ö²r±µ¹q¼v ¯ÂÄÝ¥©¦X';
	rows[12].link = 'today-show13.htm';
																										
	rows[13].text = '¸Ê¼w¬¥¤@¿h Dunhill­»´ä¦Ñ©±¦^¬K';
	rows[13].link = 'today-show14.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¤T½}Á`²Î®×«á´Â³¥À³§Y²z©Ê¤¬°Ê';
		rows[0].link = 'today-s1.htm';
																	
	rows[1].text = '¡m¦Û¥Ñ½Í¡n«D°¨«DÆj';
	rows[1].link = 'today-f1.htm';
																
		rows[2].text = '¡mÃôÃò¶°¡n¥x¥_¤H¡A¥h¬Ý¬Ý°ª¶¯§a¡I';
		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(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¬y·P¬Ì­] ÂX¤j±µºØ¹ï¶H';
	rows[0].link = 'today-taipei1.htm';
																										
	rows[1].text = '¼Æ¦ìÃÀ³NÀð Å]¤Û«G¬Û';
	rows[1].link = 'today-taipei2.htm';
																										
	rows[2].text = '©ñ¤¦¤¦¦Û¥Ñ ¹A©e·|Ä@¦ù´©¤â';
	rows[2].link = 'today-taipei3.htm';
																										
	rows[3].text = '228¨Æ¥ó·í¨Æ¤H ªL¦¿ÁÚ¹Ó¶éÃn¥ú';
	rows[3].link = 'today-taipei4.htm';
																										
	rows[4].text = '¦^Áç¤j³£·|¸³®y ´f»F¬x³Q±±¯A«I¥e';
	rows[4].link = 'today-taipei5.htm';
																										
	rows[5].text = '»â¤£¨ì¿ú«ã¿NATM ¼v¤¤¤H¶e¨ì¤F';
	rows[5].link = 'today-taipei6.htm';
																										
	rows[6].text = '¥N¨¥©x¥q ®Lâü³Ó¶D';
	rows[6].link = 'today-taipei7.htm';
																										
	rows[7].text = '°s¾r©ÚÄdÀË ³º­Ë¨®¼²Äµ';
	rows[7].link = 'today-taipei8.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 = 'ª÷­»¤u¼t±»Å@ §y¿n3³fÂdÃz¦Ë';
	rows[0].link = 'today-north1.htm';
																										
	rows[1].text = '¥Á¦v¤õÄµ ºÃ¹qÆl½u³Q°½»Fº×';
	rows[1].link = 'today-north2.htm';
																										
	rows[2].text = '¤kµ£³Q§¨¦º¡þºÃ¨®Åé³]­p¤£¨} ¨®°Ó§P½ß¢²¢¯¢¯¾l¸U';
	rows[2].link = 'today-north3.htm';
																										
	rows[3].text = '»¡¥yÃö§A¤°»ò¨Æ ³Q°l¬å¨ìÂå°|';
	rows[3].link = 'today-north4.htm';
																										
	rows[4].text = '°s¾r¤S¦Y¦w¯vÃÄ ·n®Ì¼²¢²¨®';
	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 = '¦¶¤¦ÆW°t¦a©âÅÒ ¤G«×¬y·|';
	rows[0].link = 'today-center1.htm';
																										
	rows[1].text = 'ªF¥Û¡B¥¬³U¾Ç®Õ¤ÈÀ\ ¦³¶i¨B';
	rows[1].link = 'today-center2.htm';
																										
	rows[2].text = '¤é¤ë¼æ°ê»ÚÆ[¥ú®ÈÀ]¢Ð¢Ý¢â®×  ¡u®ä®Ö³Á¡v¥X½u';
	rows[2].link = 'today-center3.htm';
																										
	rows[3].text = '¿¤©²³q¥O¡J¥®µ£µL¬G¯Ê½Ò3¤Ñ ³q³øªÀ·|§½';
	rows[3].link = 'today-center4.htm';
																										
	rows[4].text = '¸ôÃä¨­»Ù°±¨®®æ ¥þ¥«¶È¦³49­Ó';
	rows[4].link = 'today-center5.htm';
																										
	rows[5].text = '¸¡¯}¤j¬} ¦Ê¦~¦Ñ¾ð¦z¥ß¤£·n';
	rows[5].link = 'today-center6.htm';
																										
	rows[6].text = '°½¹qÆl¶°¹Î °t³Æ½Ã¬P¾É¯è';
	rows[6].link = 'today-center7.htm';
																										
	rows[7].text = '¥Á¦v·í§L¤u¼t ¯«©úÆU«áÂÃºj¼u';
	rows[7].link = 'today-center8.htm';
																										
}
menu = null;

menu = getMenu('south');
menu.layer = 14;
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 = '¤µ¦~Àç¾i¤ÈÀ\¸g¶O ¿¤ªø±¾«OÃÒ';
	rows[0].link = 'today-south1.htm';
																										
	rows[1].text = '°ª«Ì·s¾ô°±¤u ¿¤©²ª¬ªp¥~';
	rows[1].link = 'today-south2.htm';
																										
	rows[2].text = '¾P¤é«ü©w¡u¥_¿¼¡v ¡u·s¥_¿¼¡v­±Á{º¢¾P';
	rows[2].link = 'today-south3.htm';
																										
	rows[3].text = '°ª°ª«Ì­ºªø·|³ø ¸Õ­¼±¶¹Bº¡·N';
	rows[3].link = 'today-south4.htm';
																										
	rows[4].text = '«n¿¤¡uÀ¸¡v¹Ú¤H¥Í À¸°|¥u³Ñ¤@®a';
	rows[4].link = 'today-south5.htm';
																										
	rows[5].text = '©²«°¤Q¤j¦ñ¤âÂ§ ¤U¤ë·s¸Ë«G¬Û';
	rows[5].link = 'today-south6.htm';
																										
	rows[6].text = '®z´¼©ÐªF¦å¦½¿ú ©Ð«Èµs»â¥ú';
	rows[6].link = 'today-south7.htm';
																										
	rows[7].text = '¥X­y®× «ß®v­n¨DÅù©ã¶ÀºÖ¨Ó¾D©Ú';
	rows[7].link = 'today-south8.htm';
																										
}
menu = null;

menu = getMenu('o');
menu.layer = 6;
menu.menuLayer = 0;
menu.rows = new Array(14);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥«ªø·R»¡ÁÀ';
	rows[0].link = 'today-o1.htm';
																										
	rows[1].text = '°¨­^¤E±Y½L';
	rows[1].link = 'today-o2.htm';
																										
	rows[2].text = '³g¦Ã¥È¾Ç';
	rows[2].link = 'today-o3.htm';
																										
	rows[3].text = '¥Ç¸o¦X²z¤Æ¡H';
	rows[3].link = 'today-o4.htm';
																										
	rows[4].text = '¬°°¨²æ¸o';
	rows[4].link = 'today-o5.htm';
																										
	rows[5].text = '°¨§¾¤å¤Æ';
	rows[5].link = 'today-o6.htm';
																										
	rows[6].text = '¤U®ü³­°s';
	rows[6].link = 'today-o7.htm';
																										
	rows[7].text = '±Ï°¨¹B°Ê';
	rows[7].link = 'today-o8.htm';
																										
	rows[8].text = '´M§ä°¨¤p¤E';
	rows[8].link = 'today-o9.htm';
																										
	rows[9].text = '¼f­p³¡¦³°ÝÃD';
	rows[9].link = 'today-o10.htm';
																										
	rows[10].text = '¬°ªü«ó®º§â§N¦½';
	rows[10].link = 'today-o11.htm';
																										
	rows[11].text = '¡mª÷«íÞm±MÄæ¡n°¨­^¤Eµ±¦º°¨­^¤E';
	rows[11].link = 'today-o12.htm';
																										
	rows[12].text = '¥~³Ò¬Ó«Ò¤j';
	rows[12].link = 'today-o13.htm';
																										
	rows[13].text = '´«©u¡H´«¸£³U§a¡I';
	rows[13].link = 'today-o14.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(0);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
}
menu = null;

menu = getMenu('family');
menu.layer = 14;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(0);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
}
menu = null;

menu = getMenu('medicine');
menu.layer = 15;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(0);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
}
menu = null;

menu = getMenu('article');
menu.layer = 16;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(0);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
}
menu = null;

menu = getMenu('art');
menu.layer = 17;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(0);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
}
menu = null;

menu = getMenu('travel');
menu.layer = 18;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
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';
}