/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=18;			// 最初のラベルの数
	var LowBgColor='blue';				// 親背景色
	var LowSubBgColor='#ffffcc';			// 子背景色
	var HighBgColor='white';			// 親マウスオン背景色
	var HighSubBgColor='blue';			// 子マウスオン背景色
	var FontLowColor='white';			// 親フォント色
	var FontSubLowColor='black';			// 子フォント色
	var FontHighColor='blue';			// 親フォント色マウスオン
	var FontSubHighColor='#ffffcc';			// 子フォント色マウスオン
	var BorderColor='black';			// 親罫線色
	var BorderSubColor='black';			// 子罫線色
	var BorderWidth=1;				// 罫線幅
	var BorderBtwnElmnts=1;			// エレメントとの罫線あるかないか 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// フォント
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// メニューの水平ポジション 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// 親と子のオーバーラップ横
	var ChildVerticalOverlap=.2;			// 親と子のオーバーラップ縦
	var StartTop=20;				// 上からのオフセット
	var StartLeft=20;				// 横オフセット
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='left';			// Frame where first level appears
	var SecLineFrame='left';			// Frame where sub levels appear
	var DocTargetFrame='rbottom';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("TOP","index.htm","",0,20,155);

Menu2=new Array("Rise with 13cm Hot Pants or Skirt","rise13_h.htm","",0);

Menu3=new Array("Rise with 13cm Tight","rise13_t.htm","",0);

Menu4=new Array("Rise with 13cm Bootcut","rise13_b.htm","",0);

Menu5=new Array("Rise with 13cm Crash","rise13_c.htm","",0);

Menu6=new Array("Rise with 13cm Lace","rise13_l.htm","",0);

Menu7=new Array("Rise with 15cm Tight","rise15_t.htm","",0);

Menu8=new Array("Rise with 15cm Bootcut","rise15_b.htm","",0);

Menu9=new Array("Rise with 10cm or less","rise_s.htm","",0);

Menu10=new Array("Paper-Denim/Non-Stretch","rise_p.htm","",0);

Menu11=new Array("Accessary for Low-rise","accessary.htm","",0);

Menu12=new Array("Orignal T-shirt","t-shirt.htm","",0);

Menu13=new Array("More","more.htm","",0);

Menu14=new Array("About us","about.htm","",0);

Menu15=new Array("Aboout Shopping","about_s.htm","",0);

Menu16=new Array("Privacy","privacy.htm","",0);

Menu17=new Array("Contact us","apply.htm","",0);

Menu18=new Array("Link","link.htm","",0);