/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004-2005 SumTotal Systems, Inc. All rights reserved.
//
// The copyright to the computer software herein is proprietary and remains
// the property of SumTotal Systems, Inc. It may be used and/or copied only with
// the written consent of SumTotal Systems, Inc. or in accordance with the terms and
// conditions stipulated in the agreement/contract under which this software
// has been supplied.
//
// Id: SYS_Menudata.js
// Date: 2005/03/01
// RCSfile: SYS_Menudata.js
// Revision:
//
// Abstract:
//
//    Localized file
//
// Revision History:
//
//    2005-03-01   Haripriya   Created file
//
/////////////////////////////////////////////////////////////////////////////

/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

function _UTL_NavMenu_OnLoad() {}

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(mainmenuStyle=new mm_style())
{
openonclick=true;
align="center";
onclass="clsNavMenuOptionSelected";
offclass="clsNavMenuOption";
borderstyle="solid";
//borderwidth=1;
fontsize="8pt";
fontstyle="normal";
fontweight ="bold";
fontfamily="Verdana, Tahoma";
padding=5;
high3dcolor = "ff0000";
low3dcolor ="ff0000";
headercolor="ffffff";
headerbgcolor="000099";
}


with(menuStyle=new mm_style()){
onclass="clsNavMenuSubOptionSelected";
offclass="clsNavMenuSubOption";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
padding=5;
subimage=STRING_IMAGE_PREFIX + "icon_menu_arrow.gif";
decoration="none";
}

/*
with(menuStyle=new mm_style()){
align="center";
onclass="clsNavMenuOptionSelected";
offclass="clsNavMenuOption";
fontweight ="bold";
borderwidth=0;
}

with(stMenu=new menuname("Main Menu")){
align="center";
itemwidth = 120;
padding=5;
style=menuStyle;
top=65; 
left=0;
alwaysvisible=1;
orientation="horizontal";

} 

with(submenuStyle=new mm_style()){
onclass="clsNavMenuSubOptionSelected";
offclass="clsNavMenuSubOption";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
subimage= STRING_IMAGE_PREFIX + "icon_menu_arrow.gif";
subimageposition="right";
subimagepadding="2";
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
    overfilter = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)" ;
    // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
}
else
{
    overfilter = "Shadow(color='#999999', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}
}
*/

