//===========================================================================
//°ò¥»³]©w
//==================== begin ================================================
topMargin = 112;  //­º­¶¬° 132
layerHeight = 23;
leftMargin = 90;
tableWidth = 200;
rowHeight = 22;
showWeekly = true;
showHouse = true;
path = '';
//====================  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(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥_¥«©²¦EÀs¦àµ¹¹O¤ë¤½°² Ä³­û§å²V';
	rows[0].link = 'today-fo1.htm';
																										
	rows[1].text = '¥xÁp§å©é¶}©ñ¡G°e¦×Áýªê';
	rows[1].link = 'today-fo2.htm';
																										
	rows[2].text = '­×¾Ë¬£ÅuµP °¨©Ú§´¨ó';
	rows[2].link = 'today-fo3.htm';
																										
	rows[3].text = '³s°¨¼¯À¿¥[¼@¡H ³s³Ó¤å®¼°qÀsÙy';
	rows[3].link = 'today-fo4.htm';
																										
	rows[4].text = '¥X²M°òª÷ªÑ²¼ «ó·AÀò§Q¥þ®½';
	rows[4].link = 'today-fo5.htm';
																										
	rows[5].text = '¶§¥ú¬Fµ¦Âö¦p Ãz®Æ¥ß©e¥i´±¤Ï¨D½Ñ¤v¡H';
	rows[5].link = 'today-fo6.htm';
																										
	rows[6].text = '¤Ó¦Ê4¸³¨Æ ªLµØ¼w¤@¤â¦w±Æ';
	rows[6].link = 'today-fo7.htm';
																										
	rows[7].text = 'ºJ±o°®°®²b²b ¤Ï¦Ó±Ò¤HºÃÄu';
	rows[7].link = 'today-fo8.htm';
																										
}
menu = null;

menu = getMenu('p');
menu.layer = 2;
menu.menuLayer = 0;
menu.rows = new Array(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '®Ö¼o®Æ­Ô¿ï³õ§} ¶·¤½§ë¦P·N';
	rows[0].link = 'today-p1.htm';
																										
	rows[1].text = '319±ø¨Ò­×¥¿®× «ó«á¤Ñ¤½¥¬ §å¦³¹H¾Ëª§Ä³';
	rows[1].link = 'today-p2.htm';
																										
	rows[2].text = '¶À§ÓªÚªüÁp¦æ ®üÆW´CÅé­«µø';
	rows[2].link = 'today-p3.htm';
																										
	rows[3].text = '«ó¦Û»¨¡G¤»¦~¥ô¤º¥x®üµL¾Ô¨Æ';
	rows[3].link = 'today-p4.htm';
																										
	rows[4].text = '§L±À¬ü¤é¤¶¤J ¥x®ü°±¤õ';
	rows[4].link = 'today-p5.htm';
																										
	rows[5].text = '¬xÚ{´@ ©ú¦~¦èÂI­x®Õ²¦·~';
	rows[5].link = 'today-p6.htm';
																										
	rows[6].text = '°ê»Ú¤u¼Ü¤é ³Ò¹Î«P³·ÀG¥ß¸O';
	rows[6].link = 'today-p7.htm';
																										
	rows[7].text = '­^¤ñ¨â°êÂå¬É Án´©§Ú¤J¥@½Ã';
	rows[7].link = 'today-p8.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 = "³gÂp¸o¶û ²{¥N¶°¹Î·|ªø¾G¹Ú¤E³Q®·";
	rows[0].link = 'today-int1.htm';
																										
	rows[1].text = "­ì¯àÁ`¸p¥æ¥ì®Ö³ø§i Áp°ê®£¶}îÔ";
	rows[1].link = 'today-int2.htm';
																										
	rows[2].text = "4·³²»²»³¥©ñ ¥þ²y­º¦¸";
	rows[2].link = 'today-int3.htm';
																										
	rows[3].text = "¤¤°ê¥é«_¤jÅD¶i °°³y¾ã­Ó¤½¥q";
	rows[3].link = 'today-int4.htm';
																										
	rows[4].text = "ª©Åv§P¨M®Ñ¤]ÂÃ±K½X ³Q«ß®v¯}¸Ñ";
	rows[4].link = 'today-int5.htm';
																										
	rows[5].text = "¡m¤¤­^¹ï·ÓÅª·s»D¡nSpain sizes up women to fight anorexia ¦è¯Z¤ú´¶¬d¤k©Êªº¨­§÷¥H¹ï§Ü¹½­¹¯g";
	rows[5].link = 'today-int6.htm';
																										
}
menu = null;

