//===========================================================================
//°ò¥»³]©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('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(10);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '°¨¤p¤E®× °h¦^¯S¤ä¶O ¤´±N¬d¥Ç·N';
	rows[0].link = 'today-fo1.htm';
																										
	rows[1].text = '¤Ï³g°Z¦³¨â®M¼Ð·Ç ºñ«P¡u°¨§Q¥S§Ì¡v¤@°_¤U¥x';
	rows[1].link = 'today-fo2.htm';
																										
	rows[2].text = '°¨ÀÀ¥H­Ó¤H¨­¤ÀÄU³\ÃãÂ¾';
	rows[2].link = 'today-fo3.htm';
																										
	rows[3].text = '´£¨Ñ§Ú²Ä¤@¤â±¡¸ê ¥~°ê©x­û»â°ê°È¶O';
	rows[3].link = 'today-fo4.htm';
																										
	rows[4].text = '­Ë«óvs.®¼«ó ªL¸q¶¯¡J¤j®a­n¤Ï¬Ù';
	rows[4].link = 'today-fo5.htm';
																										
	rows[5].text = '³ø¬£¤¤¶¡¤H §õ»·­õ¡G´CÅé³£¦b»¡ÁÀ';
	rows[5].link = 'today-fo6.htm';
																										
	rows[6].text = '½Ð¤ý²Õ»Õ¶Ü §õµn½÷¡GªÖ©éªº¤H³£¦n';
	rows[6].link = 'today-fo7.htm';
																										
	rows[7].text = 'Ä¬¦Û¤ñ¹A¤Ò ·|§V¤O¤u§@';
	rows[7].link = 'today-fo8.htm';
																										
	rows[8].text = '¦h¼Æ²Õ»Õ¡H ´å«æ·À¤õ';
	rows[8].link = 'today-fo9.htm';
																										
	rows[9].text = '¬I¡G¤£²ÕÄÒ¡B¤£°Ñ¿ï';
	rows[9].link = 'today-fo10.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 = '³ò§ð§ï´²¨B ¤ý¨ô¶v¡J±NÅXÂ÷';
	rows[0].link = 'today-p1.htm';
																										
	rows[1].text = 'Ä¬´}¡JÄ@»P°¨¡B¬I·|°Ó ¸Ñ¨M¬Fª§';
	rows[1].link = 'today-p2.htm';
																										
	rows[2].text = '°õªk¹L·í¡H «n¥«Äµ¡J¨Ì³W©w¬d³B';
	rows[2].link = 'today-p3.htm';
																										
	rows[3].text = '³Í¹D´þÂZ¤¤¤ÑÂà¼½ ÁÂ¬±©÷¨ì®×«áÄÀ¦^';
	rows[3].link = 'today-p4.htm';
																										
	rows[4].text = '921¾Ç¥Íªø¸÷µ²§ô';
	rows[4].link = 'today-p5.htm';
																										
	rows[5].text = '¥xÆW°ê¹B°Ê 2008²o¤â¼g¾Ëªk';
	rows[5].link = 'today-p6.htm';
																										
	rows[6].text = '°¨©Ô«ÂÁ`²Î©IÆ~Áp°ê±µ¯Ç¥xÆW';
	rows[6].link = 'today-p7.htm';
																										
	rows[7].text = '±i«T¶¯¡J®ü°ò·|¤´¦³¦s¦b»ù­È';
	rows[7].link = 'today-p8.htm';
																										
	rows[8].text = '¦Û¥Ñ®É³øÁn©ú';
	rows[8].link = 'today-p9.htm';
																										
}
menu = null;

