BLANK_IMAGE = 'images/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:"#cccccc",	// color of the item border, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#000000"	// 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_ITEMS1 = [
	{pos:'relative', itemoff:[0,99], leveloff:[25,0], style:STYLE, size:[25,100]},
	

	

	{code:"In this issue", url:'../index.html', size:[25,106],
		sub:[
			
	]
	},


	{code:"Events", url:'events.html', itemoff:[0,105], size:[25,80],
		sub:[
		]
	},

	
	{code:"Online Meetings", url:'meetings.html', itemoff:[0,79], size:[25,137],
		sub:[
		]
	},


	{code:"Jobs", url:'jobs.html', itemoff:[0,136], size:[25,67],
		sub:[
		]
	},
	
	
	
	{code:'Advertise', url:'advertise.html', itemoff:[0,66], size:[25,98],
		sub:[
			{itemoff:[24,0], size:[25,194]},
			{code:"Forward Features", url:'features.html', 
				sub:[
				]
			},
			{code:"Copy Requirements", url:'copy_req.html', 
				sub:[
				]
			}
		]
	},


	{code:"Subscribe", url:'login.php', itemoff:[0,97], size:[25,97],
		sub:[
			
		]
	},


	{code:"Assinar", url:'../subbra/login.php', itemoff:[0,96], size:[25,82],
		sub:[
			
		]
	},



{code:"Подписаться", url:'../subrus/login.php', itemoff:[0,81], size:[25,116],
		sub:[
			
		]
	},
	

	{code:"订阅", url:'../subchi/login.php', itemoff:[0,115], size:[25,55], 
		sub:[
			
	]
	}


				
];