menu = getMenu('so');
menu.layer = 3;
menu.menuLayer = 0;
menu.rows = new Array(11);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¤ô³f¨®¨®°Ó¶¶Âï­Ë³¬ ©t¨à¨®¤W¤d';
	rows[0].link = 'today-so1.htm';
																										
	rows[1].text = 'ÅB¨®¥RÅv§Q¨® ºô©çÄF¶R¥D';
	rows[1].link = 'today-so2.htm';
																										
	rows[2].text = '¤¤°ê­q³æ »¤¥x°Ó¸ó®üÅÜ¦×²¼';
	rows[2].link = 'today-so3.htm';
																										
	rows[3].text = '¥É¤sÄµ½Ã«Ç¥D¥ô ½Õ°ò¶©´äÄµ§½ªø';
	rows[3].link = 'today-so4.htm';
																										
	rows[4].text = '½äºôÄÛ±i ­è³Q§Û§ï¦W¤S¶}±i';
	rows[4].link = 'today-so5.htm';
																										
	rows[5].text = '­h±þ¤kºô¤Í ¬½ªÎ¯T §P½ß865¸U';
	rows[5].link = 'today-so6.htm';
																										
	rows[6].text = '5´c¤ÖÄF©ÔK ¤Ö¤kºG¾D½ü¼É';
	rows[6].link = 'today-so7.htm';
																										
	rows[7].text = 'Á¿®v¦Û¦æ¤õ§ð ³s¿N2¼t¶B«Oª÷';
	rows[7].link = 'today-so8.htm';
																										
	rows[8].text = '§µ®­°ê¤@¥Í ¬°ªü¤½§â«Ë§¿';
	rows[8].link = 'today-so9.htm';
																										
	rows[9].text = '®L¦ç¤Ñ¨Ï °e·R¨ì¬Z®H¹ë';
	rows[9].link = 'today-so10.htm';
																										
	rows[10].text = 'ÄÑ©±¶}¥«°µµ½¨Æ ÅU«È·m²Ä¤@';
	rows[10].link = 'today-so11.htm';
																										
}
menu = null;

menu = getMenu('life');
menu.layer = 9;
menu.menuLayer = 0;
menu.rows = new Array(12);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¬ü°ê¤û¦× ¬d¥X§¨±a¸H¦Ø°©';
	rows[0].link = 'today-life1.htm';
																										
	rows[1].text = '®¦¥D¤½Âå°|¯A¢Ï°·«O ±ÇªÅ°·«O Âå°|¿ð¦­¤]·|­Ë';
	rows[1].link = 'today-life2.htm';
																										
	rows[2].text = '¤Ò¤l¦­À\ ¾Ç¥Í¶R³æ';
	rows[2].link = 'today-life3.htm';
																										
	rows[3].text = 'ª¬§i¦Ñ®v¿ð¨ì ³Q½à¦Õ¥ú';
	rows[3].link = 'today-life4.htm';
																										
	rows[4].text = '­¹«~¨g¥´Àø®Ä »@ª÷³Ì°ªº¦83­¿';
	rows[4].link = 'today-life5.htm';
																										
	rows[5].text = '¤¤°ê§t¸K¥¤¯» ²{¨­¥xÆW¡H';
	rows[5].link = 'today-life6.htm';
																										
	rows[6].text = '·s»D³B²zµû¤ñ ¥»³øªí²{³Ì¨Î';
	rows[6].link = 'today-life7.htm';
																										
	rows[7].text = '5­Ó¬ã¨s¥Í ®³¨ì10»õ¤¸­q³æ';
	rows[7].link = 'today-life8.htm';
																										
	rows[8].text = '¹C®õ¶W±a­»µÒ ¥x«È±Æ¶¤Ãº»@´Ú';
	rows[8].link = 'today-life9.htm';
																										
	rows[9].text = '¤j§ø¤õ¨®¯¸ ´ú¶q½T©w ¬n¤F¢²¤½¤À';
	rows[9].link = 'today-life10.htm';
																										
	rows[10].text = '±ö«B©u ¨ÓÅo¡I';
	rows[10].link = 'today-life11.htm';
																										
	rows[11].text = '¼ê´òªÅÃø­×¾÷²¨¥¢ ¤uµ{®v§P½w¦D';
	rows[11].link = 'today-life12.htm';
																										
}
menu = null;

