// JavaScript Document
document.writeln("<style>");
document.writeln(".title_main {position:relative; z-index:100;}");
document.writeln(".title_center {position:absolute;visibility:hidden;}");
document.writeln(".title_menu {position:absolute;z-index:100;left:-105px;top:0px;}");
document.writeln("<\/style>")

document.writeln("<table width=\"100%\" height=\"0\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>\n");

if(typeof(disable_links) == "undefined")
{
	disable_links = false;
}

function flLayerCtl(bl) {
	var ob = document.getElementById("fl_centerLayer");
	if(bl) {
		ob.style.visibility = "visible";
	} else {
		ob.style.visibility = "hidden";
	}
}

function gGenerateCtl(disable) {
var image_baseurl = "/title/image/";
var main_framework =
"<div class=\"title_main\">"+
"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\""+image_baseurl+"title_bg.gif\" class=\"title\"><tr><td>"+
"<table width=\"100%\" height=\"40\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" onselectstart=\"return false;\" oncontextmenu=\"return false;\" ><tr>"+
//主logo
"<td><a href=\"http://www.91wan.com\" target=\"_blank\"><img src=\""+image_baseurl+"logo.gif\" border=\"0\" hspace=\"10\"></a></td>"+
"<td width=\"320\" ><iframe height=\"18\" src=\"/title/image/toplist_all.htm\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe></td>"+
"<td width=\"50%\">&nbsp;</td>"+
//
//主导航
"<td><a href=\"http://www.91wan.com/zjcq/\" target=\"_blank\"><img src=\""+image_baseurl+"zjcq.gif\" width=\"90\" height=\"24\" border=\"0\" hspace=\"3\"></a></td>"+
"<td><a href=\"http://www.91wan.com/dfxx/\" target=\"_blank\"><img src=\""+image_baseurl+"dfxx.gif\" width=\"90\" height=\"24\" border=\"0\" hspace=\"3\"></a></td>"+
"<td><a href=\"http://www.91wan.com/yxyz/\" target=\"_blank\"><img src=\""+image_baseurl+"yxyz.gif\" width=\"90\" height=\"24\" border=\"0\" hspace=\"3\"></a></td>"+
"<td><a href=\"http://www.91wan.com/yjjh/\" target=\"_blank\"><img src=\""+image_baseurl+"yjjh.gif\" width=\"90\" height=\"24\" border=\"0\" hspace=\"3\"></a></td>"+
"<td><a href=\"http://www.91wan.com/lshh/\" target=\"_blank\"><img src=\""+image_baseurl+"lshh.gif\" width=\"90\" height=\"24\" border=\"0\" hspace=\"3\"></a></td>"+
//
//game-LOGO
"<td width=\"100\"><img src=\""+image_baseurl+"game_logo.gif\" align=\"absmiddle\" onfocus=\"blur();\" onmouseover=\"flLayerCtl(true);\"></td>"+
//
//右箭头
"<td><img src=\""+image_baseurl+"arrowhead.gif\" align=\"absmiddle\" onmouseover=\"flLayerCtl(true);\" hspace=\"10\"></td>"+
//
//上框
"<td width=\"1\" align=\"right\" valign=\"top\"><div id=\"fl_centerLayer\" class=\"title_center\">"+
"<div class=\"title_menu\" onmouseover=\"flLayerCtl(true);\" onmouseout=\"flLayerCtl(false);\">"+
"<table width=\"105\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>"+
"<td><img src="+image_baseurl+"logo_table_ul.gif width=\"3\" height=\"3\"></td>"+
"<td height=\"3\" background="+image_baseurl+"logo_table_ub.gif></td>"+
"<td><img src="+image_baseurl+"logo_table_ur.gif width=\"3\" height=\"3\"></td>"+
"</tr><tr>"+
"<td width=\"3\" background="+image_baseurl+"logo_table_lb.gif></td>"+
"<td bgcolor=#FFFFFF><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
//
//游戏LOGO
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/mcsd/\" target=\"_blank\"><img src="+image_baseurl+"mcsd.gif border=\"0\"></a></div></td></tr>"+
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/frxz/\" target=\"_blank\"><img src="+image_baseurl+"frxz.gif border=\"0\"></a></div></td></tr>"+
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/plsm/\" target=\"_blank\"><img src="+image_baseurl+"plsm.gif border=\"0\"></a></div></td></tr>"+
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/mhxx/\" target=\"_blank\"><img src="+image_baseurl+"mhxx.gif border=\"0\"></a></div></td></tr>"+
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/rxsg/\" target=\"_blank\"><img src="+image_baseurl+"rxsg.gif border=\"0\"></a></div></td></tr>"+
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/astd/\" target=\"_blank\"><img src="+image_baseurl+"astd.gif border=\"0\"></a></div></td></tr>"+
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/sydh/\" target=\"_blank\"><img src="+image_baseurl+"sydh.gif border=\"0\"></a></div></td></tr>"+
"<tr><td height=\"32\"><div align=\"center\"><a href=\"http://www.91wan.com/\" target=\"_blank\"><img src="+image_baseurl+"qtyx.gif border=\"0\"></a></div></td></tr>"+

//
//下框
"</table></td>"+
"<td width=\"3\" background="+image_baseurl+"logo_table_rb.gif></td>"+
"</tr><tr>"+
"<td><img src="+image_baseurl+"logo_table_dl.gif width=\"3\" height=\"3\"></td>"+
"<td height=\"3\" background="+image_baseurl+"logo_table_db.gif></td>"+
"<td><img src="+image_baseurl+"logo_table_dr.gif width=\"3\" height=\"3\"></td>"+
"</tr></table>"+
"</div>"+
"</div></td>"+
"</tr></table>"+
"</td></tr></table>"+

"</div>"

if(document.all)
 {
    document.body.insertAdjacentHTML("afterBegin", main_framework);
  }
  else
  {
    document.body.innerHTML+=main_framework;
  }

}

function gGenerateOnload() {
	if(document.body != null) {
		gGenerateCtl(disable_links);
	} else {
		setTimeout("gGenerateOnload();",100);
	}
}
gGenerateOnload();

document.writeln("</td></tr></table>\n");

