/*
Milonic DHTML Website Navigation Menu - Version 3.5
Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
Commercial and Corporate licenses are available for use on all other web sites & Intranets.
All Copyright notices MUST remain in place at ALL times and, please keep us informed of your
intentions to use the menu and send us your URL.
*/
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;
menus=new Array();
function addmenu()
{
menunum++;
menus[menunum]=menu;
}
function dumpmenus()
{
for(a=1;a'
var textArr = text.split('
')
for (i in textArr)
str += '
' + textArr[i] + '
'
str += '
'
return str;
}
// insert menu's text with arrow into html code
function menuTextArrow(text,pxFromLeft,height,padding)
{
var padding = padding? padding: 1
var width = pxFromLeft? pxFromLeft: padding
var height = height? height - 2*padding: 1
var str = '
'
var textArr = text.split('
')
for (i in textArr)
str += '
' + textArr[i] + '
'
str += '
'
str += '
'
return str;
}
function menuImage(i_sImageName,selected, i_sWidth, i_sHeight)
{
if(selected) {
str = '
'
return str
}
else {
str = '
'
return str
}
}