
var list = new Array();
var pos  = new Array();
pos[category[1]] = new Array(81,102,164);
list[category[1]] = new Array();
list[category[1]][0]  = new Array("电容器", "http://www.murata.com.cn/products/capacitor/index.html");
list[category[1]][1]  = new Array("静噪元件/EMI静噪滤波器", "http://www.murata.com.cn/products/emc/index.html");
list[category[1]][2]  = new Array("电感器 (线圈) ", "http://www.murata.com.cn/products/inductor/index.html");
list[category[1]][3]  = new Array("电阻器", "http://www.murata.com.cn/products/resistor/index.html");
list[category[1]][4]  = new Array("振荡子", "http://www.murata.com.cn/products/resonator/index.html");
list[category[1]][5]  = new Array("声像机器用滤波器", "http://www.murata.com.cn/products/av_filter/index.html");
list[category[1]][6]  = new Array("通信设备用滤波器", "http://www.murata.com.cn/products/comm_filter/index.html");
list[category[1]][7]  = new Array("射频 元件/模块", "http://www.murata.com.cn/products/microwave/index.html");
list[category[1]][8]  = new Array("传感器", "http://www.murata.com.cn/products/sensor/index.html");
list[category[1]][9]  = new Array("热敏电阻", "http://www.murata.com.cn/products/thermistor/index.html");
list[category[1]][10]  = new Array("电源", "http://www.murata.com.cn/products/power/index.html");
list[category[1]][11]  = new Array("声音元件", "http://www.murata.com.cn/products/sound/index.html");
list[category[1]][12]  = new Array("微型机电产品", "http://www.murata.com.cn/products/micromechatronics/index.html");
list[category[1]][13]  = new Array("陶瓷应用产品", "http://www.murata.com.cn/products/ceramic/index.html");
pos[category[2]] = new Array(81,266,164);
list[category[2]] = new Array();
list[category[2]][0]  = new Array("产品种类搜索", "http://search.murata.co.jp/Ceramy/CatsearchAction.do?sLang=cn");
list[category[2]][1]  = new Array("品名搜索", "http://search.murata.co.jp/Ceramy/Pn_cn.do");
list[category[2]][2]  = new Array("片状陶瓷电容器搜索", "http://search.murata.co.jp/Ceramy/GrsearchAction.do?sLang=cn");
list[category[2]][3]  = new Array("片状陶瓷电容器搜索替代产品", "http://cross-reference.murata.com/");
list[category[2]][4]  = new Array("片状线圈搜索", "http://search.murata.co.jp/Ceramy/LqsearchAction.do?sLang=cn");
list[category[2]][5]  = new Array("IC品名 - 振荡子搜索", "http://search.murata.co.jp/Ceramy/ICsearchAction.do?sLang=cn");
pos[category[3]] = new Array(81,430,164);
list[category[3]] = new Array();
list[category[3]][0]  = new Array("产品新闻", "http://www.murata.com.cn/products/news/index.html");
list[category[3]][1]  = new Array("产品一览", "http://www.murata.com.cn/products/lineup/index.html");
list[category[3]][2]  = new Array("产品搜索", "http://search.murata.co.jp/Ceramy/CeMenu_cn.do");
list[category[3]][3]  = new Array("PDF产品目录", "http://www.murata.com.cn/products/catalog/index.html");
list[category[3]][4]  = new Array("技术新闻", "http://www.murata.com.cn/products/article/index.html");
list[category[3]][5]  = new Array("选择指南", "http://www.murata.com.cn/products/selection_guide/index.html");
list[category[3]][6]  = new Array("设计辅助工具", "http://www.murata.com.cn/products/design_support/index.html");
list[category[3]][7]  = new Array("应用指南", "http://www.murata.com.cn/products/apps/index.html");
list[category[3]][8]  = new Array("欧洲RoHS对应", "http://www.murata.com.cn/new/info/rohs.html");
pos[category[4]] = new Array(81,594,164);
list[category[4]] = new Array();
list[category[4]][0]  = new Array("公司概要", "http://www.murata.com.cn/corporate/overview/index.html");
list[category[4]][1]  = new Array("全球网络", "http://www.murata.com.cn/corporate/network/index.html");
list[category[4]][2]  = new Array("首脑致词和经营理念", "http://www.murata.com.cn/corporate/top_message/index.html");
list[category[4]][3]  = new Array("村田的事业和技术", "http://www.murata.com.cn/corporate/business/index.html");
list[category[4]][4]  = new Array("CSR活动内容", "http://www.murata.com.cn/corporate/csr/index.html");
list[category[4]][5]  = new Array("沿革", "http://www.murata.com.cn/corporate/history/index.html");
list[category[4]][6]  = new Array("标志", "http://www.murata.com.cn/corporate/logo/index.html");
list[category[4]][7]  = new Array("广告・影像・册子", "http://www.murata.com.cn/corporate/ad/index.html");
list[category[4]][8]  = new Array("村田顽童・村田婉童", "http://www.murata.com.cn/corporate/boy_girl/index.html");
list[category[4]][9]  = new Array("资材购买", "http://www.murata.com.cn/corporate/procurement/index.html");
var pulldown = new Array();

for(var i in category){
   var name = category[i];
   if(!list[name]) continue;
   if(document.layers) continue;
   pulldown[name] = '<div id="menu' + name + '" style="position:absolute; top:' + pos[name][0] + 'px; left:' + pos[name][1] + 'px; width:' + pos[name][2] + 'px; visibility:hidden" onmouseover="on_list(\'' + name + '\')" onmouseout="off_list(\'' + name + '\')"><table border="1" cellpadding="2" cellspacing="0" class="pulldown_menu">';
   for(var j in list[name]){
      pulldown[name] += (list[name][j][1] == "") ? '<tr><td><span>' + list[name][j][0] + '</span></td></tr>'
                                                 : '<tr><td><a href="' + list[name][j][1] + '">' + list[name][j][0] + '</a></td></tr>';
   }
   pulldown[name] += '</table></div>';
   document.write(pulldown[name]);
}

