//===========================================================================
//°ò¥»³]©w
//==================== begin ================================================
topMargin = 112;
layerHeight = 23;
leftMargin = 90;
tableWidth = 200;
rowHeight = 22;
showWeekly = false;
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'));
}
menuNames2 = new Array('taipei','north','center','south','fashion','living','family','medicine','article','young','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 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 href="'+path+'activity.htm">¬¡°Ê°T®§</a></TD>');
document.write('	</TR>');
document.write('	<TR>');
document.write('		<TD class=block2L_tdb><A 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 = '¤¤°ê·s¬r©Û ÀÀ±À¤Ï¤Àµõªk²Ó«h';
	rows[0].link = 'today-fo1.htm';
																										
	rows[1].text = 'Ä¬¡G°¨Ãn¥ú¥Øªº¤w¹F ¤£¸Ó¦A¾×­xÁÊ';
	rows[1].link = 'today-fo2.htm';
																										
	rows[2].text = '°¨¨ø¥ô¥«ªø«e ±NÀW¥X³X';
	rows[2].link = 'today-fo3.htm';
																										
	rows[3].text = '¥@¥x¤H¤j·|³q¹L¦¨¥Ð«Å¨¥¡G¥x¤¤Ãö«Y¬O°ê»P°êÃö«Y';
	rows[3].link = 'today-fo4.htm';
																										
	rows[4].text = 'µL©U§£¥i¿N ¬F©²®£¤ë½ß¤d¸U';
	rows[4].link = 'today-fo5.htm';
																										
	rows[5].text = '¾G¥Ãª÷¡G½ßÀv°ÝÃD ¤¤¥¡­t³d';
	rows[5].link = 'today-fo6.htm';
																										
	rows[6].text = 'µI¤Æ¼t¦Y¤£¹¡ «õÂÂ©U§£³B²z';
	rows[6].link = 'today-fo7.htm';
																										
}
menu = null;

menu = getMenu('p');
menu.layer = 2;
menu.menuLayer = 0;
menu.rows = new Array(9);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = 'µØ½Y¤Ñ»ù¨DÀv ®õ³Òª_¶DÀÀ¤Ï§i';
	rows[0].link = 'today-p1.htm';
																										
	rows[1].text = '¡m¥Õ¼Ö±T±MÄæ¡n¬ü¥xÃö«Y¥æ¬y ¸Ó¬O§ïÅÜªº®É­Ô';
	rows[1].link = 'today-p2.htm';
																										
	rows[2].text = '±ç¬fÂÈÃz®Æ¡G³¯­õ¨k´¿¦¬700¸UÄmª÷';
	rows[2].link = 'today-p3.htm';
																										
	rows[3].text = 'Ä¬´}¡J»P´å¥u¦³½Ì¸Ñ¨S¦³¤ßµ²';
	rows[3].link = 'today-p4.htm';
																										
	rows[4].text = 'ºÞºÑ¬Â ºVÆr°Ñ¿ï°ª¥«ªø';
	rows[4].link = 'today-p5.htm';
																										
	rows[5].text = '¹wºâ¸Ñ­á®× ´Â³¥µw¸Iµw';
	rows[5].link = 'today-p6.htm';
																										
	rows[6].text = '·s»Dµû½×¡þ­«ºt¸jªk®× ÄêÀ¸¤@³õ';
	rows[6].link = 'today-p7.htm';
																										
	rows[7].text = '³°¾Ô¶¤¨â´Ï¬ðÀ»¨® ©ú¤Ñ´«¸Ë¦¨­x';
	rows[7].link = 'today-p8.htm';
																										
	rows[8].text = '¡m¬P´Á¤Hª«¡n½²­^¤å¼Ö·í¡u¬F°|¶]»Lªº¡v';
	rows[8].link = 'today-p9.htm';
																										
}
menu = null;