menu = getMenu('int');
menu.layer = 4;
menu.menuLayer = 0;
menu.rows = new Array(7);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = "¤E¦¨¤é¤H ¼~¤¤°ê­x¨Æ§¤¤j";
	rows[0].link = 'today-int1.htm';
																										
	rows[1].text = "®õÁ{®ÉÁ`²z ­x¤è«æ´M¤å©x¥X¥ô";
	rows[1].link = 'today-int2.htm';
																										
	rows[2].text = "¥é¥Õ®c¼Ò¦¡ ¦w­¿¦¬Åó¤jÅv";
	rows[2].link = 'today-int3.htm';
																										
	rows[3].text = "¼w°êºÏ¯B¦C¨® ¸Õ¨®·N¥~¤Q¤­¤H³à¥Í";
	rows[3].link = 'today-int4.htm';
																										
	rows[4].text = "³B¨M¤Ñ¥D±Ð®{ ¦L¥§¦AÃz½Ä¬ð";
	rows[4].link = 'today-int5.htm';
																										
	rows[5].text = "¸Ø¤f±Ï¦a²y ­^´I»¨±N§ë¸êªñ¤d»õ";
	rows[5].link = 'today-int6.htm';
																										
	rows[6].text = "¡m¤¤­^¹ï·ÓÅª·s»D¡nIn the name of the lager...beer used in British church ad campaign ¥H²H°à°s¤§¦W¡K°à°s³Q¥Î¦b­^°ê±Ð·|ªº¼s§i«Å¾É¬¡°Ê";
	rows[6].link = 'today-int7.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 = '·R¤W®õ³Ò ±ö¶}6«×¥~¥æ³¡¤£­ã';
	rows[0].link = 'today-so1.htm';
																										
	rows[1].text = '4100¸U±mª÷±o¥D¾D¸j¬[ «ü¾F©~¥N»â¼úª÷©Ûº× ¼Ö³z±o¥D»¡ªk¡uÂ÷ÃÐ¡v';
	rows[1].link = 'today-so2.htm';
																										
	rows[2].text = '¤k§_»{¬°°]¾Ûµc ¡u·Q¬Ý®a¤Hµh­W¡v';
	rows[2].link = 'today-so3.htm';
																										
	rows[3].text = '³¯¸U³s¼Y¼Ó©R®× ºÃ¬O¸õ¼Ó¦Û±þ';
	rows[3].link = 'today-so4.htm';
																										
	rows[4].text = 'Ä~¤÷®³ÃÃ±ø¨g©â ¬¡¬¡¥´¦º4·³¤k';
	rows[4].link = 'today-so5.htm';
																										
	rows[5].text = '«n¥«¤¯·R¤§®a¹ú®×  Án©ã¥Á¬F§½ªø½²¼e¸Î';
	rows[5].link = 'today-so6.htm';
																										
	rows[6].text = 'ÃØ¤k¬P1.6»õªÑ²¼ ®]¹D¦s§PÃº1.3»õÃØ»Pµ|';
	rows[6].link = 'today-so7.htm';
																										
	rows[7].text = '³¯±ÒÂ§«e¯µ®Ñ ²Õ¶W¶U¶°¹Î';
	rows[7].link = 'today-so8.htm';
																										
	rows[8].text = 'ªá¦Ê¸U¶R¾c?°²¨ê¥d§lª÷';
	rows[8].link = 'today-so9.htm';
																										
	rows[9].text = '­º¦¸¶}®x ¼B®õ­^¥X®x';
	rows[9].link = 'today-so10.htm';
																										
	rows[10].text = '¬ª±K¹Ï§Q §õ¶i¸Û§_»{';
	rows[10].link = 'today-so11.htm';
																										
}
menu = null;

menu = getMenu('life');
menu.layer = 9;
menu.menuLayer = 0;
menu.rows = new Array(9);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '®ø°ò·|¡Jªo»ùÀ³¦A­°3¤¸';
	rows[0].link = 'today-life1.htm';
																										
	rows[1].text = '¥@¬É²Ä¤@¤ü ¡u¦W¼Ò¡v±M´ª¬õ¤õÃÆ';
	rows[1].link = 'today-life2.htm';
																										
	rows[2].text = '¤Ú®_¯Ï¦Ñ±Ð¥À»y ©^Äm¾l¥Íµ¥µL¤H';
	rows[2].link = 'today-life3.htm';
																										
	rows[3].text = '¯ªÆF²½Äl¥D±q¯Ê ªò±Ú¥ý¥Í¶ýÂ_¼h';
	rows[3].link = 'today-life4.htm';
																										
	rows[4].text = '±ó¥Õ»â¦Ê¸U¦~Á~ ¤@¶ê¼p®v¹Ú';
	rows[4].link = 'today-life5.htm';
																										
	rows[5].text = '¶i¤fµ²¼Ù¤l ¶T©ö³ø´_ ¤¤°êÀW¥X©Û';
	rows[5].link = 'today-life6.htm';
																										
	rows[6].text = '°â²¼¹C¼Ö°Ï ©ú¦~°_¸T§K¬~À\¨ã';
	rows[6].link = 'today-life7.htm';
																										
	rows[7].text = '¤ÑªÅªº³½¥XÂd§U¦P§Ó ¶Ô¶]®y½Í';
	rows[7].link = 'today-life8.htm';
																										
	rows[8].text = 'ÀÝ¥ÎRU486¼Z­L ÀW¶Ç°e©R';
	rows[8].link = 'today-life9.htm';
																										
}
menu = null;

