BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#cccccc",///"#FFCC33",	// color of the item border, if any
		shadow:"#FFFFFF",///"#36444D",	// color of the item shadow, if any
		bgON:  "#FFFFFF", //"#EBEBEB",		// background color for the items
		bgOVER: "#99ccff"  //"#FFFFFF"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

<!-- php items -->

var MENU_ITEMS3 = [
				  
    {pos:'relative',itemoff:[0,123.5], leveloff:[0,25], style:STYLE, size:[25,121]},
    <!-- new item  {pos:[250,75], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},-->
	{code:"Home", url:"index.php?page=home.php"
  
    },
  
  

         <!-- new item -->
	{code:"Services", url:"index.php?page=services.php",
   sub:[
              {"itemoff":[26,0],leveloff:[26,0], style:STYLE, size:[25,185]},
              {code:"Strategic Operations", "url":"index.php?page=strat_op.php"},
              {code:"Operations Improvement", "url":"index.php?page=op_imp.php"},
              {code:"People in Operations", "url":"index.php?page=peo_op.php"},
              {code:"Operational Planning & Control", "url":"index.php?page=plan_con.php"},
              {code:"Operations Design", "url":"index.php?page=op_design.php"},
          
            <!--    {code:"Electrical Installations", "url":"index-main.php?page=elec_ins.php"}-->
			
        ]
    
    }, 
 <!-- new item -->
	 {code:"Clients", "url":"index.php?page=clients.php",

 sub:[
              {"itemoff":[26,0],leveloff:[26,0], style:STYLE, size:[25,121]},
              {code:"Testimonials", "url":"index.php?page=testa.php"},
            
            <!--    {code:"Electrical Installations", "url":"index-main.php?page=elec_ins.php"}-->
			
        ]
    
    },

  <!-- new item -->
    
	{code:"People", "url":"index.php?page=people.php"
    
    },

<!-- new item -->
    
	{code:"Partners", "url":"index.php?page=partners.php"
    
    },

	
	
	


	     <!-- new item -->
	{code:"Contact us", url:"index.php?page=contact.php"
    
    }
	
	
	
	
<!-- end -->
];



<!-- html items -->
<!-- html items -->
<!-- html items -->
<!-- html items -->
<!-- html items -->
<!-- html items -->
<!-- html items -->

var MENU_ITEMS2 = [
				  
    {pos:'relative',itemoff:[0,123.5], leveloff:[0,25], style:STYLE, size:[25,121]},
    <!-- new item  {pos:[250,75], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},-->
	{code:"Home", url:"index.html"
  
    },
  
  

         <!-- new item -->
	{code:"Services", url:"services.html",
   sub:[
              {"itemoff":[26,0],leveloff:[26,0], style:STYLE, size:[25,185]},
			   {code:"OEE Software Sales", "url":"oee_soft.html"},
              {code:"Strategic Operations", "url":"strat_op.html"},
              {code:"Operations Improvement", "url":"op_imp.html"},
              {code:"People in Operations", "url":"peo_op.html"},
              {code:"Operational Planning & Control", "url":"plan_con.html"},
              {code:"Operations Design", "url":"op_design.html"},
          
            <!--    {code:"Electrical Installations", "url":"index-main.php?page=elec_ins.php"}-->
			
        ]
    
    }, 
 <!-- new item -->
	 {code:"Clients", "url":"clients.html",

 sub:[
              {"itemoff":[26,0],leveloff:[26,0], style:STYLE, size:[25,121]},
              {code:"Testimonials", "url":"testa.html"},
            
            <!--    {code:"Electrical Installations", "url":"index-main.php?page=elec_ins.php"}-->
			
        ]
    
    },

  <!-- new item -->
    
	{code:"People", "url":"people.html"
    
    },

<!-- new item -->
    
	{code:"Partners", "url":"partners.html"
    
    },

	
	
	


	     <!-- new item -->
	{code:"Contact us", url:"contact.html"
    
    }
	
	
	
	
<!-- end -->
];