menu = getMenu('sp');
menu.layer = 10;
menu.menuLayer = 0;
menu.rows = new Array(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '«í¹üÅÜ»¨¾s ¬õ¤£Åý';
	rows[0].link = 'today-sp1.htm';
																										
	rows[1].text = '«Ø¥J¤U¤@¾Ô ¹ï½¹½º°ª¤â';
	rows[1].link = 'today-sp2.htm';
																										
	rows[2].text = '¶¤¤Í®¼¥L ¾GÀBÂE4³Ó';
	rows[2].link = 'today-sp3.htm';
																										
	rows[3].text = '­^³Ç¤â¶Ë ¤­¤ëÃø¦^¤@­x';
	rows[3].link = 'today-sp4.htm';
																										
	rows[4].text = '¡mNBA¡nª÷¶ô¤½¤û ªð¶m¶}­J';
	rows[4].link = 'today-sp5.htm';
																										
	rows[5].text = '¡mNBA¡n¤p¼Ú¯}°] §äÄxºô¥X®ð';
	rows[5].link = 'today-sp6.htm';
																										
	rows[6].text = '¡mSBL¡n¸Î¶©¶æ¡J³ÌºC5¾Ô«Ê¤ý';
	rows[6].link = 'today-sp7.htm';
																										
	rows[7].text = '°]¸g±M®a¤ÀªR¡J¸q¤j§Q¹Ü¹p¦Ìª÷¬×';
	rows[7].link = 'today-sp8.htm';
																										
}
menu = null;

menu = getMenu('e');
menu.layer = 7;
menu.menuLayer = 0;
menu.rows = new Array(10);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¬ü¡J¤H¥Á¹ô¤´»Ý§ó¨ã¼u©Ê';
	rows[0].link = 'today-e1.htm';
																										
	rows[1].text = '¤é¥»¥i¯à5¦~¨Ó­º«×¤É®§';
	rows[1].link = 'today-e2.htm';
																										
	rows[2].text = '¬ü·t¥Ü¼È°±¤É®§ ¬ü¤¸­«®À';
	rows[2].link = 'today-e3.htm';
																										
	rows[3].text = '¤¤¸g°|¡G¸gÀÙ¦¨ªø²v4.17%';
	rows[3].link = 'today-e4.htm';
																										
	rows[4].text = '´^³ÕªÀ¡GQ1¬ü¸gÀÙ¦¨ªø4.9¢H';
	rows[4].link = 'today-e5.htm';
																										
	rows[5].text = 'Ãº¤Ï¾á«Oª÷3.8»õ ªL®¶¸q¦Vª÷¹©ÃÒ¶æÁn';
	rows[5].link = 'today-e6.htm';
																										
	rows[6].text = '°Ó·|ªk¤TÅª ¥[­«ª÷¿Ä¥Ç¸o»@«h';
	rows[6].link = 'today-e7.htm';
																										
	rows[7].text = '¬â¥Û¸T¥X¤f ¤¤°ê¼È½w¹ê¬I';
	rows[7].link = 'today-e8.htm';
																										
	rows[8].text = '·s¨Ñ¤ô­pµe °t¦X©y¿¤·s¶é°Ï';
	rows[8].link = 'today-e9.htm';
																										
	rows[9].text = '¶W¯Å¤j¤á 101¤j¼Ó¦~Ãº2»õ©Ð«Îµ|';
	rows[9].link = 'today-e10.htm';
																										
}
menu = null;