menu = getMenu('sp');
menu.layer = 10;
menu.menuLayer = 0;
menu.rows = new Array(13);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¤s¶ð¯Çµ¥µÛ«Ø¥J';
	rows[0].link = 'today-sp1.htm';
																										
	rows[1].text = '¹D©_¾à®üµs ¥~¥d²Ä¤@';
	rows[1].link = 'today-sp2.htm';
																										
	rows[2].text = '«¸«Ø»Ê ©ú¥´ªê';
	rows[2].link = 'today-sp3.htm';
																										
	rows[3].text = '´¿¥ü»¨¾×¤U¥¬¹p 5³s³Ó';
	rows[3].link = 'today-sp4.htm';
																										
	rows[4].text = '¤£º¡ªñ¨­²y¦ø­Ô ¦Ñ¨¹­n¨D·àÃg³B';
	rows[4].link = 'today-sp5.htm';
																										
	rows[5].text = '´ö©i¦A¨£¦w ¶H±Ñ';
	rows[5].link = 'today-sp6.htm';
																										
	rows[6].text = '¡mµÜ¼w¬×¡n¦n­Ó¦ò·ç§J §U¥î¯÷´_¤³';
	rows[6].link = 'today-sp7.htm';
																										
	rows[7].text = '§»ùÖ°ê»Ú·~¾lÁÉ ¤p©g¤lÂ«²Ä¤@';
	rows[7].link = 'today-sp8.htm';
																										
	rows[8].text = '¤é¥»®à²yÁÉ ¤p²ø³æÂù¥´±o·N';
	rows[8].link = 'today-sp9.htm';
																										
	rows[9].text = '«Âº¸´µ¦Û¥Ñ¨­ ±´¸ô¼ö¤õ';
	rows[9].link = 'today-sp10.htm';
																										
	rows[10].text = '¦L«×ºô¾ÂÂù¶¯ ¬°¦oÂ½Áy';
	rows[10].link = 'today-sp11.htm';
																										
	rows[11].text = 'ª¼´Î³sÅQ Á`²Î±µ¨£';
	rows[11].link = 'today-sp12.htm';
																										
	rows[12].text = '¤½¯qÄxÁÉ ¥D¼½¡BÃÀ¤H¤µ¹L©Û';
	rows[12].link = 'today-sp13.htm';
																										
}
menu = null;

menu = getMenu('e');
menu.layer = 7;
menu.menuLayer = 0;
menu.rows = new Array(6);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¥d¤Í·|A¿ú ²{ª÷¦^õX¤jÁY¤ô';
	rows[0].link = 'today-e1.htm';
																										
	rows[1].text = '«e8¤ë¥¢·~²v3.92% ¤»¦~·s§C';
	rows[1].link = 'today-e2.htm';
																										
	rows[2].text = '8¤ë©Ð¶U ¸û¥h¦~¦P´Á¼W150»õ';
	rows[2].link = 'today-e3.htm';
																										
	rows[3].text = 'ªá¥ø»P¥~¸êÃ±¸p53»õ¼W¸ê®×';
	rows[3].link = 'today-e4.htm';
																										
	rows[4].text = '»\¯÷­º´I ½ä³õ¤j¦ë²Ä¤T';
	rows[4].link = 'today-e5.htm';
																										
	rows[5].text = '¼B·s±R ³æ¤ë¦þ¦¬500¸U';
	rows[5].link = 'today-e6.htm';
																										
}
menu = null;

