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