

type=1			//メニューの種類 (0:展開型メニュー、-1:縦並びメニュー、1:メニューバー、2:ポップアップメニュー)
x=0			//メニュー表示位置X座標
y=40			//メニュー表示位置Y座標
w=130			//メニュー項目１つの幅
h=28			//メニュー項目１つの高さ
font=10		//フォントサイズ(px)
fg="#000080"		//文字色
bg="#FF9900"		//背景色
bc="#ffffff"		//枠の色
hf="#FF3333"		//カーソルを乗せた項目の文字色
hb="#FF9900"		//カーソルを乗せた項目の背景色
cf="#0000ff"		//コメントの文字色
cb="#afafcf"		//コメントの背景色

/*
add("項目ID","表示文字列","リンク先" [,"コメント"(省略可)],"親メニューID")
・表示文字列を「---」にすると区切り線になります
・リンク先をフレームや新規ウィンドウで表示するにはリンク先を以下のようにします：
　フレームの場合：[リンク先URL];@[フレーム名]
　フレームを解除：[リンク先URL];+
　新規ウィンドウ：[リンク先URL];*[ウィンドウ名]
*/

add("top","<IMG src=http://www.infotrends.co.jp/images/tm_home.gif border=0 width=128 height=20>","http://www.infotrends.co.jp/","トップページへ","")


add("profile","<IMG src=http://www.infotrends.co.jp/images/tm_cp.gif border=0 width=128 height=20>","http://www.infotrends.co.jp/corporate-profile/","")
add("annual","会社概要","http://www.infotrends.co.jp/corporate-profile/","profile")
add("recruit","採用情報","http://www.infotrends.co.jp/corporate-profile/personnel.html","profile")
add("privacy","プライバシーポリシー","http://www.infotrends.co.jp/corporate-profile/privacy.html","profile")


add("research","<IMG src=http://www.infotrends.co.jp/images/tm_rc.gif border=0 width=128 height=20>","http://www.infotrends.co.jp/research-consulting/","")
add("domestic","国内市場調査","http://www.infotrends.co.jp/research-consulting/domestic/","research")
add("china","中国市場調査","http://www.infotrends.co.jp/research-consulting/china/","research")
add("associates","欧米市場調査","http://www.infotrends.co.jp/research-consulting/associates/","research")
add("coverage","カバレッジ・調査実績","http://www.infotrends.co.jp/research-consulting/associates/","research")
add("multi","最新スタディ","http://www.infotrends.co.jp/research-consulting/associates/rc_cap_reports_multi.html","research")



add("conference","<IMG src=http://www.infotrends.co.jp/images/tm_conf.gif border=0 width=128 height=20>","http://www.infotrends.co.jp/cf/","")
add("conference2","コンファレンストップ","http://www.infotrends.co.jp/cf/","conference")
add("conference3","POD JAPAN 2010","http://www.infotrends.co.jp/podjapan/","conference")


add("pressrelease","<IMG src=http://www.infotrends.co.jp/images/tm_pr.gif border=0 width=128 height=20>","http://www.infotrends.co.jp/pr_index.html","")

add("contact","<IMG src=http://www.infotrends.co.jp/images/tm_cont.gif border=0 width=128 height=20>","http://www.infotrends.co.jp/contact/","")