menu = getMenu('int');
menu.layer = 4;
menu.menuLayer = 0;
menu.rows = new Array(10);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¯Q§JÄõ¤j¿ï ¿Ë«X¬£¥i¯à³Ó¿ï';
	rows[0].link = 'today-int1.htm';
																										
	rows[1].text = '´¶§Ê³Õ¤h½×¤å ¯A¶û§ÛÅ§';
	rows[1].link = 'today-int2.htm';
																										
	rows[2].text = 'ÅÚ©Ô¼vÅT¥¬§Æ¤H¨Æ¨Mµ¦';
	rows[2].link = 'today-int3.htm';
																										
	rows[3].text = '¬¥«°50¸U¤H¹C¦æ ¤ÏºòÁY²¾¥Á¬Fµ¦';
	rows[3].link = 'today-int4.htm';
																										
	rows[4].text = 'Omega3½Æ»s½Þ ¦³¯q¤ßÅ¦¥\¯à';
	rows[4].link = 'today-int5.htm';
																										
	rows[5].text = '¿à¤ñ·ç¨È«eÁ`²Î ±N³Q¤Þ´ç¨ü¼f';
	rows[5].link = 'today-int6.htm';
																										
	rows[6].text = '¤é·Ó¼W±j ¥[§Ö¥þ²y·x¤Æ';
	rows[6].link = 'today-int7.htm';
																										
	rows[7].text = '­^°ê¶U´ÚÁà»D ¥¬¹pº¸¡u®Á´~¡v';
	rows[7].link = 'today-int8.htm';
																										
	rows[8].text = '¤é¥»­n³y¥þ²y³Ì°ª³q°T¶ð';
	rows[8].link = 'today-int9.htm';
																										
	rows[9].text = '¡m¤¤­^¹ï·ÓÅª·s»D¡nTax on wooden chopsticks to save China\'s forests ¤ì¸_½Òµ|¥H¬@±Ï¤¤°êªº´ËªL';
	rows[9].link = 'today-int10.htm';
																										
}
menu = null;

menu = getMenu('so');
menu.layer = 3;
menu.menuLayer = 0;
menu.rows = new Array(13);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = 'ªvöt ¤f³U¾Ô³N©_Å§«Ø¥\';
	rows[0].link = 'today-so1.htm';
																										
	rows[1].text = 'ºj¤âÂôÅF­w ±O±þ6¤H¦ÛºÉ';
	rows[1].link = 'today-so2.htm';
																										
	rows[2].text = '®»·d­y¤H§õ©÷à±ÅS¤@¤â';
	rows[2].link = 'today-so3.htm';
																										
	rows[3].text = '´c·@°ü ¯È±ø¬½¶A©G ©Ô§è«r¤½¤½';
	rows[3].link = 'today-so4.htm';
																										
	rows[4].text = '¹H°±©Þ¤jµP ºÓ¤hºbºÓ¤h';
	rows[4].link = 'today-so5.htm';
																										
	rows[5].text = '¬½¬r¨à¤l ÄF¦Ñ¶ýªü«¼¹B¬r';
	rows[5].link = 'today-so6.htm';
																										
	rows[6].text = '°s¾r¼²¦º¤H «B¦ç¸H¤ù½r¥û';
	rows[6].link = 'today-so7.htm';
																										
	rows[7].text = '§Ñ¦~¯u«H±¡ ¤¤¤éµ§¤Í ®t60·³';
	rows[7].link = 'today-so8.htm';
																										
	rows[8].text = '¤S·mÃâ ¹üÄµÅ@¤j¥Ò¶ý¹F°}';
	rows[8].link = 'today-so9.htm';
																										
	rows[9].text = '°Ý¸ô«F Åwªï°g¸ô¤H¼È°±';
	rows[9].link = 'today-so10.htm';
																										
	rows[10].text = '¤Ñ¨Ï¦Ñ®v ¤@¶ê¨­»Ù¥Í²¦®È¹Ú';
	rows[10].link = 'today-so11.htm';
																										
	rows[11].text = '¤T¤ë¬K¾å ¼Ö­µ¾K¤H';
	rows[11].link = 'today-so12.htm';
																										
	rows[12].text = '¨«¥X¥~¹J¦Û±þ¸ô ¸ÀÅÜ§Ó¤u±Ð¨|®v';
	rows[12].link = 'today-so13.htm';
																										
}
menu = null;

