﻿
// Initialize variables/keywords for pulldown menus
var code="code";var url="url";var sub="sub";
//
// sets sizes contents for pulldown menus
var BLANK_IMAGE = "b.gif";
var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};
var STYLE1 = {"border":1, "shadow":0, "color":{"border":"D3D3D3", "shadow":"black", "bgON":"FFFFFF","bgOVER":"D3D3D3"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
//items and formats
var MENU_ITEMS =
[
	{pos:[111,148], size:[15,60], itemoff:[24,0], leveloff:[0,60], delay:500, style:NOSTYLE},
	{code:'<img src="images/mn-com.gif" width="60" height="15" />', ocode:'<img src="images/mn-hom_over.gif" width="60" height="15" />',
		sub:[
			{"size":[17,100], "itemoff":[18,0], "leveloff":[18,0], "style":STYLE1},
			{code:' LOCATIONS',
			sub:[
					{size:[17,90], leveloff:[8,101]},
					{code:' SAN ANTONIO', url: "saloc.html"},
					{code:' McALLEN', url: "maloc.html"}
					]
					},

			{code:' CONTACT US', url: "contact.html"},
			
			]
	},

	{code:'<img src="images/mn-edu.gif" width="69" height="15" />', ocode:'<img src="images/mn-edu_over.gif" width="69" height="15" />', format:{itemoff:[0,87]},
		sub:[
			{"size":[17,100], "itemoff":[18,0], "leveloff":[18,0], "style":STYLE1},
			{code:' CLASS SCHEDULE', url: "edu/classes.html"},
			
			]
	},
	
	{code:'<img src="images/mn-off.gif" width="43" height="15" />', ocode:'<img src="images/mn-off_over.gif" width="43" height="15" />', format:{itemoff:[0,96]},
		sub:[
			{"size":[17,95], "itemoff":[18,0], "leveloff":[18,0], "style":STYLE1},
			{code:' CURRENT DEALS', url: "deals.html"},
			{code:' SPECIALS', url: "specials.html"},
			
			]
	},
	
	{code:'<img src="images/mn-cat.gif" width="62" height="15" />', ocode:'<img src="images/mn-cat_over.gif" width="62" height="15" />', format:{itemoff:[0,70]},
		sub:[
			{"size":[17,100], "itemoff":[18,0], "leveloff":[18,0], "style":STYLE1},
			{code:' EQUIPMENT', url: "catalogs/equipment.html"},

			
			]
	},
	];