menu = getMenu('stock');
menu.layer = 8;
menu.menuLayer = 0;
menu.rows = new Array(10);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = 'EPS15.11¤¸ §»¹F¹q ­º©uÀò§Q¤ý';
	rows[0].link = 'today-stock1.htm';
																										
	rows[1].text = '¥x¶ì¥x¶ì¤Æ ­º©uÀò§Q¤j°I°h';
	rows[1].link = 'today-stock2.htm';
																										
	rows[2].text = '´¶¥ßº¸¨Î¯à ­º©uÀò§Q¤j¦¨ªø';
	rows[2].link = 'today-stock3.htm';
																										
	rows[3].text = '­º©uEPS1.82¤¸ §»ùÖ¨ÎÁZ¯»¸HÁÁ¨¥';
	rows[3].link = 'today-stock4.htm';
																										
	rows[4].text = '¡m´Á«üÆ[´ú¯¸¡n°ªÀÉ¾_Àú µu½u¤ä¼µ¬Ý7110';
	rows[4].link = 'today-stock5.htm';
																										
	rows[5].text = '¡m°ê»ÚªÑ¥«¡n¼ÚªÑ¤È½L¤U¶^ ¤éªÑ­«®À';
	rows[5].link = 'today-stock6.htm';
																										
	rows[6].text = '°ê®õª÷­º©u¤jÁÈ79»õ';
	rows[6].link = 'today-stock7.htm';
																										
	rows[7].text = '¤¤°ê¤É®§ ª÷»ù¶^¸¨°ªÂI';
	rows[7].link = 'today-stock8.htm';
																										
	rows[8].text = '¥x¹ô«ùÄò¨«±j ¤É1¤À';
	rows[8].link = 'today-stock9.htm';
																										
	rows[9].text = 'LED­º©uEPS »õ¥ú1.17¤¸ ´¹¹q0.69¤¸';
	rows[9].link = 'today-stock10.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 = '®¦¥D¤½Âå°|¯AA°·«O »@Ãº7¤d¸U';
	rows[0].link = 'today-t1.htm';
																										
}
menu = null;

menu = getMenu('show');
menu.layer = 12;
menu.menuLayer = 0;
menu.rows = new Array(13);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥D«ù¤H¥XÄl 6.10ª÷¦±ÅT ½±©É½ð¨«¤pS';
	rows[0].link = 'today-show1.htm';
																										
	rows[1].text = '½²¨ÌªL ¤£±Æ¥¸°{¹qµ²±B';
	rows[1].link = 'today-show2.htm';
																										
	rows[2].text = 'µÎ²N¥´¦º¤£»{§»²NÅÊ';
	rows[2].link = 'today-show3.htm';
																										
	rows[3].text = 'ÂÅÐ£¶ý¶ý°½©ç¦b¥ý ¤Ï±NµÎ²N¤@­x';
	rows[3].link = 'today-show4.htm';
																										
	rows[4].text = '¥v¤Ç¬f±´º¡«° Æg©P¸³¥j¸Ë¯«©_';
	rows[4].link = 'today-show5.htm';
																										
	rows[5].text = '¤ýÀR¼ü §N¸¨³¯«Â³³¹¥®«¤Ò';
	rows[5].link = 'today-show6.htm';
																										
	rows[6].text = '§õ¦w¦çÀAÁÙ¶m ©²«°¬°¥À¼y¥Í';
	rows[6].link = 'today-show7.htm';
																										
	rows[7].text = '½ðÃz ³\¯Â¬ü «ý§Ìª±´CÅé';
	rows[7].link = 'today-show8.htm';
																										
	rows[8].text = '®ü¯«¸¹·i15FÀb®ö ¦ã«}µá®VGªi¬¤´é';
	rows[8].link = 'today-show9.htm';
																										
	rows[9].text = '¥É±C¯f¦MÀ±¯d µo¨¥¤H§_»{';
	rows[9].link = 'today-show10.htm';
																										
	rows[10].text = '¿X´µ¬üÁnµL¼Ä Äåªá©f¥áBra¥Ü·R';
	rows[10].link = 'today-show11.htm';
																										
	rows[11].text = 'Áú¼@·d´_¥j ¨I¾K°ª¥yÄR²±¥@';
	rows[11].link = 'today-show12.htm';
																										
	rows[12].text = 'ªLª÷«W ¶]»L¤p©f ¼õ¦¨¸g¬ö¤H';
	rows[12].link = 'today-show13.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¥Á¶iÄÒ¥x®ü¨â©¤½×¾Â¥YÅã¼Ä§Ú¤£¤À';
		rows[0].link = 'today-s1.htm';
																	
	rows[1].text = '¡m¦Û¥Ñ½Í¡n«è¤k­Þ»î';
	rows[1].link = 'today-f1.htm';
																
		rows[2].text = '¡mÃôÃò¶°¡n³Q²Û°dªº¥xÆW¡H';
		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 = '¾F¦v·íºj¹v ´c¨k³QÄµ¶e';
	rows[0].link = 'today-taipei1.htm';
																										
	rows[1].text = '¨â°ê¤¤¥h¦~°O¹L¼Æ ¤ñ¾Ç¥Í¼Æ¦h';
	rows[1].link = 'today-taipei2.htm';
																										
	rows[2].text = '½à¡u¬P¡v®®¥Ø 5¤ë¤¤±k¬P±µªñ';
	rows[2].link = 'today-taipei3.htm';
																										
	rows[3].text = 'Â¾¨a¦º¤`¼Æ Àç³y·~³Ì¦h';
	rows[3].link = 'today-taipei4.htm';
																										
	rows[4].text = 'ÁpÂå°|ªø±iÒ²½ÐÃã ®]·çª@±µ´Î';
	rows[4].link = 'today-taipei5.htm';
																										
	rows[5].text = '®e¿n²¾Âà°e¥X°ò¦a ÀÀ±Æ°£¬J¦¨¹D¸ô';
	rows[5].link = 'today-taipei6.htm';
																										
	rows[6].text = '¿¤Äµ§½ª`·s¦å 200Àu½è¥Í¤O­x¥[¤J';
	rows[6].link = 'today-taipei7.htm';
																										
}
menu = null;

