
resizereinit=true;

menu[2] = {  // REQUIRED!!  This menu explicitly declares all available options even if they are the same as the defaults
id:'menu2', //use unique quoted id (quoted) REQUIRED!!
/////////////////////////////////////
///////////// no quotes for these properties (numbers represent pixels unless otherwise noted): ////////////
/////////////////////////////////////
user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu
user_defined_markup:false, //if true, prevents script from generating markup for this menu
design_mode:false,  //if true, generates a report of the script generated/intended styles and markup (as a design aid)
menutop:160,     // initial top offset - except for top menu, where it is meaningless
menuleft:'70%',    // initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: '50%')
keepinview:80,   // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:20,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:500,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3,     // Available columns in menu body as integer
allowtransparent:false, // true to allow page to show through menu if other bg's are transparent or border has gaps
barwidth:14,     // bar (the vertical cell) width
wrapbar:true,    // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu
hdingwidth:200,  // heading - non linked horizontal cells width
hdingheight:14,  // heading - non linked horizontal cells height
hdingindent:1,   // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:14,   // linked horizontal cells height
linktopad:1,     // linked horizontal cells top padding
borderwidth:1,   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'#000080', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'lightblue',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'white',        // bar (the vertical cell) text color
barbgcolor:'#4d6814',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'verdana',      // menu font
fontsize:'60%',          // express as percentage with the % sign
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#4d6814',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'left',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'left',     // linked horizontal cells right left or center text alignment
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)
kviewtype:'fixed',       // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll
menupos:'top',         // set side that menu slides in from (right or left or top)
bartext:'SIDE MENU',       // bar text (the vertical cell) use text or img tag
///////////////////////////
menuItems:[
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["HOME", "http://www.eleshack.co.jp/index.html", ""],
["会社概要", "http://www.eleshack.co.jp/kaisya_gaiyou/kaisya_gaiyou.htm", ""],
["ご挨拶", "http://www.eleshack.co.jp/kaisya_gaiyou/shachouaisatu/shachou.htm", ""],
["拠点一覧", "http://www.eleshack.co.jp/toa_kyoten.html", ""],

["各種案内"], //create header
["電子部品", "http://www.eleshack.co.jp/shokai_service/e_shokai_service.html", ""],
["アッセンブリ", "http://www.eleshack.co.jp/assy/assy.html", ""],
["海外", "http://www.eleshack.co.jp/global/globaltop.html", ""],
["特機", "http://www.eleshack.co.jp/tokki/tokki_main.html", ""],
["ネットワーク", "http://www.eleshack.co.jp/nb/nb-shokai.html", ""],

["自社製品"], //create header
["temcy.com", "http://www.temcy.com/", "_new"],

["SHOP"], //create header
["エレシャックショップ", "http://www.eleshack.co.jp/t_hanbai/t_han_main.html", "_new"],
["ラジオモール", "http://www.radiomall.ne.jp/", "_new"],

["お問合せ"], //create header
["部品商品見積り", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=3", "_new"],
["部品商品売込み", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=13", "_new"],
["各種加工見積り", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=4", "_new"],
["各種加工売込み", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=14", "_new"],
["Assy加工見積り", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=5", "_new"],
["Assy加工売込み", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=15", "_new"],
["特機商品見積り", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=1", "_new"],
["特機商品売込み", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=11", "_new"],
["高効率放熱兼デザイン照明", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=77", "_new"],
["ブロックアートLED \"CoolStar\"", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=73", "_new"],
["高輝度LED照明", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=74", "_new"],
["その他", "https://www.eleshack.co.jp/p0712/prog.cgi?prog_no=39", "_new"]

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();