var Menu1 = new Array ()
var subMenu1 = new Array ()
Menu1[0] = new Array("Sheeps wool", "/insulation/thermafleece.aspx","_top")
subMenu1[0] = new Array()
Menu1[1] = new Array("Cellulose", "/insulation/warmcell100.aspx","_top")
subMenu1[1] = new Array()
Menu1[2] = new Array("Hemp/cotton", "/insulation/isonat.aspx","_top")
subMenu1[2] = new Array()
/// FORMAT MENU ///
menuStyle = "flat" // Menu Style (flat, 3d)
cellPadding = "4" // Cell Padding
cellBorder = 1 // Border width (for no border, enter 0) THIS VALUE APPLIES TO ALL MENUS
verticalOffset = "0" // Vertical offset of Sub Menu.
horizontalOffset = "30" // Horizontal offset of Sub Menu.
subMenuDelay = 1 // Time sub menu stays visible for (in seconds). THIS VALUE APPLIES TO ALL MENUS
subIndicate = 1 // Show if a sub menu is present (use 0 for "no") THIS VALUE APPLIES TO ALL MENUS
indicator = "
" // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
// Use standard HTML tag. You can use a character instead of an image.
// e.g. indicator = ">"
// Main Menu Items
menuWidth = "0" // Width of menu item. Use 0 for default
borderColor = "#FF0000" // Border Colour (flat mode only)
borderHighlight = "#FF0000" // Border Highlight Colour (3d mode only)
borderShadow = "#31556D" // Border Shadow Colour (3d mode only)
menuBackground = "#DDDDDD" // Cell Background Colour
menuHoverBackground = "#FF0000" // Cell Background Colour on mouse rollover
fontFace = "arial" // Font Face
fontColour = "#FF0000" // Font Colour
fontHoverColour = "#FFFFFF" // Font Colour on mouse rollover
fontSize = "12pt" // Font Size
fontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
fontWeight = "normal" // Font Weight (normal, bold)
// Sub Menu Items
smenuWidth = "0" // Width of sub menu item. Use 0 for default
sborderColor = "#FF0000" // Border Colour (flat mode only)
sborderHighlight = "#FF0000" // Border Highlight Colour (3d mode only)
sborderShadow = "#83837C" // Border Shadow Colour (3d mode only)
smenuBackground = "#DDDDDD" // Cell Background Colour
smenuHoverBackground = "#FF0000" // Cell Background Colour on mouse rolloverr
sfontFace = "arial" // Font Face
sfontColour = "#FF0000" // Font Colour
sfontHoverColour = "#FFFFFF" // Font Colour on mouse rollover
sfontSize = "12pt" // Font Size
sfontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
sfontWeight = "normal" // Font Weight (normal, bold)
quantity = 1
/// END FORMAT MENU ////
/// DO NOT EDIT BELOW THIS LINE ///
// Browser Sniffer
var isIE = (document.getElementById && document.all)?true:false;
var isNS4 = (document.layers)?true:false;
var isNS6 = (document.getElementById && !document.all)?true:false;
var timer;
var obj = (isIE)?"document.all":"document.getElementById"
// Menu Styles
function createStyles(quant){
styleBorder=(menuStyle.split(",")[quant-1].toLowerCase() == "flat")?cellBorder:0
document.writeln ('');
}
// Build and show the main menu items
function showMenus(quant,definedOrientation, website)
{
indicator = '/images/buttons/shop_button_arrow.gif';
indicator = website + indicator;
indicator = "
";
createStyles(quant);
if(definedOrientation!=""){orientation=definedOrientation}
if (orientation.toLowerCase() == "vertical"){document.writeln ('
| '); if (orientation.toLowerCase()=="vertical") document.writeln(' |
'+eval("subMenu"+quant)[x][y][0]+' | ');
}
else
{
document.writeln (''+eval("subMenu"+quant)[x][y][0]+' | '); } } document.writeln ('