BLANK_IMAGE = 'common/images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#99D1F4",		// background color for the items
		bgOVER:"#3B90D0"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsHCMOn",		// CSS class for items
		OVER:"clsHCMOver"	// CSS class  for item which is under mouse
	}
};

var HMENU_ITEMS = [
	{pos:"relative", itemoff:[0,146], leveloff:[34,0], style:NOSTYLE, size:[33,144]},
	{
	    code:'<img src="common/images/topmenu1.jpg" width="144" height="33" />',
		ocode:'<img src="common/images/topmenu1.jpg" width="144" height="33" />',		
		sub:[		
		    {
		        itemoff:[33,0], size:[34,160], style:STYLE
		    },
			{
			    code:"New Center of Opportunity",
			    url: "pressBackgrounder.htm",
                target: "_self"
			},
			{
			    code:"Facts About West Point",
			    url: "common/pdf/FactSheet.pdf",
                target: "_blank"
			},
			{
			    code:"What People Are Saying About West Point",
			    url: "whatPeopleAreSaying.htm",
                target: "_self"
			}
		]
	},
	{
	    code:'<img src="common/images/topmenu2.jpg" width="144" height="33" />',
		ocode:'<img src="common/images/topmenu2.jpg" width="144" height="33" />',
//		url: "whyWestPoint.htm",
//        target: "_self"	
		sub:[		
		    {
		        itemoff:[33,0], size:[34,160], style:STYLE
		    },
			{
			    code:"For Business",
			    url: "whyWestPointForBusiness.htm",
                target: "_self"
			},
			{
			    code:"For Families",
			    url: "whyWestPointForFamilies.htm",
                target: "_self"
			}
		]	
	},
	{
	    code:'<img src="common/images/topmenu3.jpg" width="144" height="33" />',
		ocode:'<img src="common/images/topmenu3.jpg" width="144" height="33" />',		
        url: "MessageFromMayor.htm",
        target: "_self"
		
	}
];