menu = getMenu('north');
menu.layer = 12;
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 = '¥¥°ü§l¦w»P©n¤À¨É §P¦D8¤ë';
	rows[0].link = 'today-north1.htm';
																										
	rows[1].text = '¾D°Q¶Å°­¥}¥´ ³Q®`¤H²æ°k¡B´§²\±±¶D';
	rows[1].link = 'today-north2.htm';
																										
	rows[2].text = '±±©Ê«I¡A½Ö·Fªº·d¤£²M ³Q§iµL¸o';
	rows[2].link = 'today-north3.htm';
																										
	rows[3].text = '¤õ¨®¤W°½ºN¥É»L °ê³N¦Ñ®v½w¦D';
	rows[3].link = 'today-north4.htm';
																										
}
menu = null;

menu = getMenu('center');
menu.layer = 13;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(9);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '²¦®È¥X¨®º× ·s¦Ë¤WÀ]°ê¤p12®v¥Í»´¶Ë';
	rows[0].link = 'today-center1.htm';
																										
	rows[1].text = '¤j½æ³õ´£´Ú¾÷ÅÑ®× ±µ¹B³f¨®§ä¨ì¤F ±Ä¥iºÃ«ü¯¾';
	rows[1].link = 'today-center2.htm';
																										
	rows[2].text = '¤Ö¦~¸ü¤Í¥X¹C ¨®º×1¦º5¶Ë';
	rows[2].link = 'today-center3.htm';
																										
	rows[3].text = '¯A³g¦Ã «eªÀ·|§½ªø³¯·ç¼w¦¬©ã';
	rows[3].link = 'today-center4.htm';
																										
	rows[4].text = '¥L¬O¬r«~¤j½L°Ó ¯²«Î¶}·nÀY­w';
	rows[4].link = 'today-center5.htm';
																										
	rows[5].text = '¶e¨ì4¬rÂÎ 2¤H¬V·R´þ¯f';
	rows[5].link = 'today-center6.htm';
																										
	rows[6].text = '³yÁÁ»¡¤H¦¬¸ì §P½ß30¸U';
	rows[6].link = 'today-center7.htm';
																										
	rows[7].text = 'µê³ø¬¡°Ê¶O ¥xÅK13­û¤u¾D¬ù½Í';
	rows[7].link = 'today-center8.htm';
																										
	rows[8].text = '¯Q¤é¤E¼w§øªø§l¬r °_¥X¬r«~';
	rows[8].link = 'today-center9.htm';
																										
}
menu = null;