menu = getMenu('life');
menu.layer = 9;
menu.menuLayer = 0;
menu.rows = new Array(8);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¡m«È»y±Ð¾Ç¦M¾÷»P®i±æ¨t¦C¤@¡n¯Z¯Å¾U´î «È»y²_¬°·s®z¶Õ»y¨¥';
	rows[0].link = 'today-life1.htm';
																										
	rows[1].text = '¥þ°ê±M·~ªÀ¤u 1¤HªA°È1¸U¾l¤H';
	rows[1].link = 'today-life2.htm';
																										
	rows[2].text = '¥d¶ÅÀu´f¨ó°Ó ¥u³Ñ¨â¬P´Á';
	rows[2].link = 'today-life3.htm';
																										
	rows[3].text = '³B²zETC®× Ä¬´}ªÖ©w³¢º½µX';
	rows[3].link = 'today-life4.htm';
																										
	rows[4].text = '§¤¤W¦L«×¥J ÅK¹D°g­«·ÅÂÂ¹Ú';
	rows[4].link = 'today-life5.htm';
																										
	rows[5].text = 'Úµ½H±ìµß¶ÃÂ« ®tÂI­n¤H©R';
	rows[5].link = 'today-life6.htm';
																										
	rows[6].text = '¶ý¶ý±w¿}§¿¯f ¨à¤k°ª­·ÀI';
	rows[6].link = 'today-life7.htm';
																										
	rows[7].text = '¥x¥Í¬ì¾Ç®a ¦t©z¸Ñ¯µ¤j¥\¦Ú';
	rows[7].link = 'today-life8.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­^³ÇªìµnªO ¾DKO';
	rows[0].link = 'today-sp1.htm';
																										
	rows[1].text = '§d¬L½÷ ³æ¤é2MVP';
	rows[1].link = 'today-sp2.htm';
																										
	rows[2].text = '§¹¬ü³¢ªl§Ó ¤¤Ä~¨â§½¤TK';
	rows[2].link = 'today-sp3.htm';
																										
	rows[3].text = '¾W¯¥º¶¤õ ¨©¯÷5¤À¥´ÂI±µ´Î';
	rows[3].link = 'today-sp4.htm';
																										
	rows[4].text = '§J©fºG¾D¬r¤â Áú°Ò­º³Ó§Æºû¯S';
	rows[4].link = 'today-sp5.htm';
																										
	rows[5].text = '¡mPGA¿ï¤âÀA¼ÐÁÉ¡n±j­·±»Å@ ¦ã©i´µÂ«¤W»â¥ý';
	rows[5].link = 'today-sp6.htm';
																										
	rows[6].text = '¡m°ê»Ú°ª¤¤Äx²yÁÉ¡n¥xÆW¶¤Ån¬A ¨k¤kÂù«a';
	rows[6].link = 'today-sp7.htm';
																										
	rows[7].text = '¡mNCAA¡nºÌ¹H¤Q¦~ UCLA¥´¶i¥|±j';
	rows[7].link = 'today-sp8.htm';
																										
	rows[8].text = 'º}«GÄ_¨© ¤K¸¹²y±Æ²Ä¤@';
	rows[8].link = 'today-sp9.htm';
																										
	rows[9].text = '§Ö¸¥³æ©u40³Ó³æ©u';
	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 = '¶Àª÷´Á³f¤µ¤W¸ô ­º³Ð²{ª÷¥æ³Î';
	rows[0].link = 'today-e1.htm';
																										
	rows[1].text = '¶}µoª÷¸³¨Æ·|¥»¶g¤£¶} °]³¡¡J³w¦æ¥l¶}';
	rows[1].link = 'today-e2.htm';
																										
	rows[2].text = '¬ü29¤é¥i¯à¦A¤É®§1½X';
	rows[2].link = 'today-e3.htm';
																										
	rows[3].text = '³Ò°Ê¬£»ºªk ³Ò¹Î¤£¦P½Õ';
	rows[3].link = 'today-e4.htm';
																										
	rows[4].text = '¤µ¦~¤H¤O¬£»º ª÷¿Ä«OÀI·~°ª®p';
	rows[4].link = 'today-e5.htm';
																										
	rows[5].text = '¡m°ê±¡±K½X¡n¬F©²À£ªo»ù CPIÀò±±¨î';
	rows[5].link = 'today-e6.htm';
																										
	rows[6].text = '°Ó«~¦ÛÀç ­P³ÓÃöÁä';
	rows[6].link = 'today-e7.htm';
																										
	rows[7].text = '¤¤¿û«O¦u»â¾É ¦æ±¡¬Ý¨«²´';
	rows[7].link = 'today-e8.htm';
																										
}
menu = null;

