to=new Array()

function over(n){
	if(typeof(to[n])!="undefined")clearTimeout(to[n])
	document.getElementById("o"+n).style.visibility="visible"
}

function out(n){
	to[n]=setTimeout('document.getElementById("o'+n+'").style.visibility="hidden"',500)
}

var html = '';
html += '		<div id="menu">';
html += '			<div class="mngeral">';
html += '				<ul id="nav">';
html += '					<li class="home"><a href="http://arenaturbo.ig.com.br/home.html" title="HOME">HOME</a></li>';
html += '					<li class="noticias"><a href="http://arenaturbo.ig.com.br/ultimasnoticias/noticias_ultnot_todas.html" title="NOT&Iacute;CIAS">NOT&Iacute;CIAS</a></li>';
html += '					<li class="reviews"><a href="http://arenaturbo.ig.com.br/ultimasnoticias/reviews_ultnot_todas.html" title="REVIEWS">REVIEWS</a></li>';
html += '					<li class="previews"><a href="http://arenaturbo.ig.com.br/ultimasnoticias/previews_ultnot_todas.html" title="PREVIEWS">PREVIEWS</a></li>';
html += '					<li class="videos"><a href="http://tvig.ig.com.br/Templates/ChannelContents.aspx?channel=18" title="V&Iacute;DEOS">V&Iacute;DEOS</a></li>';
html += '					<li class="blogs" onmouseover="over(2)" onmouseout="out(2)">';
html += '						<a href="#" title="BLOGS">BLOGS</a>';
html += '						<ul id="o2" class="dropdown" style="z-index:50">';
html += '							<li><a href="http://colunistas.ig.com.br/naturalborngamer/" title="Natural Born Gamer" style="width:110px;height:10px">Natural Born Gamer</a></li>';
html += '							<li><a href="http://www.colunistas.ig.com.br/gamerbr" title="GAME.BR" style="width:110px;height:10px">Gamer.br</a></li>';
html += '							<li><a href="http://www.colunistas.ig.com.br/gameover" title="GAME OVER" style="width:110px;height:10px">Game Over</a></li>';
html += '						</ul>';
html += '					</li>';
html += '					<li class="forum"><a href="http://forum.arenaig.ig.com.br/vbulletin/" title="F&Oacute;RUM">F&Oacute;RUM</a></li>';
html += '					<li class="jogosonline" onmouseover="over(1)" onmouseout="out(1)">';
html += '						<style>#o1 {width:163px}';
html += '						#o1 li a{width:134px!important}</style>';
html += '						<a href="#" title="JOGOS ONLINE">JOGOS ONLINE</a>';
html += '						<ul id="o1" class="dropdown" style="z-index:50">';
html += '							<li><a href="http://jogosonline.clickgratis.com.br/" title="CLICKGR&Aacute;TIS" style="height:10px">ClickGr&aacute;tis</a></li>';
html += '							<li><a href="http://jogueaki.ig.com.br/" title="JOGUE AKI!" style="height:10px">Jogue Aki!</a></li>';
html += '							<li><a href="http://kzam.ig.com.br/" title="KZAM!" style="height:10px">Kzam!</a></li>';
html += '							<li><a href="http://iguinho.ig.com.br/jogos.html" title="iGuinho" style="height:10px">iGuinho</a></li>';
html += '							<li><a href="http://www.superdownloads.com.br/jogos-online/" title="Superdownloads Jogos" style="border:0;height:10px">Superdownloads Jogos</a></li>';
html += '						</ul>';
html += '					</li>';
html += '					<!-- <li class="servidores"><a href="http://www.arenaturbo.ig.com.br/home_servidores.html" title="SERVIDORES">SERVIDORES</a></li>-->';
html += '				</ul>';
html += '			</div>';
html += '		</div>';
document.write(html);
