document.writeln("<link href=\"images/longda/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 flLayerCtl2(bl) {
	var ob = document.getElementById("fl_centerLayer2");
	if(bl) {
		ob.style.visibility = "visible";
	} else {
		ob.style.visibility = "hidden";
	}
}

function gGenerateCtl(disable) {
var image_baseurl = "images/longda/";
var main_framework =
"<div class=\"title_main\">"+
"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\""+image_baseurl+"title_bg.gif\" class=\"header_title\"><tr><td>"+
"<table width=\"100%\" height=\"30\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"  onselectstart=\"return false;\" oncontextmenu=\"return false;\" ><tr>"+
"<td width=\"38\"><img src=\""+image_baseurl+"40_32.gif\" border=\"0\" hspace=\"10\"></td>"+
"<td><iframe height=\"18\" src=\"/News.htm\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe></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=\"120\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"topbarmenu\"><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>"+

"</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>"

document.body.insertAdjacentHTML("afterBegin", main_framework);

}

if (!document.all && 'undefined' !== typeof(HTMLElement))
{
	HTMLElement.prototype.insertAdjacentHTML = function (where, html) { 
		var e = this.ownerDocument.createRange(); 
		e.setStartBefore(this); 
		e = e.createContextualFragment(html); 
		switch (where) 
		{ 
			case 'beforeBegin':
				this.parentNode.insertBefore(e, this);
				break; 
			case 'afterBegin':
				this.insertBefore(e, this.firstChild);
				break; 
			case 'beforeEnd':
				this.appendChild(e);
				break;
			case 'afterEnd':
				if(!this.nextSibling)
				{
					this.parentNode.appendChild(e);
				}
				else
				{
					this.parentNode.insertBefore(e, this.nextSibling);
				}
				break; 
		} 
	}
}

function gGenerateOnload() {
	if(document.body != null) {
		gGenerateCtl(disable_links);
	} else {
		setTimeout("gGenerateOnload();",100);
	}
} gGenerateOnload();

document.writeln("</td></tr></table>\n");