menu = getMenu('stock');
menu.layer = 8;
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´H­· ¦Ñ»È¦æ¤]ÎG¶Û';
	rows[0].link = 'today-stock1.htm';
																										
	rows[1].text = '¡m¤@¶g¹j©î¡n¹w´Á¤É®§ §Q²v¨«´­';
	rows[1].link = 'today-stock2.htm';
																										
	rows[2].text = '¡m¤@¶gª÷»ù¡n½L¾ãÁÍ°í µu½u¬Ý¦h';
	rows[2].link = 'today-stock3.htm';
																										
	rows[3].text = '¡m¤@¶g¶×²v¡n¥«³õÆ[±æ ªi°Ê¦³­­';
	rows[3].link = 'today-stock4.htm';
																										
	rows[4].text = '°ªªÑ®§»¤¤H ¨È¤Ó³Ì¬Ý¦n';
	rows[4].link = 'today-stock5.htm';
																										
	rows[5].text = 'ªo»ù²r¶Ê «XªÑ¤Sµo«Â';
	rows[5].link = 'today-stock6.htm';
																										
	rows[6].text = '©Ð¦a²£ÃþªÑ ­»´ä¤õ¨®ÀY';
	rows[6].link = 'today-stock7.htm';
																										
	rows[7].text = '¡m°òª÷¸g²z¤H·|«È«Ç¡n¼¯®Ú´IªL©ú§fÀR©É¡J¤éªÑ ¯d·Nªñ¤é¶RÂI';
	rows[7].link = 'today-stock8.htm';
																										
	rows[8].text = '®i±æQ2 ¥|¤ë¤Ï¼u¤­¤ëÃ­';
	rows[8].link = 'today-stock9.htm';
																										
	rows[9].text = '°ªªÑ®§ ¥i§G§½ ¹q¤lªÑ ³{§C¶i';
	rows[9].link = 'today-stock10.htm';
																										
	rows[10].text = 'DDR2¥[«ù DRAMÂ\²æÅ]©G';
	rows[10].link = 'today-stock11.htm';
																										
	rows[11].text = '¡m´Á«üÆ[´ú¯¸¡n­×¥¿®æ§½ ¤U¶^¦M¾÷¥¼°£';
	rows[11].link = 'today-stock12.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 = 'µI¤Æ¼t¤Ó¦h ¦Ë¿¤¼t°±«Ø';
	rows[0].link = 'today-t1.htm';
																										
}
menu = null;

