
var BLANK_IMAGE = "../site_images/b.gif";

var STYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#991133",   // color of the item border, if any
        shadow: "#000000",   // color of the item shadow, if any
        bgON:"#FFFFCC",       // background color for the items
        bgOVER:null    // background color for the item which is under mouse right now
    },
    css:{
        ON:"clsCMOver",       // CSS class for items
        OVER:"clsCMOver"    // CSS class  for item which is under mouse
    }
};

var zSTYLE = {
    border:1,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    borders:[1,0,1,1],
    color:{
        border:"#1a068c",   // color of the item border, if any
        shadow: "#000000",   // color of the item shadow, if any
        bgON:"#FFFFCC",       // background color for the items
        bgOVER:"#1a068c"    // background color for the item which is under mouse right now
    },
    css:{
        ON:"clsCMOver",       // CSS class for items
        OVER:"clsCMOver1"    // CSS class  for item which is under mouse
    }
};


  var MENU_Menu1 = [
    {pos:"relative", itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[31,85], exclusive:true},
	{code:'<img src="../site_images/manufacturing_link.gif" />',url:'#',
        sub:[
            	{"itemoff":[20,0], leveloff:[32,0],style:zSTYLE, size:[20,160]},
		{code:"&nbsp;&gt; PVC",url:'PVC.asp'},
		{code:"&nbsp;&gt; Aluminium",url:'Aluminium.asp'},
	]
    },
];


  var MENU_Menu2 = [
    {pos:"relative", itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[31,65], exclusive:true},
	{code:'<img src="../site_images/projects_link.gif" />',url:'#',
        sub:[
            {"itemoff":[20,0], leveloff:[32,0],style:zSTYLE, size:[20,180]},
            	{code:"&nbsp;&gt; Commercial",url:'CommercialProjects.asp'},
    {code:"&nbsp;&gt; Retail",url:'RetailProjects.asp'},
    {code:"&nbsp;&gt; New Build",url:'NewbuildProjects.asp'},
    {code:"&nbsp;&gt; Customer Commendations",url:'custcommendations.asp'},
        ]
    },
];


  var MENU_Menu3 = [
    {pos:"relative", itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[31,60], exclusive:true},

{code:'<img src="../site_images/quality_link.gif" />',url:'#',
        sub:[
            {"itemoff":[20,0], leveloff:[32,0],style:zSTYLE, size:[20,160]},
{code:"&nbsp;&gt; Company Accreditations",url:'Companyacc.asp'},
{code:"&nbsp;&gt; Product Kitemark",url:'Productkite.asp'},
{code:"&nbsp;&gt; Security Kitemark",url:'Securitykite.asp'},
        ]
    },
];

  var MENU_Menu4 = [
    {pos:"relative", itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[31,87], exclusive:true},

{code:'<img src="../site_images/healthandsafety_link.gif" />',url:'#',
        sub:[
            {"itemoff":[20,0], leveloff:[32,0],style:zSTYLE, size:[20,186]},
{code:"&nbsp;&gt; Health & Safety",url:'HealthSafety.asp'},
{code:"&nbsp;&gt; CHAS",url:'CHAS.asp'},
{code:"&nbsp;&gt; Constructiononline",url:'Constructiononline.asp'},
        ]
    },
];
  var MENU_Menu5 = [
    {pos:"relative", itemoff:[0,99], leveloff:[0,0], style:STYLE, size:[31,71], exclusive:true},

{code:'<img src="../site_images/products_link.gif" />',url:'Products.asp',
        sub:[
            {"itemoff":[20,0], leveloff:[32,0],style:zSTYLE, size:[20,186]},
{code:"&nbsp;&gt; Windows",url:'windows.asp'},
{code:"&nbsp;&gt; Doors",url:'doors.asp'},
{code:"&nbsp;&gt; Composite Doors",url:'compositedoors.asp'},
{code:"&nbsp;&gt; Conservatories",url:'conservatories.asp'},
{code:"&nbsp;&gt; Curtain Walling",url:'curtainwalling.asp'},
{code:"&nbsp;&gt; Aluminium Windows & doors",url:'alumwindowsdoors.asp'},
{code:"&nbsp;&gt; Maintenance Instructions",url:'maintenance2.asp'},
        ]
    },
];

