//サブメニュー 1 のコンテンツ
var submenu1=new Array()
submenu1[0]='<a href="/westhills/modules/myalbum1/viewcat.php?cid=2">●Japanese Car</a>'
submenu1[1]='<a href="/westhills/modules/myalbum1/viewcat.php?cid=1">●USA Car</a>'

//サブメニュー 2 のコンテンツ
var submenu2=new Array()
submenu2[0]='<a href="/westhills/modules/wordpress/index.php?cat=1">Demo Car</a>'
submenu2[2]='<a href="/westhills/modules/wordpress/index.php?cat=2">HIACE</a>'
submenu2[3]='<a href="/westhills/modules/wordpress/index.php?cat=3">HILUX</a>'
submenu2[4]='<a href="/westhills/modules/wordpress/index.php?cat=4">HUMMER</a>'
submenu2[5]='<a href="/westhills/modules/wordpress/index.php?cat=5">PT Cruiser</a>'
		
//サブメニュー 3 のコンテンツ
var submenu3=new Array()
submenu3[0]='<a href="/westhills/modules/liaise/index.php?form_id=2">●お問い合わせ</a>'
submenu3[1]='<a href="/westhills/modules/liaise/index.php?form_id=5">●見積もり希望</a>'
submenu3[2]='<a href="/westhills/modules/liaise/index.php?form_id=6">●在庫確認</a>'
submenu3[3]='<a href="/westhills/modules/liaise/index.php?form_id=7">●その他のご質問</a>'

//サブメニュー 4 のコンテンツ
var submenu4=new Array()
submenu4[0]='<a href="/westhills/modules/shop_info/">●ショップ情報</a>'
submenu4[1]='<a href="/westhills/modules/order/">●ご注文方法</a>'
submenu4[2]='<a href="/westhills/modules/distributor/">●業販のご案内</a>'

var menuwidth='120px' //サブメニューのデフォルト幅
var menubgcolor='#d6d2bc'  //サブメニューの背景色
var disappeardelay=250  //サブメニュー表示時間 (in miliseconds)
var hidemenu_onclick="yes" //クリックしたらメニューを隠す?

