BLANK_IMAGE = 'temas/newlook/imagens/pixel.gif';

var TOPMENUSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"transparent",
		shadow:"transparent",
		bgON:"transparent",
		bgOVER:"transparent"
	},
	css:{
		ON:"topmenuon",
		OVER:"topmenuover"
	}
};

var TOPSUBMENUSTYLE_START = {
	border:0,
	shadow:1,
	color:{
		border:"transparent",
		shadow:"#000000",
		bgON:"#ffffff",
		bgOVER:"#c8c8c8"
	},
	css:{
		ON:"topsubmenustarton",
		OVER:"topsubmenustartover"
	}
};

var TOPSUBMENUSTYLE = {
    border:0,
    shadow:1,
    color:{
        border:"transparent",
        shadow:"#000000",
        bgON:"#ffffff",
        bgOVER:"#B6BDD2"
    },
    css:{
        ON:"topsubmenuon",
        OVER:"topsubmenuover"
    }
};

var MENU_ITEMS = [
    {pos:"relative", itemoff:[0,128], leveloff:[20,0], style:TOPMENUSTYLE, size:[20,101]},
	{code:'<img src="temas/newlook/imagens/noticias_off.gif" width="101" height="20">', ocode:'<img src="temas/newlook/imagens/noticias_on.gif" width="101" height="20">', url:"index.php#noticias"},
	{code:'<img src="temas/newlook/imagens/referencias_off.gif" width="101" height="20">', ocode:'<img src="temas/newlook/imagens/referencias_on.gif" width="101" height="20">',
		sub:[
			{itemoff:[20,0], leveloff:[0,0], size:[20,140], style:TOPSUBMENUSTYLE},
			{code:"Artigos", url:"construcao.php", format:{style:TOPSUBMENUSTYLE_START}},
			{code:"Livros", url:"construcao.php"},
            {code:"Dicionário de termos", url:"construcao.php"},
            {code:"Software", url:"construcao.php"},
            {code:"Hardware", url:"construcao.php"},
            {code:"Links", url:"construcao.php"}
		],
	 url:""},
    {code:'<img src="temas/newlook/imagens/comunidade_off.gif" width="101" height="20">', ocode:'<img src="temas/newlook/imagens/comunidade_on.gif" width="101" height="20">',
        sub:[
            {itemoff:[20,0], leveloff:[0,0], size:[20,140], style:TOPSUBMENUSTYLE},
            {code:"Fórum", url:"forum.php", format:{style:TOPSUBMENUSTYLE_START}},
            {code:"Competições", url:"construcao.php"},
            {code:"Encontros", url:"construcao.php"},
            {code:"Páginas alojadas", url:"construcao.php"},
            {code:"#gamedev @ PTNet", url:"irc.php"},
            {code:"IGDA Cap. Lisboa", url:"http://www.igda.org/lisbon/", target:"_blank"}
        ],
     url:""},
	{code:'<img src="temas/newlook/imagens/eventos_off.gif" width="101" height="20">', ocode:'<img src="temas/newlook/imagens/eventos_on.gif" width="101" height="20">', url:"construcao.php"},
	{code:'<img src="temas/newlook/imagens/directorio_off.gif" width="101" height="20">', ocode:'<img src="temas/newlook/imagens/directorio_on.gif" width="101" height="20">',
        sub:[
            {itemoff:[20,0], leveloff:[0,0], size:[20,110], style:TOPSUBMENUSTYLE},
            {code:"Emprego", url:"construcao.php", format:{style:TOPSUBMENUSTYLE_START}},
            {code:"Utilizadores", url:"construcao.php"},
            {code:"Projectos", url:"construcao.php"},
            {code:"Grupos", url:"construcao.php"},
            {code:"Empresas", url:"construcao.php"}
        ],
     url:""},
	{code:'<img src="temas/newlook/imagens/loja_off.gif" width="101" height="20">', ocode:'<img src="temas/newlook/imagens/loja_on.gif" width="101" height="20">', url:"http://www.cafepress.com/gamedevpt", target:"_blank"},
	{code:'<img src="temas/newlook/imagens/ajuda_off.gif" width="101" height="20">', ocode:'<img src="temas/newlook/imagens/ajuda_on.gif" width="101" height="20">',
		sub:[
			{"itemoff":[20,0], "leveloff":[0,-50], "size":[20,150], "style":TOPSUBMENUSTYLE },
			{code:"Questões Frequentes", url:"construcao.php", format:{style:TOPSUBMENUSTYLE_START}},
			{code:"Termos de utilização", url:"pagina.php?pid=1"},
			{code:"Política de Privacidade", url:"pagina.php?pid=2"},
            {code:"Publicidade", url:"pagina.php?pid=5"},
            {code:"Sobre nós", url:"pagina.php?pid=3"},
			{code:"Contactos", url:"pagina.php?pid=4"}
		],
	 url:""}
];