menu = getMenu('show');
menu.layer = 12;
menu.menuLayer = 0;
menu.rows = new Array(16);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = 'ªLº³Á¢°½¬Ý¦¶§µ¤Ñ °Ú!§¤¨ì´CÅé°Ï';
	rows[0].link = 'today-show1.htm';
																										
	rows[1].text = '¾G¨q¤å·d¦Û³¬ ¥¼·í¼v¦Z¥ý·íÂF¦Z';
	rows[1].link = 'today-show2.htm';
																										
	rows[2].text = '®ã´¼«Ì ­ú­Ë¨¥©Ó¦°Ãh¸Ì';
	rows[2].link = 'today-show3.htm';
																										
	rows[3].text = 'Jolin­¸¼Ú©çMV ©é©P¸³·m²Ä¤@';
	rows[3].link = 'today-show4.htm';
																										
	rows[4].text = '©PµØ°·µóÀY³y¶Õ ¥Á²³¥u·Q¶R¶À³Ê';
	rows[4].link = 'today-show5.htm';
																										
	rows[5].text = '¯»µ·À½Ãz «¸¦Ü«·¨üÃd­YÅå';
	rows[5].link = 'today-show6.htm';
																										
	rows[6].text = '¤ý¤ß­â±Ð»R ³­ÅªªÌ¹L·M¤H¸`';
	rows[6].link = 'today-show7.htm';
																										
	rows[7].text = '°ê¤ù·s¦å 3¬ü¨q®ð½èötºt§Þ';
	rows[7].link = 'today-show8.htm';
																										
	rows[8].text = '¤_«aµØ¦ÛÃz ¶Â¹D´M¤³§¾ªÑ¶}ªá';
	rows[8].link = 'today-show9.htm';
																										
	rows[9].text = '»È¦â·R«Q ¦P©~µL¸o²¢»e¸U·³';
	rows[9].link = 'today-show10.htm';
																										
	rows[10].text = '¥ð¸¯Äõ¼K«¦±·©ú¬P °Ò¸¦¼¯¨à¤W§É¶ê¹Ú';
	rows[10].link = 'today-show11.htm';
																										
	rows[11].text = '³Í¤å¬ì´µ¯Ç ÅD©~ÀY¸¹¶û¥Ç';
	rows[11].link = 'today-show12.htm';
																										
	rows[12].text = '§J¹p®æ­A¯«¯µ Ä²´CÀY©Û´cµû';
	rows[12].link = 'today-show13.htm';
																										
	rows[13].text = '³Í¯S¼¯µ·Ãø§Ñ©¼¯S ºÆ¨g¼K«¦';
	rows[13].link = 'today-show14.htm';
																										
	rows[14].text = '§õ§µ²ú²Ö±BÀY «æµÛ§ä¦Ñ¤½';
	rows[14].link = 'today-show15.htm';
																										
	rows[15].text = '¹a¤ì¨È¬ü½æ¤£¦n ¦³·N´«ªF®a';
	rows[15].link = 'today-show16.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°¨­^¤E³X¬ü¨¥½×³B³Bª¼ÂI';
	rows[0].link = 'today-s1.htm';
																
	rows[1].text = '¡m¦Û¥Ñ½Í¡n°¨²Î¥ý¥Í';
	rows[1].link = 'today-f1.htm';
																
	rows[2].text = '¡mÃôÃò¶°¡nÅv¤O±þ¤H¡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 = '±µ¨ì°h´Ú¹q¸Ü¡K °ü¤H³QÄF2130¸U';
	rows[0].link = 'today-taipei1.htm';
																										
	rows[1].text = '¤hªL¥_§ë¥d¦n º¡µó¶]';
	rows[1].link = 'today-taipei2.htm';
																										
	rows[2].text = '±M°Ï¹}¾i ¦Ñ¥~¬°µóª¯½Ð©R';
	rows[2].link = 'today-taipei3.htm';
																										
	rows[3].text = 'ª÷­èÄ_Ä_¼y¥Í ²×¨­¤j¨Æ¦³±æ';
	rows[3].link = 'today-taipei4.htm';
																										
	rows[4].text = '¤¤ºÝÀç¹BÁ`³¡³]°ò¶© ¬Q°Ê¤g';
	rows[4].link = 'today-taipei5.htm';
																										
	rows[5].text = '¥xÆW¹D±ÐÁ`·| ²H¤ô¦¨¥ß';
	rows[5].link = 'today-taipei6.htm';
																										
	rows[6].text = '«ô³X²H¤ô¥jÂÝ ¯ùÄ±¬K¤Ñ®ð®§';
	rows[6].link = 'today-taipei7.htm';
																										
	rows[7].text = '¿¤ªø©xªóÅÜÃÀ¤å¤¤¤ß ¿¤ªø½æµeÄw¿ú';
	rows[7].link = 'today-taipei8.htm';
																										
}
menu = null;

