/***********************************************
*	(c) Ger Versluis 2000 version simple 4 April 2000          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#92D8CD";			// Background color when mouse is not over
	var HighBgColor="#E6F9F5";			// Background color when mouse is over
	var FontLowColor="#333333";			// Font color when mouse is not over
	var FontHighColor="#000000";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var BorderWidthMain=0;
	var BorderWidthSub=0;
	var FontFamily="arial"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// span id for relative positioning
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"images/tri.gif",5,10,BaseHref+"images/tridown.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE5+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
var MenuSlide="";
var MenuShadow="";
var MenuOpacity="";

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width);

Menu1=new Array("[ 疫情進展 ]","p1.htm","images/bar_02.gif",5,20,75,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("- 全球疫情追蹤","p1.htm#n1","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("- 亞洲經濟重創","p1.htm#n2","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("- 生意差產業苦","p1.htm#n4","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("- 暴風裙掃政治","p1.htm#n3","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("- 新聞評論","p1.htm#n5","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu2=new Array("[ 防疫保健 ]","p2.htm","images/bar_02.gif",5,20,75,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("- 認識SARS","p2.htm#n1","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("- 防疫須知","p2.htm#n4","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("- 常識補充","p2.htm#n2","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("- 防疫藥帖","p2.htm#n3","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("- 專有名詞","p3.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("[ 抗煞心語 ]","p4.htm","images/bar_02.gif",7,20,75,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("- 減壓抗壓","p4.htm#n3","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("- 打氣加油","p4.htm#n2","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("- 醫護心情","p4.htm#n1","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("- 心情抒發","p4.htm#n4","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("- 醫護連線","javascript:window.open('http://netinn.udn.com/community/epage/dtemplate?cfile=group/g_query_data.txt&tfile=group/g_query_data.html&gid=00f526319b6dd5c6309c');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("- 我的隔離日記","javascript:window.open('http://netinn.udn.com/community/epage/dtemplate?cfile=group/g_query_data.txt&tfile=group/g_query_data.html&gid=00f5262bb42ab2996c3d');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("- 病毒的故事","javascript:window.open('http://udn.com/NEWS/READING/X3/index.shtml');","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("[ 疫情統計 ]","javascript:;","images/bar_02.gif",3,20,75,"","","","","","",-1,-1,-1,"","");
    Menu4_1=new Array("- 全球病例統計表","javascript:window.open('http://udn.com/NEWS/NATIONAL/NATS4/1288495.shtml');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("- 台灣疫情現況","javascript:window.open('http://www.cdc.gov.tw/sars/4國內SARS相關資訊/台灣SARS疫情現況.htm');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("- 全球疫情現況","javascript:window.open('http://www.cdc.gov.tw/sars/4國內SARS相關資訊/國外SARS疫情現況.htm');","",0,20,120,"","","","","","",-1,-1,-1,"","");	
Menu5=new Array("[ 加值功能 ]","javascript:;","images/bar_02.gif",8,20,75,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("- 電子書","javascript:window.open('p5.htm');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("- 電子報","javascript:window.open('http://udnpaper.com/UDN/Subscribe/PapersPage/papers?pname=PIA0052');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("- 影像集","javascript:window.open('http://photo.udn.com/index_special.htm');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("- 討論區","javascript:window.open('http://udn.com/NASApp/Grading/talk/ShowRoom_people.html');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("- 祈福版","javascript:window.open('http://netinn.udn.com/community/guestbook/gbook?bookID=udn08');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("- 檢定考","javascript:window.open('http://udnpaper.com/ZOPE/UDN/Action_Page/News_exam/exam_login?PID=20030407151843.327');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("- 問候卡","javascript:window.open('http://photo.udn.com/ECARD/index.htm');","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_8=new Array("- 傳簡訊","javascript:window.open('http://udn.com/UDNSMS/SARS_Time.shtml');","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("[ 資訊服務 ]","p6.htm","images/bar_02.gif",5,20,75,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("- 疫情通報","p6.htm#n1","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("- 居家隔離相關問題","p6.htm#n2","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("- 政府相關網站","p6.htm#n3","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("- SARS資訊相關網站","p6.htm#n4","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu6_5=new Array("- 國外相關網站","p6.htm#n5","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu7=new Array("[ 回顧與檢討 ]","javascript:;","images/bar_02.gif",3,20,110,"","","","","","",-1,-1,-1,"","");
    Menu7_1=new Array("- SARS大事紀","p8_6m.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("- 百年大疫看問題","p9.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu7_3=new Array("- 煞後重建系列","p10.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
