BLANK_IMAGE = 'common/images/b.gif';

var STYLE = {
	border:0,			// 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:"#DBEDF7",		// background color for the items
		bgOVER:"#7A7A7A"	// background color for the item which is under mouse right now
	},
	css:
	{
		ON:"clsVCMOn",		// CSS class for items
		OVER:"clsVCMOver"	// CSS class  for item which is under mouse
	}
};

var SubSTYLE = {
	border:0,			// 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:"#DBEDF7",		// background color for the items
		bgOVER:"#7A7A7A"	// background color for the item which is under mouse right now
	},
	css:
	{
		ON:"clsVSubCMOn",		// CSS class for items
		OVER:"clsVSubCMOver"	// CSS class  for item which is under mouse
	}
};

var VMENU_ITEMS = [
	{
	    pos:"relative", itemoff:[29,0], leveloff:[0,159], style:STYLE, size:[30,160]
    },
	{
        code: "City of West Point",
        url: "http://www.cityofwestpointga.com/",
        target: "_blank"
	},
	{
	    code:"Education",
		sub:[	
		    {
		        style:SubSTYLE, size:[30,200]},	
			{
			    code:"Springwood School",
                url: "http://www.springwoodschool.com",
                target: "_blank"
			},
			{
			    code:"Harris County Schools",
                url: "http://harriscounty.ga.schoolwebpages.com/education/district/district.php?sectionid=1",
                target: "_blank"
			},
			{
			    code:"Troup County Schools",
                url: "http://www.troup.k12.ga.us/",
                target: "_blank"
			}
		]
	},
	{
	    code:"Jobs",
		sub:[	
		    {
		        style:SubSTYLE, size:[30,200]
	        },	
	        {
		        code:"KIA Motors Manufacturing Georgia",
                url: "http://www.kmmgusa.com",
                target: "_blank"
		    },
			{
		        code:"Powertech America",
                url: "mailto:TeamMemberResume@gmail.com",
                target: "_blank"
		    },
			{
		        code:"Glovis Georgia",
                url: "mailto:pcole@glovisga.com",
                target: "_blank"
		    },
			{
		        code:"Daehan Solution Georgia",
                url: "mailto:Lisa.Leroy@dhsol-USA.com",
                target: "_self"
		    },
			{
		        code:"Johnson Controls, Inc",
                url: "http://www.johnsoncontrols.com",
                target: "_blank"
		    },
		    {
		        code:"JC Malone",
                url: "http://www.jcmalone.com/",
                target: "_blank"
		    },
		    {
		        code:"Management Recruiters of Auburn-Opelika",
                url: "http://www.mrauburn.com/",
                target: "_blank"
		    },
		    {
		        code:"Monster",
                url: "http://www.monster.com",
                target: "_blank"
		    }
	    ]
    },
    {
	    code:"Recreation",
		sub:[	
		    {
		        style:SubSTYLE, size:[30,200]
	        },	
			{
			    code:"West Point Lake",
                url: "http://westpt.sam.usace.army.mil/",
                target: "_blank"
			},
			{
			    code:"Callaway Gardens",
                url: "http://www.callawaygardens.com",
                target: "_blank"
			},
			{
			    code:"West Point Parks and Recreation",
                url: "http://www.cityofwestpointga.com/the_latest_news/services",
                target: "_blank"
			},
			{
			    code:"West Point Adventure Jam",
                url: "http://www.chatwebdesign.com/adventurejam/index.htm",
                target: "_blank"
			}
		]
	},
	{
        code: "Climate",
        url: "http://www.accuweather.com/us/ga/west-point/31833/forecast-normals.asp?partner=netweather&traveler=0&zipChg=1",
        target: "_blank"
	},
	{
	    code:"Healthcare",
		sub:[	
		    {
		        style:SubSTYLE, size:[30,200]
	        },	
			{
			    code:"Lanier Hospital",
                url: "http://www.lanierhospital.com/",
                target: "_blank"
			},
			{
			    code:"West GA Medical Center",
                url: "http://www.wghs.org/",
                target: "_blank"
			}
		]
	},
	{
        code: "Dev. Auth",
        url: "http://www.thevalleypartnership.com/",
        target: "_blank"
	},
	{
	    code:"Chamber of Commerce",
		sub:[	
		    {
		        style:SubSTYLE, size:[30,200]
	        },	
			{
			    code:"LaGrange-Troup County",
                url: "http://www.lagrangechamber.com/default.asp",
                target: "_blank"
			},
			{
			    code:"Harris County Georgia",
                url: "http://www.harriscountychamber.org/",
                target: "_blank"
			},
			{
			    code:"Valley Area Chamber",
                url: "http://www.greatervalleyarea.com/",
                target: "_blank"
			}
		]
	},
	{
	    code:"Economic Impact of KIA",
		sub:[	
		    {
		        style:SubSTYLE, size:[30,200]
	        },	
			{
			    code:"Georgia Tech Study",
                url: "/common/pdf/Economic-Impact-of-Kia.pdf",
                target: "_blank"
			}
		]
	}
];