menu = getMenu('north');
menu.layer = 12;
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 = '®M¸Ë®ü¬¥¦]ÂÃ¿Ç³U ®üÃö¡G¨Ó³o®M¡I';
	rows[0].link = 'today-north1.htm';
																										
	rows[1].text = '³q½r¤k¬r¥Ç³Q¶e ©M¨k¤Í¤¬«r';
	rows[1].link = 'today-north2.htm';
																										
	rows[2].text = '®ç¥«»R«È«ù¤j³Â¡B©Ô¢Ù Äµ¤è¤j±½¿º';
	rows[2].link = 'today-north3.htm';
																										
	rows[3].text = '¦Û¦vÂI¥Ë´µ °ü¤k­«¶Ë';
	rows[3].link = 'today-north4.htm';
																										
	rows[4].text = '¤j­·®ö©]Å§ Ä¬¿Dº®²îÀÁ²L10¦h¤p®É';
	rows[4].link = 'today-north5.htm';
																										
	rows[5].text = '¤÷±¾¦W¶R¨®¶W³t ¤k¨à®Á³æµô©w§K»@';
	rows[5].link = 'today-north6.htm';
																										
	rows[6].text = '¡mªÀ·|¶Ç¯u¡nµ²¹Ù°½¹qÆl³Q°l®· ¥á¤U¶_º~';
	rows[6].link = 'today-north7.htm';
																										
}
menu = null;

menu = getMenu('center');
menu.layer = 13;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(6);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '³¯«C¨q Åý¤ý¥Ð¨½ÅE¨­Àô«OªÀ°Ï';
	rows[0].link = 'today-center1.htm';
																										
	rows[1].text = '¸õ¥x¤]°½¡I ¤j¶®´åªa¦À²bªÅ';
	rows[1].link = 'today-center2.htm';
																										
	rows[2].text = '¤Ô¹Øµs¹Ó ¶}«õ¼X¹Ó ´Ã§÷¥~ÅS';
	rows[2].link = 'today-center3.htm';
																										
	rows[3].text = '¥Ð¶¡¤jµs ¦a¤U¹q½u¡B¹A¾÷¨ã°½¥ú';
	rows[3].link = 'today-center4.htm';
																										
	rows[4].text = '¤¤°ê°t°¸³QÄF¦Ê¾l¸U ¾D¹J´dºG';
	rows[4].link = 'today-center5.htm';
																										
	rows[5].text = '¥«³õ¤º»E½ä ­t³d¤H¡B½ä«È°e¿ì';
	rows[5].link = 'today-center6.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 = 'ªF´ä¦A³y¬õÀY²î ¦w©w¤õ¿N¤j¤ý²î';
	rows[0].link = 'today-south1.htm';
																										
	rows[1].text = '¤C¦~¯Å¥Í¦Ê³f½M«÷ ¦Ê¸U¤¸Â§¨é °²ªº';
	rows[1].link = 'today-south2.htm';
																										
	rows[2].text = 'Äµ¤è´M¤H¹F°} ³Q®aÄÝ·í§@¶BÄF';
	rows[2].link = 'today-south3.htm';
																										
	rows[3].text = 'Æ{¤k¶}¨®¸¨±V ´Mµu ­ì¥ÁÄµ¹î±Ï¤H ¦³¥\';
	rows[3].link = 'today-south4.htm';
																										
	rows[4].text = 'Äµ§½ªþªñ¡K ¤f¨¤°l±þ';
	rows[4].link = 'today-south5.htm';
																										
	rows[5].text = '¨®º×¨ü¶Ë¡K ©ä§úÂÃ¬r';
	rows[5].link = 'today-south6.htm';
																										
	rows[6].text = '7¤H1ºÛ¡K ¶°Åé§l¬r';
	rows[6].link = 'today-south7.htm';
																										
}
menu = null;

