// USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
// v5

// === 1 === EXTRAS
s_hideTimeout=500;//1000=1 second
s_subShowTimeout=300;//if <=100 the menus will function like SM4.x
s_subMenuOffsetX=4;//pixels (if no subs, leave as you like)
s_subMenuOffsetY=1;
s_showLinkCursor=true;
s_statusShowLinks=true;
s_keepHighlighted=true;
s_autoSELECTED=false;//make the item linking to the current page SELECTED
s_autoSELECTEDItemsClickable=false;//look at IMPORTANT NOTES 1 in the Manual
s_scrollingInterval=30;//scrolling for tall menus
s_rightToLeft=false;
s_hideSELECTsInIE=false;//look at IMPORTANT HOWTOS 7 in the Manual


// === 2 === Default TARGET for all the links
// for navigation to frame, calling functions or
// different target for any link look at
// IMPORTANT HOWTOS 1 NOTES in the Manual
s_target='self';//(newWindow/self/top)


// === 3 === STYLESHEETS- you can define different arrays and then asign
// them to any menu you want with the s_add() function
s_navigation=[
'#000000',	// BorderColorDOM ('top right bottom left' or 'all')
'#000000',	// BorderColorNS4
1,		// BorderWidth
'#FF8000',	// BgColor
1,		// Padding
'#FF8000',	// ItemBgColor
'#FFE000',	// ItemOverBgColor
'#000000',	// ItemFontColor
'#000000',	// ItemOverFontColor
'verdana,arial,helvetica,sans-serif',	// ItemFontFamily
'10px',		// ItemFontSize (css)
'1',		// ItemFontSize Netscape4 (look at KNOWN BUGS 3 in the Manual)
'normal',		// ItemFontWeight (bold/normal)
'left',		// ItemTextAlign (left/center/right)
0,		// ItemPadding
0,		// ItemSeparatorSize
'#8A8CCC',	// ItemSeparatorColor
'progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=5)',		// IEfilter (look at Samples\IE4(5.5)Filters dirs)
true,				// UseSubImg
'../images/arrow.gif',		// SubImgSrc
'../images/arrowover.gif',	// OverSubImgSrc
7,				// SubImgWidth
7,				// SubImgHeight
5,				// SubImgTop px (from item top)
'#FFE000',			// SELECTED ItemBgColor
'#000000',			// SELECTED ItemFontColor
'../images/arrowover.gif',	// SELECTED SubImgSrc
true,				// UseScrollingForTallMenus
'../images/scrolltop.gif',	// ScrollingImgTopSrc
'../images/scrollbottom.gif',	// ScrollingImgBottomSrc
68,				// ScrollingImgWidth
12				// ScrollingImgHeight
];

s_CSSred=['#ff0000','#ff0000',2,'#ffffff',0,'#fffbf0','#bebddf','#ff0000','#ff0000','arial,helvetica,sans-serif','10pt','2','normal','center',5,0,'#fff5c6','',true,'../images/arrow2.gif','../images/arrow3.gif',7,7,9,'#C0C0C0','#FFFFFF','../images/arrow2.gif',true,'../images/scrolltop.gif','../images/scrollbottom.gif',68,12];