menu = getMenu('stock');
menu.layer = 8;
menu.menuLayer = 0;
menu.rows = new Array(5);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¤¤µØ¹qÄÀªÑ ¨C¤H­­ÁÊ2±i';
	rows[0].link = 'today-stock1.htm';
																										
	rows[1].text = '¡m°ê»ÚªÑ¥«¡n¼ÚªÑ¤È½L¤U¶^ ¨ÈªÑ¨«§C';
	rows[1].link = 'today-stock2.htm';
																										
	rows[2].text = 'ëä¼wECB ¶Ç¬P¨p¶Ò°òª÷»{ÁÊ';
	rows[2].link = 'today-stock3.htm';
																										
	rows[3].text = 'PS3­°»ù¨â¦¨ Xbox±À§C»ùª©';
	rows[3].link = 'today-stock4.htm';
																										
	rows[4].text = 'ªF¨Ê¹qª±®i ¥xÆWÀ]·m°Ó¾÷';
	rows[4].link = 'today-stock5.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¯S¤ä¶O ¶RÂ§«~¾i°¨¤p¤E';
	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 = '«J¨Ø§Â µo¾Ä½m¼pÃÀ ¤À¤â¨®·Ó¥Î ¥q¾÷«D©P¸³';
	rows[0].link = 'today-show1.htm';
																										
	rows[1].text = '©ú¹D¤ý²Ð°¶ ¤jÀY¯gµo§@';
	rows[1].link = 'today-show2.htm';
																										
	rows[2].text = '¿½²Q·V¤£²n¾D³]­p ´ªª£§@ÂÃÃè¤H';
	rows[2].link = 'today-show3.htm';
																										
	rows[3].text = '§¾§¾³Q®üK ¥ÕÝõ´fµh§Ö';
	rows[3].link = 'today-show4.htm';
																										
	rows[4].text = '­W½m¤j´£µ^ ®}­YÞ±¯}¥Ö³B¤k¨q';
	rows[4].link = 'today-show5.htm';
																										
	rows[5].text = 'º¿¤¦®R«lºq ´Â¸t¬P¼ö»R';
	rows[5].link = 'today-show6.htm';
																										
	rows[6].text = '®R¤@©] §õ¹ÅªY&³\®Ê¦ë¤â²o¤â';
	rows[6].link = 'today-show7.htm';
																										
	rows[7].text = '§f¨q½¬¿v¹Ú ¾Éºt¬ß¤ÅªÅ½Í';
	rows[7].link = 'today-show8.htm';
																										
	rows[8].text = 'ªüè®¼Ö¹Î°«´¼ ¥x¤j®Õ¤Í¬Û´Ý';
	rows[8].link = 'today-show9.htm';
																										
	rows[9].text = '¤¤¤Ñ¹G¿ïÃä ³³¤lªíºA¤¤¥ß';
	rows[9].link = 'today-show10.htm';
																										
	rows[10].text = 'µo­ô©Ü¶Àª÷¥Ò Á»¿Ì¤pª÷¤H';
	rows[10].link = 'today-show11.htm';
																										
	rows[11].text = '³Í¸¦¥Ï±¼ªü´ö­ô ¸Ë»¶©f·R¨©§Jº~';
	rows[11].link = 'today-show12.htm';
																										
	rows[12].text = 'ªÝ¾¤µ·¸£³UªÅªÅ»{²Â';
	rows[12].link = 'today-show13.htm';
																										
	rows[13].text = 'ª÷´¹®¦¤£§ÒÅÜÁy ¾ã§ÎÃÐÅÊ¦±';
	rows[13].link = 'today-show14.htm';
																										
	rows[14].text = 'ª÷´¹®¦ ¤½¶}§_»{·R«¢¤j³Â';
	rows[14].link = 'today-show15.htm';
																										
	rows[15].text = 'Åv¬Û¦ö¨v¹³ÅvµL¸Ñ ¤é¥»´CÅé«üÃø·d';
	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¬°­Ë«ó¸s²³¹B°Ê´M§ä°h³õ³~®|';
		rows[0].link = 'today-s1.htm';
																	
	rows[1].text = '¡m¦Û¥Ñ½Í¡n¬õ¡BÂÅ¡B¶Â';
	rows[1].link = 'today-f1.htm';
																
		rows[2].text = '¡mÃôÃò¶°¡n¬F¡DÅÜ';
		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(11);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '®«­ê­¸¨®·m§T ¦æ¾÷±ÑÅS';
	rows[0].link = 'today-taipei1.htm';
																										
	rows[1].text = '®ø¨¾­û·Ä¤ô®× Å]°­§U±Ð±jÀ£¤J¤ô';
	rows[1].link = 'today-taipei2.htm';
																										
	rows[2].text = '³ìªv°ªÂ¾§õ®¦»Ê µ½¦æÀòªí´­';
	rows[2].link = 'today-taipei3.htm';
																										
	rows[3].text = '¶}ºjÅ@¦Ñ¤j ¾á«Ë±l¸¨ºô';
	rows[3].link = 'today-taipei4.htm';
																										
	rows[4].text = '¤£­×²H¤ô®üÃö½XÀY ­x¤è±N®Á»@';
	rows[4].link = 'today-taipei5.htm';
																										
	rows[5].text = 'µ×®ä¨®¯¸ ¥xÅK­n­×¿¤©²»¡°±';
	rows[5].link = 'today-taipei6.htm';
																										
	rows[6].text = '¨­»Ù¥Í¦X¤O ³³ªO«÷¶K¦¨Àð';
	rows[6].link = 'today-taipei7.htm';
																										
	rows[7].text = '¦³·RµLÃª ´¼»Ù¥Í¯MµH¥X§Æ±æ';
	rows[7].link = 'today-taipei8.htm';
																										
	rows[8].text = '°ê»ÚµL¨®¤éµn³õ ¤µ¤Ñ¤£¶}¨®¡I';
	rows[8].link = 'today-taipei9.htm';
																										
	rows[9].text = '°O¿ý¥xÆW ºë±m¼v¤ù§K¶O©ñ°e';
	rows[9].link = 'today-taipei10.htm';
																										
	rows[10].text = '¤ôÀøÀ]«DªkÀç·~8¦~ Ä³­ûµh§å';
	rows[10].link = 'today-taipei11.htm';
																										
}
menu = null;

