BLANK_IMAGE="img/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var STYLE1 = {"border":1, "shadow":1, "color":{"border":"gray", "shadow":"black", "bgON":"#ADD8E6","bgOVER":"#E0FFFF"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
var STYLE_TOP = {"border":0, "shadow":0, "color":{"border":"gray", "shadow":"black", "bgON":"silver","bgOVER":"FDB913"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
//popup windows for locator
function myPopup1() {
	newWindow = window.open('http://www.stacy-adams.com/salocator/','SAlocator','width=700,height=400,left=50,top=250,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollbars=1,resizable=1');
	newWindow.focus();
	}
//popup windows for locator
function myPopup2() {
	newWindow = window.open('http://www.florsheim.com/storelocator.asp','Florsheim','width=700,height=400,left=50,top=250,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollbars=1,resizable=1');
	newWindow.focus();
	}
//popup windows for locator
function myPopup3() {
	newWindow = window.open('http://www.nunnbush.com/find.html','NunnBush','width=700,height=400,left=50,top=250,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollbars=1,resizable=1');
	newWindow.focus();
	}
//items and formats
var MENU_ITEMS =
[
	{"hidden_top":1, "pos":[0,0], "size":[0,0],"itemoff":[0,0],"leveloff":[0,0],"delay":500,"style":STYLE_TOP},
	{code:"",
		sub:[
			{"size":[20,130], "itemoff":[21,0], "leveloff":[0,96], "style":STYLE1},
			{code:'Stacy Adams', url:'sa_home.html', target:'mainFrame'},
			{code:'Florsheim', url:'florsheim_home.html', target:'mainFrame'},
			{code:'Nunn Bush', url:'nb_home.html', target:'mainFrame'},
			{code:'Gianfranco Ruffini', url:'gr_home.html', target:'mainFrame'}

			]
	},
	{code:"",
		sub:[
			{"size":[20,150], "itemoff":[21,0], "leveloff":[0,318], "style":STYLE1},
			{code:'Stacy Adams Locator', url:"javascript:void(myPopup1())"},
			{code:'Florsheim Locator', url:"javascript:void(myPopup2())"},
			{code:'Nunn Bush Locator', url:"javascript:void(myPopup3())"}
			]
	},


];
