// JavaScript Document
document.writeln("<link href=\"http://v.lotrochina.com/js/title.css\" type=\"text/css\" rel=\"stylesheet\">\n");
document.writeln("<table width=\"100%\" height=\"30\" 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 = "http://v.lotrochina.com/images/web/";
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=\"30\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" onselectstart=\"return false;\" oncontextmenu=\"return false;\" ><tr>"+
"<td><a href=\"http://v.lotrochina.com\" target=\"_blank\"><img src=\""+image_baseurl+"logo_521sp.gif\" border=\"0\" hspace=\"10\"></a></td>"+
"<td width=\"260\"><iframe height=\"18\" src=\"http://v.lotrochina.com/images/web/gg.htm\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe></td>"+
"<td width=\"60%\">&nbsp;</td>"+
"<td><a href=\"http://www.lotrochina.com\" target=\"_blank\"><img src=\""+image_baseurl+"button_pay.gif\" width=\"88\" height=\"24\" border=\"0\" hspace=\"6\"></a></td>"+
"<td><a href=\"http://db.lotrochina.com\" target=\"_blank\"><img src=\""+image_baseurl+"button_service.gif\" width=\"88\" height=\"24\" border=\"0\" hspace=\"6\"></a></td>"+
"<td><a href=\"http://bbs.lotrochina.com\" target=\"_blank\"><img src=\""+image_baseurl+"button_bbs.gif\" width=\"88\" height=\"24\" border=\"0\" hspace=\"6\"></a></td>"+
"<td width=\"100\"><img src=\""+image_baseurl+"logo_qqgame.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=\"160\" 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\">"+
"<tr><td height=\"45\"><a href=\"http://bbs.lotrochina.com\" target=\"_blank\"><img src="+image_baseurl+"logo_bbs.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"45\"><a href=\"http://bbs.lotrochina.com/read.php?tid-6.html\" target=\"_blank\"><img src="+image_baseurl+"logo_box.jpg border=\"0\"></a></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");