document.write("<DIV id=STATICMENU");
document.write("            style=\"Z-INDEX: 999; LEFT: 1100px; VISIBILITY: visible; WIDTH: 76px; POSITION: absolute; TOP: 274px; HEIGHT: 203px\">");
document.write("  <TABLE cellSpacing=0 cellPadding=0 width=76 border=0>");
document.write("    <TBODY>");
document.write("      <TR>");
document.write("        <TD vAlign=bottom><IMG height=34 ");
document.write("                  alt=创未生物 ");
document.write("                  src=\"images\/online_01.gif\" width=76 useMap=#Map ");
document.write("              border=0><\/TD>");
document.write("      <\/TR>");
document.write("      <TR>");
document.write("        <TD align=middle background=\"images\/online_02.gif\" class=onlinebg><TABLE cellSpacing=0 width=\"90%\" border=0>");
document.write("          <TBODY>");
document.write("            <TR>");
document.write("              <TD align=middle width=\"37%\"><A ");
document.write("                        href=\"http:\/\/wpa.qq.com\/msgrd?V=1&amp;Uin=50777576&amp;Site=创未生物&amp;Menu=No\" ");
document.write("                        target=_blank><IMG alt=给我发消息 ");
document.write("                        src=\"images\/qq1_offline.gif\" border=0><\/A> <\/TD>");
document.write("              <TD align=left width=\"63%\"><A class=list ");
document.write("                        href=\"http:\/\/wpa.qq.com\/msgrd?V=1&amp;Uin=50777576&amp;Site=创未生物&amp;Menu=No\" ");
document.write("                        target=_blank>QQ<\/A><\/TD>");
document.write("            <\/TR>");
document.write("             <TR>");
document.write("              <TD align=middle width=\"37%\"><A ");
document.write("                        href=\"http:\/\/wpa.qq.com\/msgrd?V=1&amp;Uin=964987181&amp;Site=创未生物&amp;Menu=No\" ");
document.write("                        target=_blank><IMG alt=给我发消息 ");
document.write("                        src=\"images\/qq1_offline.gif\" border=0><\/A> <\/TD>");
document.write("              <TD align=left width=\"63%\"><A class=list ");
document.write("                        href=\"http:\/\/wpa.qq.com\/msgrd?V=1&amp;Uin=964987181&amp;Site=创未生物&amp;Menu=No\" ");
document.write("                        target=_blank>QQ<\/A><\/TD>");
document.write("            <\/TR>");
document.write("            <TR>");
document.write("              <TD align=middle><A ");
document.write("                        href=\"msnim:chat?contact=simoneliu2003@hotmail.com\" ");
document.write("                        target=_blank><IMG height=16 ");
document.write("                        src=\"images\/onlinedot_06.gif\" width=16 border=0> <\/A><\/TD>");
document.write("              <TD align=left><A class=list ");
document.write("                        href=\"msnim:chat?contact=simoneliu2003@hotmail.com\" ");
document.write("                        target=_blank>MSN<\/A><\/TD>");
document.write("            <\/TR>");
document.write("            <TR>");
document.write("              <TD align=middle><A ");
document.write("                        href=\"mailto:fangmailto:nhg005@gmail.com\" ");
document.write("                        target=_blank><IMG height=13 ");
document.write("                        src=\"images\/onlinedot_08.gif\" width=16 border=0> <\/A><\/TD>");
document.write("              <TD align=left><A class=list ");
document.write("                        href=\"mailto:nhg005@gmail.com\" ");
document.write("                      target=_blank>电邮<\/A><\/TD>");
document.write("            <\/TR>");
document.write("          <\/TBODY>");
document.write("        <\/TABLE><\/TD>");
document.write("      <\/TR>");
document.write("      <TR>");
document.write("        <TD vAlign=top><IMG height=33 ");
document.write("                  alt=创未生物 ");
document.write("                  src=\"images\/online_03.gif\" width=76 useMap=#Map2 ");
document.write("              border=0><\/TD>");
document.write("      <\/TR>");
document.write("    <\/TBODY>");
document.write("  <\/TABLE>");
document.write("<\/DIV>");

var stmnGAP1 = 70;
var stmnGAP2 = 325;
var stmnBASE = 70;
var stmnActivateSpeed = 200;
var stmnScrollSpeed = 10;

var stmnTimer;

function RefreshStaticMenu() {
	var stmnStartPoint, stmnEndPoint, stmnRefreshTimer;
	stmnStartPoint = parseInt(STATICMENU.style.top, 10);
	stmnEndPoint = document.body.scrollTop + stmnGAP2;
	if (stmnEndPoint < stmnGAP1)
		stmnEndPoint = stmnGAP1;

	stmnRefreshTimer = stmnActivateSpeed;

	if (stmnStartPoint != stmnEndPoint) {
		stmnScrollAmount = Math.ceil(Math.abs(stmnEndPoint - stmnStartPoint)
				/ 15);
		STATICMENU.style.top = parseInt(STATICMENU.style.top, 10)
				+ ((stmnEndPoint < stmnStartPoint)
						? -stmnScrollAmount
						: stmnScrollAmount);
		stmnRefreshTimer = stmnScrollSpeed;
	}

	stmnTimer = setTimeout("RefreshStaticMenu();", stmnRefreshTimer);
}

STATICMENU.style.top = document.body.scrollTop + stmnBASE;
RefreshStaticMenu();

function gogo() {
	STATICMENU.style.display = 'none';
}

