var MENU_ITEMS_s = [[monta('&nbsp;<b>Português</b>'), 'http://www.forodobrasil.info/index1.asp?qm=p&ed=1&c=16', ],[monta('&nbsp;<b>English</b>'), 'http://www.forodobrasil.info/index1.asp?qm=p&ed=3&c=85', ],[monta('&nbsp;<b>Français</b>'), 'http://www.forodobrasil.info/index1.asp?qm=p&ed=4&c=113', ],[monta('&nbsp;<b>Italiano</b>'), 'http://www.forodobrasil.info/index1.asp?qm=p&ed=5&c=141', ],[monta('&nbsp;<b>Castellano</b>'), 'http://www.forodobrasil.info/index1.asp?qm=p&ed=2&c=57', ],[monta('&nbsp;<b><font color=#E9967A>Fale Conosco</font></b>'), 'contato.asp?nip=PX5_&qm=s&ed=0&m=203&nm=&ter=apn76', ],];
var MENU_POSs =[
{
	'height'     : 20,
	'width'      : 110,
	'vertical'   : true,
	'text_valign': 'middle',
	'expd_delay' : 300,
	'table': [0,0,0],
	'css': {
		'table' : 'mstable',
		'outer' : ['msmouto','msmovero','msmdowno'],
		'inner' : ['msinner', 'msover']
		}
},
{
	'width'      : 150,
	'height'     : 20,
	'block_top'  : 0,
	'block_left' : -20,
	'wise_pos'   : 2,
	'vertical'   : true,
	'text_valign': 'middle',
	'transition' : [0, 0.3, 0, 0.3],
	'table': [0,0,0],
	'hide_delay' : 300,
	'css' : {
		'table' : 'mstable',
		'outer' : ['msmouto','msmovero','msmdowno'],
		'inner' : ['msinner', 'msover']
	},
	'opacity' : 90,
	'transition': ['revealTrans(TRANSITION=0,DURATION=0.3)',
	'revealTrans(TRANSITION=1,DURATION=0.3)']
},
{
	'block_left' : 20
},
]

function monta(text)
	{
	res=text
	return res;
	};
