if  (typeof(id)=='undefined')
{
var id=20;
}

document.writeln("		<style>");
document.writeln("*{ margin:0px auto;} ");
document.writeln(".extbkbox {width:200px; position:fixed; bottom:0px;position:absolute;z-index:1000;}");
document.writeln(".extbkbox {top:expression(offsetParent.scrollTop+240);}");
document.writeln(".extbkbox{right:0px;}");
document.writeln(".extbkboxm {clear:both; height:32px; background:url(http://www.5jjdw.com/ksdh/message/image/images/bg_01.gif) no-repeat;}");
document.writeln(".extbkboxm .extmore {float:right;cursor:pointer; display:inline; margin:6px 6px 0px 0px;}");
document.writeln(".extbkboxb {font-size:12px; clear:both; background:url(http://www.5jjdw.com/ksdh/message/image/images/bg_02.gif); color:#666;}");
document.writeln(".liuyan{ width:200px;}");
document.writeln(".liuyan ul{ list-style:none; text-align:center; padding:5px 2px;}");
document.writeln(".liuyantext{ width:140px;border:1px solid #e2e2e2; color:#666;}");
document.writeln("ul li{ padding:2px 0px;}");
document.writeln("</style>");
document.writeln("<div id=\"extbkbox\" class=\"extbkbox\" style=\"display:block;\">");
document.writeln("    <div class=\"extbkboxm\">");
document.writeln("	<div class=\"extmore\">");
document.writeln("		<span id=\"extbkboxnar\" onclick=\"extbkboxnar();\"><img id=\"closebt\" src=\"http://www.5jjdw.com/ksdh/message/image/open.gif\" /></span>");
document.writeln("	</div>");
document.writeln("	</div>");
document.writeln("    <div class=\"extbkboxb\" id=\"extbkboxb\" style=\"display:none;\">");
document.writeln("		<div class=\"liuyan\">");
document.writeln("				<iframe style=\"display:none;\" name=\"frmHid\" src=\"about:blank\"></iframe>");
document.writeln("	<form style=\"margin:0px;\" method=\"post\" action=\"http://www.5jjdw.com/common/liuyan.aspx\" target=\"frmHid\" id=\"frmPost\">");
document.writeln("	<input type=\"hidden\" name=\"action\" value=\"post\" />");
document.writeln("	<input type=\"hidden\" name=\"id\" value=\""+id+"\" />");
document.writeln("				<ul>");
document.writeln("					<li>&#x516C;&#x53F8;&#xFF1A;<input type=\"text\" name=\"comname\" id=\"comname\" maxlength=\"20\" class=\"liuyantext\"/></li>");
document.writeln("					<li>&#x59D3;&#x540D;&#xFF1A;<input type=\"text\" name=\"username\" id=\"username\" maxlength=\"10\" class=\"liuyantext\"/></li>");
document.writeln("					<li style=\"display:none;\">&#x60A8;&#x7684;&#x90AE;&#x7BB1;<input type=\"text\" name=\"mail\" id=\"mail\" maxlength=\"20\" class=\"liuyantext\"/></li>");
document.writeln("					<li>&#x7535;&#x8BDD;&#xFF1A;<input type=\"text\" name=\"tel\" id=\"tel\" maxlength=\"15\" class=\"liuyantext\"/></li>");
document.writeln("					<li style=\"display:none;\">&#x60A8;&#x7684;&#x4F20;&#x771F;&#xFF1A;<input type=\"text\" name=\"fax\" id=\"fax\" maxlength=\"15\" class=\"liuyantext\"/></li>");
document.writeln("					<li style=\"display:none;\">&#x516C;&#x53F8;&#x7F51;&#x5740;&#xFF1A;<input type=\"text\" name=\"web\" id=\"web\" maxlength=\"20\" value=\"http://\" class=\"liuyantext\"/></li>");
document.writeln("					<li style=\"display:none;\">&#x8054;&#x7CFB;&#x5730;&#x5740;&#xFF1A;<input type=\"text\" name=\"add\" id=\"add\" maxlength=\"30\" class=\"liuyantext\"/></li>");
document.writeln("					<li><textarea style=\" border:1px solid #e2e2e2; font-size:12px; color:#666; width:180px;\" name=\"info\" id=\"info\" cols=\"45\" rows=\"5\" onfocus=\"ShowCode();\">&#x4EA7;&#x54C1;&#x578B;&#x53F7;&#xFF1A;-----&#x4EA7;&#x54C1;&#x6570;&#x91CF;&#xFF1A;-----&#x5730;&#x5740;&#xFF1A;</textarea></li>");
document.writeln("					<li><span id=\"ForCode\" style=\"display:none\"><input type=\"text\" name=\"rcode\" id=\"rcode\" size=\"4\" maxlength=\"6\" style=\" border:1px solid #e2e2e2;font-size:12px; color:#666;\" />&nbsp;&nbsp;<img align=\"absmiddle\" src=\"\" ondblclick=\"ShowRCode();\" id=\"MyCode\" />&nbsp;&nbsp;<a href=\"#\" onclick=\"ShowRCode();return false;\">&#x5237;&#x65B0;</a></span></li>");
document.writeln("					<li><input type=\"submit\" name=\"&#x7559;&#x8A00;\" id=\"button\" value=\"&#x63D0;&#x4EA4;\" onclick=\"return liuyan(id);\"/>&nbsp;&nbsp;<input type=\"reset\" value=\"&#x91CD;&#x586B;\" /></li>");
document.writeln("				</ul>");
document.writeln("		</form>");
document.writeln("		</div>");
document.writeln("	</div>");
document.writeln("	<div style=\"width:200px; height:18px; background:url(http://www.5jjdw.com/ksdh/message/image/images/bg_03.gif) no-repeat;\"></div>");
document.writeln("</div>");

/*message*/
function extbkboxnar(){
	var narrowmen = document.getElementById("extbkboxnar");
	var narrowbox = document.getElementById("extbkboxb");
	var closebt = document.getElementById("closebt");
	if (narrowbox.style.display == "block"){
		narrowbox.style.display = "none";
		closebt.src="http://www.5jjdw.com/ksdh/message/image/open.gif";
		}
		else{
		narrowbox.style.display = "block";
		closebt.src="http://www.5jjdw.com/ksdh/message/image/close.gif";
		}		
	}
function extbkboxove(str){document.getElementById("extbkbox").style.display = "none";}

