//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'100%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:300 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["蒸気・気体用減圧弁", "reducing_s.html", ""],
["水・液体用減圧弁", "reducing_l.html",""],
["メータユニット・水撃防止器等", "meterunit.html", ""],
["安全弁、逃し弁", "safety_valve.html", ""],
["サーキット弁、一次圧力調整弁", "circuit_valve.html", ""],
["定水位弁、逆止弁等", "level_control.html", ""],
["温度調整弁、サイレンサ等", "temperature_regulating.html", ""],
["スチームトラップ", "steam_trap.html", ""],
["空気抜弁、吸排気弁、通気弁等", "air_vent.html", ""],
["ラジエータバルブ、ファンコイルバルブ", "radiator_valve.html", ""],
["伸縮管継手、ボールジョイント", "expansion_joint.html", ""],
["ストレーナ", "strainer.html", ""],
["電磁弁", "electromagnetic.html", ""],
["緊急遮断弁", "emergency_block_valve.html", ""],
["電動弁", "solenoid_valve.html", ""],
["シリンダー弁", "cylinder.html", ""]

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();
