/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Click2Learn Corporation
//
// The copyright to the computer software herein is proprietary and remains
// the property of Click2Learn, USA. It may be used and/or copied only with
// the written consent of Click2Learn or in accordance with the terms and
// conditions stipulated in the agreement/contract under which this software
// has been supplied.
//
// $Id: SYS_MenuStyle.js,v 1.7 2003/01/14 01:07:33 nedv Exp $
// $Date: 2003/01/14 01:07:33 $
// $RCSfile: SYS_MenuStyle.js,v $
// $Revision: 1.7 $
//
// Abstract:
//
//    Localized file
//
// Revision History:
//
//    2002-02-25   Anand Arvind    Created file
//
/////////////////////////////////////////////////////////////////////////////

//
// The following line is critical for menu operation, and must appear only once.
//
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
    effect = "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
{
    effect = "Shadow(color='#999999', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}