menu = getMenu('south');
menu.layer = 14;
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 = '°ªÂå¤j®Õªø¿î¿ï ³QÃz®Æ¯îµÄ¨«ªO';
	rows[0].link = 'today-south1.htm';
																										
	rows[1].text = '¸¨¤ôª¯ ·Rªe¸Ì´å¤F1¤Ñ1©]Àò±Ï';
	rows[1].link = 'today-south2.htm';
																										
	rows[2].text = '½ä³Õ¹qª±©±¼ÞÄµ 2¶û³Q¶e';
	rows[2].link = 'today-south3.htm';
																										
	rows[3].text = 'ªø¦~·ÓÅU¤k¤Í®a¤H ¦o¼A»L¡A¥LÁa¤õ';
	rows[3].link = 'today-south4.htm';
																										
	rows[4].text = '°ª±¶®õ³Ò¼É°Ê®× ¶Ç¤T¤H¡AÂç®×±¡';
	rows[4].link = 'today-south5.htm';
																										
	rows[5].text = '­¸¨®¸é ¯Ù­¢7¤k¥Í ©Ê«I±o³x';
	rows[5].link = 'today-south6.htm';
																										
	rows[6].text = '°ª¤¤¥Í ±ß¤W·í¾Ç¥Í ¥Õ¤Ñ³c¬r';
	rows[6].link = 'today-south7.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 = '½Ö¨É¨ü¨ì¸gÀÙ¦¨ªø';
	rows[0].link = 'today-o1.htm';
																										
	rows[1].text = '§Ú­Ì»Ý­n³o¼Ëªº»â¾É¤H';
	rows[1].link = 'today-o2.htm';
																										
	rows[2].text = '¥þ¥Á¤ÏÃz®Æ¦æ°Ê';
	rows[2].link = 'today-o3.htm';
																										
	rows[3].text = 'Áú°êªº¨}¤ß¬°¥xÆW§o³Û';
	rows[3].link = 'today-o4.htm';
																										
	rows[4].text = '¤º»Õ¨î¤`¥x½×';
	rows[4].link = 'today-o5.htm';
																										
	rows[5].text = '¨ÅÀù±wªÌ¦ó¶d';
	rows[5].link = 'today-o6.htm';
																										
	rows[6].text = '±q¼W¥Ð«T¨k¬Ý¤j«e¬ã¤@';
	rows[6].link = 'today-o7.htm';
																										
	rows[7].text = '­ì¦í¥Á®u¦¸°g«ä';
	rows[7].link = 'today-o8.htm';
																										
	rows[8].text = '½Ð¦ÑK¦Û¤v¶R³æ';
	rows[8].link = 'today-o9.htm';
																										
	rows[9].text = '³Qª[µøÁÙ·í¦³½ì';
	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(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;

if (showWeekly)
{
	menu = getMenu('weekly');
	menu.layer = 13;
	menu.menuLayer = 0;
	menu.rows = new Array(12);
	with (menu)
	{
		for (i=0; i<rows.length; i++)
			rows[i] = new Object();
																	
		rows[0].text = '­]®ß«nÉÜ<br>¦ÛµM¥ÍºA¦n­·´º';
		rows[0].link = 'today-weekly1.htm';
																											
		rows[1].text = '«nÉÜ¤s¤¤¹Á¬ü­¹';
		rows[1].link = 'today-weekly2.htm';
																											
		rows[2].text = 'ªF´ä¶ÂÂC³½©uµn³õ<br>©u¸`­­©w ³Ð·N®Æ²z¯S¿ï';
		rows[2].link = 'today-weekly3.htm';
																											
		rows[3].text = '¹Á¹L¶ÂÂC ¨Ó½ëªF´ä¦b¦a¹C';
		rows[3].link = 'today-weekly4.htm';
																											
		rows[4].text = 'SolerÂù­M·sÁn¥N<br>±M·R®õ¸q²V¦å®Æ²z';
		rows[4].link = 'today-weekly5.htm';
																											
		rows[5].text = '¶ý«}·R¥Î´Ú¤â¾÷<br>10¤j¿ïÁÊ«ü¼Ð';
		rows[5].link = 'today-weekly6.htm';
																											
		rows[6].text = '­·®æ¹qª±»Å¬¯µn³õ<br>¿W¯Sµe­· Åý§A¦Õ¥Ø¤@·s¡I';
		rows[6].link = 'today-weekly7.htm';
																											
		rows[7].text = '¹F¤H»Å«lÅÜ¨­ NANA³y«¬¦Ê¤À¦Ê';
		rows[7].link = 'today-weekly8.htm';
																											
		rows[8].text = '¥´ÂM¡A¤£¥uÅýªEÃä¤H¥¢¯v<br>³Ì©Èªº¬O¨ÖµoºÎ¯v©I§l¤¤¤î¯g';
		rows[8].link = 'today-weekly9.htm';
																											
		rows[9].text = '¹B°Ê¡AÅý§A¬¡±o§ó¦n';
		rows[9].link = 'today-weekly10.htm';
																											
		rows[10].text = '«H¤ßº¡º¡¥h¦Ò¸Õ';
		rows[10].link = 'today-weekly11.htm';
																											
		rows[11].text = '®a®x¥D°ü¨p¤H°s§a';
		rows[11].link = 'today-weekly12.htm';
																											
	}
	menu = null;
}
if (showHouse)
{
	menu = getMenu('house');
	menu.layer = 14;
	menu.menuLayer = 0;
	menu.rows = new Array(12);
	with (menu)
	{
		for (i=0; i<rows.length; i++)
			rows[i] = new Object();
																	
		rows[0].text = '¹q»ùÄøÄø±ý°Ê ¸`¯à«Ø¿v¬Ù¿ú¤SÀô«O';
		rows[0].link = 'today-house1.htm';
																											
		rows[1].text = '¥xÆW·s¦í¦v ³]­p¡B¦w¥þ¡B«Ø§÷¥þ­±¤Éµ¥';
		rows[1].link = 'today-house2.htm';
																											
		rows[2].text = '«°¥ü½n ¤pªÅ¶¡ª±³Ð·N';
		rows[2].link = 'today-house3.htm';
																											
		rows[3].text = '¥­¤ZÂÂ¤½´J ÅÜ¨­­Ó©Ê¬£¦í¦v';
		rows[3].link = 'today-house4.htm';
																											
		rows[4].text = '·s¤@¥N§O¹Ö¥D¤H °¾·R»´¥j¨å­·';
		rows[4].link = 'today-house5.htm';
																											
		rows[5].text = '¼e´¯¤£ÅãªÅÃm «ÈÆU»E®ð¤S©Û°]';
		rows[5].link = 'today-house6.htm';
																											
		rows[6].text = '¬üÄR·s¥@¬É Âù±¶¹B¥[«ù';
		rows[6].link = 'today-house7.htm';
																											
		rows[7].text = '°ê®õ¿vµ½ ¦í¶i¥ð¶¢«×°²§ø';
		rows[7].link = 'today-house8.htm';
																											
		rows[8].text = '»·¨£ÃÀ³NÀ] ¤j4©ÐÂù«÷®æ§½';
		rows[8].link = 'today-house9.htm';
																											
		rows[9].text = '¥æ«Î¦p¦óÅç¦¬«Ç¤ºªoº£«~½è¡H';
		rows[9].link = 'today-house10.htm';
																											
		rows[10].text = '·s±B¤Ò©d ÁÊ«Î°]°ÈA­pµe ¶R¤¤¥j«Î ¨â¥N´Nªñ·ÓÅU';
		rows[10].link = 'today-house11.htm';
																											
		rows[11].text = '¥æ«Î«~½è¤£¨Î ¥i§_©Ú§¹¦¨»È¦æ¶U´Ú¤âÄò¡H';
		rows[11].link = 'today-house12.htm';
																											
	}
	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';
}