menu = getMenu('o');
menu.layer = 6;
menu.menuLayer = 0;
menu.rows = new Array(11);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥xÆW¥¿Åé¦r ±NÃbÂ_°ê»Ú¥«³õ';
	rows[0].link = 'today-o1.htm';
																										
	rows[1].text = '©t¥ß´N¬O¿W¥ß';
	rows[1].link = 'today-o2.htm';
																										
	rows[2].text = '¡mª÷ùÚÞm±MÄæ¡n°¨¤ó´A¬ü­°¤¤¤Ï¥x';
	rows[2].link = 'today-o3.htm';
																										
	rows[3].text = '½Ö§|¤F¤@»õ¤@¤d¤C¦Ê¸U¡H';
	rows[3].link = 'today-o4.htm';
																										
	rows[4].text = '¶§¥úAMC ª÷¿Ä³±¼v';
	rows[4].link = 'today-o5.htm';
																										
	rows[5].text = '®H¨½¡AÁÂÁÂ!';
	rows[5].link = 'today-o6.htm';
																										
	rows[6].text = '¦³ºØ ¤U¦¸§â°êºX®³¥X¨Ó';
	rows[6].link = 'today-o7.htm';
																										
	rows[7].text = '¤£­n¹G¤Ï¥xÆW¤H ¦n¯º¡I';
	rows[7].link = 'today-o8.htm';
																										
	rows[8].text = '°¨­^¤E¦ó¤£½Í»X¥j';
	rows[8].link = 'today-o9.htm';
																										
	rows[9].text = '¦Ñ®v¡A¥L¬O¤£¬O¥û¤â¡H';
	rows[9].link = 'today-o10.htm';
																										
	rows[10].text = '¾ß©U§£³Õ¤h';
	rows[10].link = 'today-o11.htm';
																										
}
menu = null;

if (showWeekly == false)
{
	menu = getMenu('supplement');
	menu.layer = 13;
	menu.menuLayer = 0;
	menu.rows = new Array(8);
	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 = '¦n«~¨ý¡@¡@¡@¡÷';
		rows[1].submenu = 'living';
		rows[1].link = 'today-living1.htm';
	
		rows[2].text = '®a®x¨â©Ê¡@¡@¡÷';
		rows[2].submenu = 'family';
		rows[2].link = 'today-family1.htm';
	
		rows[3].text = '°·±dÂåÀø¡@¡@¡÷';
		rows[3].submenu = 'medicine';
		rows[3].link = 'today-medicine1.htm';
	
		rows[4].text = '¦Û¥Ñ°Æ¥Z¡@¡@¡÷';
		rows[4].submenu = 'article';
		rows[4].link = 'today-article1.htm';
	
		rows[5].text = '«C¬K¬ü¡@¡@¡@¡÷';
		rows[5].submenu = 'young';
		rows[5].link = 'today-young1.htm';
	
		rows[6].text = 'ÃÀ³N¤å¤Æ¡@¡@¡÷';
		rows[6].submenu = 'art';
		rows[6].link = 'today-art1.htm';
	
		rows[7].text = '¥ð¶¢®È¹C¡@¡@¡÷';
		rows[7].submenu = 'travel';
		rows[7].link = 'today-travel1.htm';
	}
	menu = null;
}

menu = getMenu('fashion');
menu.layer = 13;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(2);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '2006Á¢µ·¨g¼é';
	rows[0].link = 'today-fashion1.htm';
																										
	rows[1].text = '¥dº¸·f´º ­»©`¨à°ª¯Å­q»sªA¨È¬w­º¨q';
	rows[1].link = 'today-fashion2.htm';
																										
}
menu = null;

menu = getMenu('living');
menu.layer = 14;
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 = '150¸U¯Å¼w°ê°ªÀÉ±È­I¨® ¤j¹ï§Ü<br>Audi A3 Sportback 2.0 TDI vs. BMW 120i';
	rows[0].link = 'today-living1.htm';
																										
}
menu = null;

