﻿var Menukarnic = {
"type" : "box",
	
"style"	: 
        {
	    "css" : "menuregal",
		"box"	: false,
        "size"	:[720, 26],
		"itemoffset": { "y":0, "x":0 },
        "direction":"h",
        "opacity" : 100,
        "fixedwidth" : 760,
        "imgspace" : 0
        
	},

"itemover" : {"css" : "menuregalover"},
    
"position": { "absolute": false, "pos":[0,1], "align":"left", "menuoffset" : {"x":"0", "y":"0"}},

	"items" : [                
				{ "text":"20 pieds", 
   	        	  "style": {"size":[100, 20]},
		   		  "menu": 
		   		  {
				  	"style": { "css" : "menuregal",                          
				             	"direction":"v",
			          			"box": true,
//                                "itemoffset": {"x":2, "y":2},
                                "bgcolor" : "#928D92",                                
		                        "size":[100, 20]
                             }, 

                    "itemover" : { "css" : "menuregalover", "size":[110, 20]
                                  },

                    "position" : {
                    			"menuoffset" : {"x":"0", "y":"1"},
								"anchor": "sw",
								"anchor_side":"nw"
                                 },
		  			"items"	: [
			  					{"text":"2050",
       			              	 			"action": {"url" : "/karnic/2050.html", "target" : "_parent"} 
			  					},
						  		{"text": "2051",
			  					 "action": {"url" : "/karnic/2051.html", "target" : "_parent"}
			  					}
					          ]
				  }   
				},

		        { "text":"22 pieds",
   	        	  "style": {"size":[100, 20]},
		   		  "menu": 
		   		  {
				  	"style": {  "css" : "menuregal",     
				             	"direction":"v",
			          			"box":true,
                                "itemoffset": {"x":2, "y":2},
                                
                                "bgcolor" : "#928D92",                                
		                        "size":[100, 20]
                             }, 

                    "itemover" : { "css" : "menuregalover", "size":[110, 20]
                    				},

                    "position" : {
                    			"menuoffset" : {"x":"0", "y":"1"},
								"anchor": "sw",
								"anchor_side":"nw"
                                 },
				  	"items"	: [
						  		{"text": "2250",
     					  		 "action": {"url" : "/karnic/2250.html", "target" : "_parent"}
          					    },
						  		{"text": "2260",
     					  		 "action": {"url" : "/karnic/2260.html", "target" : "_parent"}
          					    },
						  		{"text": "2265",
     					  		 "action": {"url" : "/karnic/2265.html", "target" : "_parent"}
                                }

			                  ]
		          }                                                               
                },
                       
		        { "text":"24 pieds",
   	        	  "style": {"size":[100, 20]},
		   		  "menu": 
		   		  {
				  	"style": {  "css" : "menuregal",                         
				             	"direction":"v",
			          			"box":true,
                                "itemoffset": {"x":2, "y":2},
                                
                                "bgcolor" : "#928D92",                                
                                "bgimg":"",
		                        "size":[100, 20]
                             }, 

					"itemover" : { "css" : "menuregalover", "size":[110, 20]
                    				},

                    "position" : {
                    			"menuoffset" : {"x":"0", "y":"1"},
								"anchor": "sw",
								"anchor_side":"nw"
                                 },
				  	"items"	: [
						  		{"text": "2450_2460",
     					  		 "action": {"url" : "/karnic/2450_2460.html", "target" : "_parent"}
                                		}

			                  ]
		          }                                                               
                },
				{ "text":"26 pieds",
				  "style" : {"size"	:[100, 20]},
		   		  "menu": 
		   		  {
				  	"style": {  "css" : "menuregal",                         
				             	"direction":"v",
			          			"box":true,
                                "itemoffset": {"x":2, "y":2},
                                
                                "bgcolor" : "#928D92",                                
                                "bgimg":"",
		                        "size":[100, 20]
                             }, 

					"itemover" : { "css" : "menuregalover", "size":[110, 20]
                    				},
                    "position" : {
                    			"menuoffset" : {"x":"0", "y":"1"},
								"anchor": "sw",
								"anchor_side":"nw"
                                 },
				  	"items"	: [
						  		{"text": "2650_2660",
     					  		 "action": {"url" : "/karnic/2650_2660.html", "target" : "_parent"}
                                }

			                  ]
		          }                                                               
                },

				{ "text":"divers",
   	              "style": {"size":[100, 20]},
  		   		  "menu": 
		   		  {
				  	"style": {  "css" : "menuregal",                         
				             	"direction":"v",
			          			"box":true,
                                "itemoffset": {"x":2, "y":2},
                                
                                "bgcolor" : "#928D92",                                
                                "bgimg":"",
		                        "size":[100, 20]
                             }, 

                    "itemover" : { "css" : "menuregalover", "size":[110, 20]
                    				},

                    "position" : {
                    			"menuoffset" : {"x":"0", "y":"1"},
								"anchor": "sw",
								"anchor_side":"nw"
                                 },
				  	"items"	: [
						  		{"text": "Equipements",
     					  		 "action": {"url" : "/karnic/equipements.html", "target" : "_parent"}
          					    },
						  		{"text": "Construction",
     					  		 "action": {"url" : "/karnic/construction.html", "target" : "_parent"}
                                }

			                  ]
		          }                                                               
      		}  

           	  ]
};