﻿BLANK_IMAGE = 'img/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#000099",		// background color for the items
		bgOVER:"#ff0000"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[0,-5], itemoff:[24,0], leveloff:[10,80], style:STYLE, size:[22,190]},
	{code:"Home", url:"http://www.pslod.org/index2.html"
	},
	{code:"Our Purpose",
		sub:[
			{itemoff:[23,0]},
			{code:"Our Mission", url:"http://www.pslod.org/mission.htm"},
			{code:"Meet the Board", url:"http://www.pslod.org/board.htm"},
			<!-->{code:"President's Corner", url:"http://www.pslod.org/president.htm"},<-->
			{code:"Request for Info", url:"http://www.pslod.org/contact_us.htm"}
		]
	},
	{code:"Events",
		sub:[
			{itemoff:[23,0]},
			{code:"Member Meetings", url:"http://www.pslod.org/meetings.htm"},
			{code:"Monthly Beverage Event", url:"http://www.pslod.org/meetings.htm"},
			{code:"Desert Leather Pride 2011", url:"http://www.desertleatherpride.com", target:"new"},
			{code:"Upcoming Local Events", url:"http://www.pslod.org/upcoming_local.htm"},
			{code:"Upcoming National Events", url:"http://theleatherjournal.com/?q=2007", target:"new"}
		]
	},
	{code:"Membership",
		sub:[
			{itemoff:[23,0]},
			{code:"Membership Info", url:"http://www.pslod.org/membership.htm"},
			{code:"Application Form", url:"http://www.pslod.org/membership.pdf"},
			{code:"Members Only", url:"http://www.pslod.org/membersonly.html"}
		]
	},
	{code:"Contact",
		sub:[
			{itemoff:[23,0]},
			{code:"Contact Us", url:"http://www.pslod.org/contact_us.htm"},
			{code:"Webmaster", url:"mailto:webmaster@pslod.org"}
		]
	},
	{code:"Links", url:"links.htm",
		sub:[
			{itemoff:[23,0]},
			{code:"Clubs", url:"links.htm#clubs"},
			{code:"Local Charities", url:"links.htm#online"},
			{code:"Online Ressources", url:"links.htm#mastery"},
			{code:"People", url:"links.htm#education"},
			{code:"Mastery/Slavery", url:"links.htm#people"},
			{code:"Religion", url:"links.htm#vendors"},
			{code:"Events", url:"links.htm#religion"},
					]
	}
/*

*/
];


