//definition file 
//styles 

var itemOn = { bgcolor:'#F5151B', color:'#BE271F', css: 'menu_specials_on' };
var itemOff = { bgcolor:'#F5151B', color : '#000000' };
var itemOn_menu = { bgcolor:'#747474', color:'#FF0000', css: 'menu_specials_on_sub', size: [232,65], "bgimg":"http://www.luggagetogo.com/img/brands/samsonite/logos/specials.gif" };
var itemOff_menu = { bgcolor:'#747474', color : '#FFFFFF', css: 'menu_specials_sub', size: [232,65], "bgimg":"http://www.luggagetogo.com/img/brands/samsonite/logos/specials.gif" };
var MenuDef_specials =
{
	"style"	:
	{
		"css" : "menu_specials",		
		"box"	: true,
		"fixwidth": 127,
		"size":[100,35],
		"bgcolor":"F5151B",
		"direction":"h",		
		"border":{},
		"imgendon":{"src":"img/arr_on.gif", "width":10,"height":5},	
		"imgendoff":{"src":"img/arr_off.gif", "width":10,"height":5},
		"imgspace": 5
	},
	"itemover": { "css" : "menu_specials_over", "bgcolor":"#F5151B", "color":"#FFFFFF" },
	"position": { "absolute": false, "pos":[0,0] },
	"items" : [
		{                
			"text":"Specials!",
			style: itemOff,
	  		"menu":
				{
					"style" : {"size" :[80,20], "box"	: false, "direction":"v", "opacity": 90, "border": {"color":"#CCCCCC", "width":"0"} },
					"itemover": { "css" : "menu_specials_over_sub", "bgcolor":"#959595", "color":"#000000" },
					"otime": 400,
					"position" :
					{
						"anchor": "s",
						"anchor_side":"nw",
						"menuoffset": {"x":"-65", "y":"-5" }
					},
		  			"items"	:
		  				[
				  			{
					  			"text": "Wheeled Totes",
					  			"action": {"url":"wheeled_totes.html", "title":"Wheeled Totes"},
					  			style: wheeled ? itemOn_menu: itemOff_menu
							},
							{
								"text": "Carry-ons",
	                            "action":{"url":"carry_ons.html", "title":"Carry-ons"},
					  			style: carry ? itemOn_menu: itemOff_menu
							},
							{
								"text": "Suitcases",
	                            "action":{"url":"suitcases.html", "title":"Suitcases"},
					  			style: suitcases ? itemOn_menu: itemOff_menu
							},
							{
								"text": "Wheeled Garment Bags",
	                            "action":{"url":"wheeled_garment.html", "title":"Wheeled Garment Bags"},
					  			style: wgb ? itemOn_menu: itemOff_menu
							},
							{
								"text": "Non-wheeled Totes",
	                            "action":{"url":"nonwheeled_totes.html", "title":"Non-wheeled Totes"},
					  			style: nwt ? itemOn_menu: itemOff_menu
							},
							{
								"text": "Garment Bags",
	                            "action":{"url":"garment.html", "title":"Garment Bags"},
					  			style: garment ? itemOn_menu: itemOff_menu
							}
						]
			         }
		     }                                                               	
   	]
};

