/*******************************************************************************
    UninsHs Website - Menus definition
    $Rev: 208 $   $Id: menusdef.js 208 2006-07-30 13:40:04Z hanjy $
    Copyright(C) 2001, 2006 Han-soft Software. All rights reserved.
*******************************************************************************/

/* Menus definition */

var mainmenus = new Array(
    'Product',
    'Downloads',
    'Documents',
    'Supports',
    'Links'
  );

var mainlinks = new Array(
    'index.php',
    'downloads.php',
    'usages.php',
    'message.php',
    'links.php');

var submenus = new Array(
    ['UninsHs'],
    ['Downloads'],
    ['Usages', 'Translate', 'FAQs'],
    ['Send Message', 'Contact Us', 'Guest Book'],
    ['Links']
  );

var sublinks = new Array(
    ['uninshs.php'],
    ['download.php'],
    ['usages.php', 'translate.php', 'faqs.php'],
    ['message.php', 'contact.php', 'guestbook.php'],
    ['links.php']
  );

var submenuvisable = new Array(false, false, true, true, false);


/* For horizontal drop down menu */

var separator = '&nbsp;';  //'&nbsp;|&nbsp;';

var submenuwidth = new Array('59px', '76px', '77px', '92px', '98px');

var submenuleftoffset = 0;
var submenutopoffset = 17;

var submenuleft = new Array(0, 0, 0, 0, 0);

var normal_color = '#4A5966';
var normal_bgcolor = "#E3E8EC";
var hover_color = '#FF9900';
var hover_bgcolor = '#4A5966';
var select_color = '#E3E8EC';
var select_bgcolor = '#4A5966';

/* For vertical expanded menu */

var menuwidth = 200;

var bordercolor = '#4A5966';
var normalcolor = '#E3E8EC';
var activecolor = '#C0C8CE';
var selectcolor = '#FFFFFF';

var normalimage = 'images/template/nav_link_0.gif';
var activeimage = 'images/template/nav_link_1.gif';
var selectimage = 'images/template/nav_link_2.gif'

var defaultlink = 'index.php';

var urlsplit = '?';