menu = getMenu('north');
menu.layer = 12;
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 = '®É³t221ötÄ¹ª½¤É¾÷ ¤£¼Ä·Ó¬Û¾÷';
	rows[0].link = 'today-north1.htm';
																										
	rows[1].text = '¦Ë¥«¨¾öt¸ôÀË §ì¨ì°ªÂ¾¥Í¬r³c';
	rows[1].link = 'today-north2.htm';
																										
	rows[2].text = '¤ÞÀº¸¹½X³Q¿i±¼ ¯«±´¸Ñ½X´M¨®¥D';
	rows[2].link = 'today-north3.htm';
																										
	rows[3].text = '»ù­È3500¸U´¹¤ù³Qµs §Q¾÷Äa½à§ì¸é';
	rows[3].link = 'today-north4.htm';
																										
	rows[4].text = '¦^¦­À\©±¤U¹AÃÄ Â÷Â¾­û¤u§P¦D';
	rows[4].link = 'today-north5.htm';
																										
	rows[5].text = '¾i¤÷¥S§Ì³sÄò©Ê«I°ê¤p¾i¤k ¤À§O­«§P';
	rows[5].link = 'today-north6.htm';
																										
	rows[6].text = 'ªÀ·|¶Ç¯u¡þ¯A§ï³yºj±ñ«ù¦w¬r ¨k¤l°e¿ì';
	rows[6].link = 'today-north7.htm';
																										
	rows[7].text = '¨®¤º¨S¿ú ¨D¸é§O¯}µ¡';
	rows[7].link = 'today-north8.htm';
																										
}
menu = null;

