/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// 開始編輯選單 //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#666666', Direction=120, Strength=3)"
}
else
{
	effect = "Shadow(color='#666666', Direction=120, Strength=3)" // Stop IE5.5 bug when using more than one filter
}

timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style0=[				// 第一層目錄
"#990000",				// #006697  Mouse Off Font Color 滑鼠移開的字體顏色
"#FFDF60",				// #99CCFF Mouse Off Background Color 滑鼠移開的背景顏色
"#990000",				// #ffffff  Mouse On Font Color  滑鼠移入的字體顏色
"#FFCC00",				// #689ACC Mouse On Background Color 滑鼠移入的背景顏色
"#CAA200",            			// #7BBDDD Menu Border Color 選單框線顏色
12,						// Font Size in pixels 字體大小
"normal",				// 字型樣式(italic or normal)
"normal",					// 一般或粗體(bold or normal)
"新細明體",		// Font Name 字型名稱
6,						// Menu Item Padding
"../images/icon/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
"",						// 3D Border & Separator bar
"",	        	  		// 3D High Color
"",		       		// 3D Low Color
"#990000",			    	// Current Page Item Font Color (leave this blank to disable)
"#FFCC00",					// #689ACC 最近點選過的頁面背景顏色 (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style1=[				// 第2層目錄.
"#990000",				// Mouse Off Font Color
"#FFDF60",				// Mouse Off Background Color
"#990000",				// Mouse On Font Color
"#FFCC00",				// Mouse On Background Color
"#CAA200",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"新細明體",		// Font Name
4,						// Menu Item Padding
"../images/icon/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"#66ffff",				// 3D High Color
"#000099",				// 3D Low Color
"#990000",				// Current Page Item Font Color (leave this blank to disable)
"#FFCC00",					// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// 第3層目錄..
"#000000",				// Mouse Off Font Color
"#CACA00",				// Mouse Off Background Color
"#666600",				// Mouse On Font Color
"#E8E800",				// Mouse On Background Color
"#8C8C00",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"新細明體",		// Font Name
4,						// Menu Item Padding
"../images/icon/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"#666600",				// Current Page Item Font Color (leave this blank to disable)
"#E8E800",					// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name \
0,					// Menu Top - 選單高度
0,				// Menu Left - The Left position of the menu in pixels
110,					// Menu Width - 選單寬度
2,					// 選單框線 
,					// Screen Position螢幕位置 - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style0,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)隨頁面移動選單
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off) 選單方向-直選0 橫-選1
1,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=0n/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)onclick時打開選單
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