menu = getMenu('family');
menu.layer = 15;
menu.parentMenu = 'supplement';
menu.menuLayer = 1;
menu.rows = new Array(3);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '10¤j¦u«h ¦Y³½¤~°·±d';
	rows[0].link = 'today-family1.htm';
																										
	rows[1].text = '©d¤l¤£·Q°µ·R ¤@¦~¥u°µ4¦¸';
	rows[1].link = 'today-family2.htm';
																										
	rows[2].text = '®ø¶O¤j¨Æ¶g³ø';
	rows[2].link = 'today-family3.htm';
																										
}
menu = null;

menu = getMenu('medicine');
menu.layer = 16;
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 = '¯ØÅ¦  «æ©Êµoª¢·|­n©R';
	rows[0].link = 'today-medicine1.htm';
																										
	rows[1].text = '¬O§_¿©±wÀù¯g¡H¼v¹³ÀË¬d¸û¥i¾a';
	rows[1].link = 'today-medicine2.htm';
																										
	rows[2].text = '¨­Åé¶V­D  ¶V®e©ö¼vÅT°·±d';
	rows[2].link = 'today-medicine3.htm';
																										
	rows[3].text = '¤¤Âåªv°ª¦åÀ£  ­º­«¸z¹DºZ³q';
	rows[3].link = 'today-medicine4.htm';
																										
	rows[4].text = '°©Àf°·±d  ¬Ý±K«× ÁÙ­n¬Ý«~½è';
	rows[4].link = 'today-medicine5.htm';
																										
}
menu = null;

menu = getMenu('article');
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 = '¥Ñ©ó¨k¤H³£¤£¦b¤F.¤W';
	rows[0].link = 'today-article1.htm';
																										
	rows[1].text = '¦bµf¥J¥Ð¹J¨ìµf¤k';
	rows[1].link = 'today-article2.htm';
																										
	rows[2].text = '¬d¯÷´ì´µ¬Ó®c';
	rows[2].link = 'today-article3.htm';
																										
	rows[3].text = '»s³y¶Â·tªº¤â¹qµ©';
	rows[3].link = 'today-article4.htm';
																										
	rows[4].text = '·RÅª®Ñ';
	rows[4].link = 'today-article5.htm';
																										
}
menu = null;

menu = getMenu('young');
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 = '¬K®L¤@¬£¹Ú¤ÛµØÄR  ·s´Ú¹¢«~';
	rows[0].link = 'today-young1.htm';
																										
}
menu = null;

menu = getMenu('art');
menu.layer = 19;
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 = '¶°µ²¥x¡Bªk¡B¼w¡B´ä¥|¦a°ê»Ú¥d¥q<br>º~­ð¼Ö©²¡m¬¥¯«½á¡n¤d©I¸U³ê©l¥X¨Ó';
	rows[0].link = 'today-art1.htm';
																										
	rows[1].text = '·í¥NÃÀ³N¨«¥X¬ü³NÀ]  ÃÀ³N®a¶}¨FÀs·d¤å³Ð';
	rows[1].link = 'today-art2.htm';
																										
	rows[2].text = '¥ì²ú²ï¥Õ¤k¤ý¤jÁÉ¤p´£µ^»ÈµP±o¥D<br>´¿¯Õ¤¸¤ñÁÉ¹êªpCD­º«×µo¦æ';
	rows[2].link = 'today-art3.htm';
																										
	rows[3].text = '¥ú¼v®Ñ¼g ¥xÆW¬G¦³­·±¡';
	rows[3].link = 'today-art4.htm';
																										
	rows[4].text = '³ß®®¼½©ñ¾¹  ²¾°Ê¦¡¤½¦@ÃÀ³N®i';
	rows[4].link = 'today-art5.htm';
																										
}
menu = null;

menu = getMenu('travel');
menu.layer = 20;
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 = '°l´M¡y¶ÆºC»P°¾¨£¡z ±´³X­^®æÄõ°ß¬ü¶mÂí';
	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;
}
//====================  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';
}