menu = getMenu('center');
menu.layer = 13;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(12);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '°ÅÄæ§ý°½¥Á¦v ¦åº{¬ª¨­¤À  Äµ¤è¾Ì1ºw¦å¯}®×';
	rows[0].link = 'today-center1.htm';
																										
	rows[1].text = '¤@°_¹B°Êªº©n©f²^ ¬Û¹j¤@¶g ¼Y¼Ó¤`';
	rows[1].link = 'today-center2.htm';
																										
	rows[2].text = '²§±`´£»â200¸U ¶l§½¾÷ÄµÄdºI';
	rows[2].link = 'today-center3.htm';
																										
	rows[3].text = '±C±C¶ý¶ý»E½ä 81·³ªüÀ¨§â­·';
	rows[3].link = 'today-center4.htm';
																										
	rows[4].text = '¥»³ø©ÜÅS ¥¢·~¨kµªÀ³®¶§@ ´NªA¤¤¤ß´C¤¶ ¥L­n¤W¯ZÅo';
	rows[4].link = 'today-center5.htm';
																										
	rows[5].text = '¾ß¥´¤õ¾÷ÆC¨®º× 3¦º2¶Ë®× ¾r¾p»P³Q®`¤H®aÄÝ©M¸Ñ ½w¦D';
	rows[5].link = 'today-center6.htm';
																										
	rows[6].text = '¼²¦º¤H°k¶h °í¤£»{¿ù ÃM¤hµL¤OÃº20¸U¥æ«Oª÷ ¦¬©ã';
	rows[6].link = 'today-center7.htm';
																										
	rows[7].text = '©é·~ÁZ§@°²±b 18¦æ­û½w°_¶D';
	rows[7].link = 'today-center8.htm';
																										
	rows[8].text = '¦Ë¬ñÁa¤õ¿N¾F©Ð ¾Ì¤õÂI¶e¦Ñ¯Î';
	rows[8].link = 'today-center9.htm';
																										
	rows[9].text = '¥¢±±40¤½¤Ø Ãâ¨®¼²¥Á¦v 1¦º';
	rows[9].link = 'today-center10.htm';
																										
	rows[10].text = '±þ©d¦Û­º ¸­°êªv§P14¦~6¤ë';
	rows[10].link = 'today-center11.htm';
																										
	rows[11].text = '¦Ñ¾F©~¤Ï¥Ø ¤C¦¯¦Ñ¯Î¥´¬[¤¬§i';
	rows[11].link = 'today-center12.htm';
																										
}
menu = null;