,"1. 新產品","title.asp?CL=npro",,"新產品",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"2. T5 Express","title.asp?CL=T5",,"T5 ",1
,"3. 屋內照明","title.asp?CL=indoor",,"屋內照明",1
,"4. 屋外照明","title.asp?CL=outdoor",,"屋內商辦設施",1
,"5. 綜合商品","title.asp?CL=mix",,"綜合商品",1
,"6. 燈泡 / 燈管 ","title.asp?CL=lamp",,"光源產品",1
,"7. 安定器","title.asp?CL=ballast"  ,,"安定器",1


])

	addmenu(menu=["T5", //T5 Express燈具
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"1. T5吸吊兩用系列","T5_1.asp",,,1
	,"2. T5豪華型懸吊系統","T5_2.asp",,,1
	,"3. T5組合天花板照明燈具","T5_3.asp",,,1
	])

		addmenu(menu=["OA", //屋內照明--2基礎設施照明
		,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. T-BAR式日光燈具","OA_T1.asp",,,1
		,"2. 嵌入式日光燈具","OA_T2.asp",,,1
		,"3. 吸頂式日光燈具","OA_T3.asp",,,1
		,"4. 懸吊式日光燈具","OA_T4.asp",,,1
		])

		addmenu(menu=["shop", //屋內照明--3店舖設施照明
		,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. 吊燈/筒燈","IN_1.asp",,,1
		,"2. CDM嵌燈","CDM.asp",,,1
		,"3. CF高效率嵌燈","CF.asp",,,1
		,"4. E27&E40嵌燈","E27.asp",,,1
		,"5. 鹵素光源嵌燈","MR.asp",,,1
		,"6. 洗牆 / 防濕型嵌燈","Wall.asp",,,1
		,"7. 軌道及吸頂聚光燈","IN_2.asp",,,1	

		])

		addmenu(menu=["FVH", //屋內照明--4專用設施照明
		,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. 系統天花板用燈","Roof.asp",,,1
		,"2. 教室照明燈","Class.asp",,,1
		,"3. 醫院照明燈","Hosp.asp",,,1
		,"4. 潔淨室照明燈","Croom.asp",,,1
		,"5. 防濕防塵燈","Wet.asp",,,1
		,"6. 出口& 避難方向指示燈","Emc.asp",,,1
		,"7. 緊急照明燈及直流燈","Emcl.asp",,,1	
		,"8. 防爆燈具","Dfire.asp",,,1	
		])
	
		addmenu(menu=["HOUSE", //屋內照明--5住宅照明
		,,110,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. 精品系列燈具組","house_1.asp",,,1
		,"2. 參吊燈","house_2.asp",,,1
		,"3. 吸、吊主燈","house_3.asp",,,1
		,"4. 小型吸頂燈","house_4.asp",,,1
		,"5. 壁燈","house_5.asp",,,1
		,"6. 檯、立燈","house_6.asp",,,1
		])


		addmenu(menu=["outdoor1", //屋外照明--1景觀照明
		,,120,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. 景觀街燈","outD_1.asp",,,1
		,"2. 景觀矮燈","outD_2.asp",,,1
		,"3. 開放空間天井燈","outD_3.asp",,,1
		,"4. 壁面景觀燈","outD_4.asp",,,1
		,"5. 庭院景觀燈","outD_5.asp",,,1
		,"6. 水底燈","outD_6.asp",,,1
		])

		addmenu(menu=["outdoor2", //屋外照明--2投光照明
		,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. LED投光燈","outD_SL1.asp",,,1
		,"2. HID投光燈","outD_SL2.asp",,,1
		,"3. 鹵素&白熱光源投光燈","outD_SL3.asp",,,1
		])
		
		addmenu(menu=["outdoor3", //屋外照明--3道路照明
		,,140,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. H.I.D.光源道路照明","outD_R.asp",,,1
		,"2. 螢光光源道路照明","outD_R2.asp",,,1
		,"3. 隧道照明","outD_S.asp",,,1
		,"4. 燈桿","outD_L.asp",,,1

		])

	addmenu(menu=["special", //屋外照明--4專用照明
	,,160,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"1. 航空障礙燈","outD_P1.asp",,,1
	,"2. 太陽能及風力發電系統","outD_P2.asp",,,1
	,"3. 太陽能及風力複合照明燈","outD_P3.asp",,,1
	])

	addmenu(menu=["mix", //綜合商品
	,,120,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"1. 風扇 ,換氣扇系列","FAN.asp",,,1
	,"2. 熱水器系列","HW.asp",,,1
	,"3. 噴射式乾手機","Hand.asp",,,1
	,"4. 照明相關配件","Part.asp",,,1
	])


	addmenu(menu=["ballast", //安定器
	,,120,1,"",style2,,"left",effect,,,,,,,,,,,,
		,"1. 螢光燈用安定器" ,"Ba_1.asp",,,1
		,"2. H.I.D燈用安定器" ,"Ba_2.asp",,,1
		])

	addmenu(menu=["lamp", //光源產品
	,,80,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"1. 節能燈"	,"LampS.asp"  ,,"節能燈",1
	,"2. 白熱燈"	,"LampW.asp",,,1
	,"3. 鹵素燈"	,"LampZ.asp",,,1
	,"4. 螢光燈"	,"LampF.asp"  ,,"螢光光源",1
	,"5. H.I.D.燈"	,"LampH.asp"  ,,"H.I.D.光源",1
	,"6. LED燈"	,"LampL.asp"  ,,"LED光源",1
	])


dumpmenus()