menu = getMenu('south');
menu.layer = 14;
menu.parentMenu = 'region';
menu.menuLayer = 1;
menu.rows = new Array(4);
with (menu)
{
	for (i=0; i<rows.length; i++)
		rows[i] = new Object();
																
	rows[0].text = '¤¤¤s°ª©Ý¼e ¹©ª÷¥æ¬y¹D 25¤é°_©w®É«Ê³¬';
	rows[0].link = 'today-south1.htm';
																										
	rows[1].text = '¾Á¤B½àÆN ¸}¨B­n§Ö';
	rows[1].link = 'today-south2.htm';
																										
	rows[2].text = '¡iÆ[¹îµ§°O¡j¼s§i­I¼v';
	rows[2].link = 'today-south3.htm';
																										
	rows[3].text = '¡mªÀ·|µuªi¡n§ì¡A¬yÅa';
	rows[3].link = 'today-south4.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 = '²Ä¥|ªk«ß ²Ä¤T¶Õ¤O';
	rows[0].link = 'today-o1.htm';
																										
	rows[1].text = '¡mª÷«íÞm±MÄæ¡n¬Fªv®a®a°s';
	rows[1].link = 'today-o2.htm';
																										
	rows[2].text = 'ºñ¦â»ù­È¸gÀÙµ¦²¤';
	rows[2].link = 'today-o3.htm';
																										
	rows[3].text = '¶_¸} ¦ºÅé¤Æ';
	rows[3].link = 'today-o4.htm';
																										
	rows[4].text = '®¥½Ð°¨¥D®u¤U¥x';
	rows[4].link = 'today-o5.htm';
																										
	rows[5].text = '¥Õ«Î ¤Ñ¥À¥Í¬¡·N¶H';
	rows[5].link = 'today-o6.htm';
																										
	rows[6].text = '¤Å§Ñ¤E¤G¤@';
	rows[6].link = 'today-o7.htm';
																										
	rows[7].text = '©h®§¾i¦l';
	rows[7].link = 'today-o8.htm';
																										
	rows[8].text = '°¨§Q¥S§Ì';
	rows[8].link = 'today-o9.htm';
																										
	rows[9].text = '¾v¸Tvs.Å@¾v';
	rows[9].link = 'today-o10.htm';
																										
	rows[10].text = '±Ð±ÂÃÀ¤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(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 = '¹C·s¦Ë®o¬Ü Àô©ê¤s¤ô¦@¤@¦â';
		rows[0].link = 'today-weekly1.htm';
																											
		rows[1].text = '½è¾ë«È®a§ø  ¯ù¬c»ôÄÆ­»';
		rows[1].link = 'today-weekly2.htm';
																											
		rows[2].text = '¦Ñ¦r¸¹¤é¥»®Æ²z ­«²{Ãh©Àªº´þ¨ý';
		rows[2].link = 'today-weekly3.htm';
																											
		rows[3].text = '¥­¥Á©M­·®Æ²z ¾ë¹ê¦Ñ©±¨£¬ü¨ý';
		rows[3].link = 'today-weekly4.htm';
																											
		rows[4].text = '¨gfun¼ö¤O ¶W¤H®ðÀu³ÓÄmµ´§Þ<br>¤ñ°ò¥§¬ü¤k¡D®üÅy«¬¨k¿ï©ÞÁÉ';
		rows[4].link = 'today-weekly5.htm';
																											
		rows[5].text = '7­«ÂI! ¬D¹ï°g§ANB!';
		rows[5].link = 'today-weekly6.htm';
																											
		rows[6].text = 'OFFICE ÀH¨­Äâ±a  ¼öªù°g§ANB¤j¾\§L';
		rows[6].link = 'today-weekly7.htm';
																											
		rows[7].text = '¤â¤u­»¨m  ¥´¨m®öº©¼ê¼ê¯D';
		rows[7].link = 'today-weekly8.htm';
																											
		rows[8].text = 'ªF°ÏSHOES ·j¬d½u';
		rows[8].link = 'today-weekly9.htm';
																											
		rows[9].text = '¿W®a³]­p¬ï¥X ¬½¸}¦â¡I';
		rows[9].link = 'today-weekly10.htm';
																											
		rows[10].text = '¦w¤£¥þ¦w´U¡S ¬D¿ï¯µ§Þ5¤j©Û¡I';
		rows[10].link = 'today-weekly11.htm';
																											
		rows[11].text = '¸¡¦Ù²r¨k¾Þ';
		rows[11].link = 'today-weekly12.htm';
																											
	}
	menu = null;
}
if (showHouse)
{
	menu = getMenu('house');
	menu.layer = 14;
	menu.menuLayer = 0;
	menu.rows = new Array(11);
	with (menu)
	{
		for (i=0; i<rows.length; i++)
			rows[i] = new Object();
																	
		rows[0].text = '®]°ê²» ¦ÛµMµÎ¾A®x¶é©~';
		rows[0].link = 'today-house1.htm';
																											
		rows[1].text = '¶i¾n©ú¬P¾Ç°Ï ±æ¤l¦¨Às';
		rows[1].link = 'today-house2.htm';
																											
		rows[2].text = '±ë«Ò±^ ¸`¯à«Ø¿v ¥¿¹ï600©W¤½¶é';
		rows[2].link = 'today-house3.htm';
																											
		rows[3].text = '®õ¹d¤@«~ ¨ì¤j§|ªw·Å¬u ¥u­n15¤ÀÄÁ';
		rows[3].link = 'today-house4.htm';
																											
		rows[4].text = '¼v­µ¦v§YÅÜ §¤¾Ö¹A¤Q¤»¥«¬F¯S°Ï';
		rows[4].link = 'today-house5.htm';
																											
		rows[5].text = '3©ÐÅÜ2©Ð ªø§Î¦Ñ¤½´J ¤@±½³±Åµ';
		rows[5].link = 'today-house6.htm';
																											
		rows[6].text = '©Ð¥«²Ä 4©u ¬Fªv¯ÉÂZ¦¨ÅÜ¼Æ';
		rows[6].link = 'today-house7.htm';
																											
		rows[7].text = '¤­«Ò¿ú ¤Æ¸Ñ©Ðªù·Ù®ð';
		rows[7].link = 'today-house8.htm';
																											
		rows[8].text = 'ªÀ°ÏªùÆUÅç¦¬ ¨É¨ü´Lºa©~®aªù­±';
		rows[8].link = 'today-house9.htm';
																											
		rows[9].text = '¤uµ{³òÆX¬ü¤Æ «Ø°Ó¡BªÀ°Ï¦@³ÐÂùÄ¹';
		rows[9].link = 'today-house10.htm';
																											
		rows[10].text = '³»¼Ó±Æ¤ô¤£¤Î¡A®a¤¤¿n¤ô¡A¥i§_­n¨D«Ø°Ó·f»\ÅK¥Ö«Î¸Ñ¨M¡H';
		rows[10].link = 'today-house11.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';
}
