//右侧向导
document.write("<DIV id=fl_ltop style=\"left: 0px; background-color:#FFFFFF; POSITION: absolute; TOP: 30px; FONT: 12px\/150% \'宋体\'; POSITION: absolute\">");
document.writeln("<div style=\"width:105px;\">");
document.writeln("  <IMG height=33 src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/ad-01.gif\" width=107>");
document.writeln("    <div ");
document.writeln("      style=\"BORDER-RIGHT: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; padding:0px; margin:0px;\" ");
document.writeln("      cellSpacing=0 cellPadding=0 width=\"100%\" bgColor=#ffffff border=0>");
document.writeln("        ");
document.writeln("      <DIV ");
document.writeln("            style=\"PADDING-RIGHT: 0px; padding-top:2px;PADDING-BOTTOM: 0px; TEXT-ALIGN: left\"><IMG ");
document.writeln("            height=8 ");
document.writeln("            src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/ad2.gif\" ");
document.writeln("            width=9> <STRONG>我要在线咨询<\/STRONG><\/DIV>");
document.writeln("            <HR ");
document.writeln("            style=\"BORDER-RIGHT: #cccccc 1px dotted; BORDER-TOP: #cccccc 1px dotted; BORDER-LEFT: #cccccc 1px dotted; BORDER-BOTTOM: #cccccc 1px dotted\" ");
document.writeln("            noShade SIZE=1>");
document.writeln("");
document.writeln("            <DIV style=\"TEXT-ALIGN: left;\">");
document.writeln("            <ul style=\"list-style:none; margin:0; padding:0;\">");
document.writeln("              <li> <A href=\"http:\/\/www.sjzsbyy.com\/duihua.htm?arg=shenbingyiyuan&style=4&kf=zonghe01&kflist=off&kfstat=0&zdkf_type=1\" target=_blank><img src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/qq1.gif\" width=\"99\" height=\"24\" border=\"0\" /><\/a><\/li>");
document.writeln("              <li style=\" margin-top:3px;\"><A href=\"http:\/\/www.sjzsbyy.com\/duihua.htm?arg=shenbingyiyuan&style=4&kf=zonghe02&kflist=off&kfstat=0&zdkf_type=1\" target=_blank><img src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/qq2.gif\" width=\"99\" height=\"24\" border=\"0\" /><\/a><\/li>");
document.writeln("              <li style=\" margin-top:3px;\"><A href=\"http:\/\/www.sjzsbyy.com\/duihua.htm?arg=shenbingyiyuan&style=4&kf=zonghe02&kflist=off&kfstat=0&zdkf_type=1\" target=_blank><img src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/qq3.gif\" width=\"99\" height=\"24\" border=\"0\" /><\/a><\/li>");
document.writeln("              <li style=\" margin-top:3px;\"> <A href=\"http:\/\/www.sjzsbyy.com\/duihua.htm?arg=shenbingyiyuan&style=4&kf=zonghe03&kflist=off&kfstat=0&zdkf_type=1\" target=_blank><img src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/qq4.gif\" width=\"99\" height=\"24\" border=\"0\" /><\/a><\/li>");
document.writeln("              <li style=\" margin-top:3px;\"><A href=\"http:\/\/www.sjzsbyy.com\/duihua.htm\" target=_blank><img src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/qq5.gif\" width=\"99\" height=\"24\" border=\"0\" /><\/a><\/li>");
document.writeln("            <\/ul>");
document.write("            <BR><DIV style=\"PADDING-RIGHT: 0px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; TEXT-ALIGN: left\"><IMG height=8 src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/ad2.gif\" width=9><STRONG>我要电话咨询<\/STRONG><\/DIV>");
document.writeln("            <HR ");
document.writeln("            style=\"BORDER-RIGHT: #cccccc 1px dotted; BORDER-TOP: #cccccc 1px dotted; BORDER-LEFT: #cccccc 1px dotted; BORDER-BOTTOM: #cccccc 1px dotted\" ");
document.writeln("            noShade SIZE=1>");
document.write("            固话小灵通请拨打<BR><span style=\"color:#FF0000\">800 9111 789<\/span><BR>手机请拨打<BR>");
document.write("            <span style=\"color:#FF0000\">0311-85866333<\/span><BR>");
document.writeln("<a href=\"http:\/\/www.sjzsbyy.com/dianhua/\" target=_blank><img src=\"http:\/\/www.sjzsbyy.com\/bingli\/imgaes\/ico3.gif\" align=\"bottom\" alt=\"点此免费呼叫\" border=\"0\" \/><\/a>")
document.writeln("			<\/DIV><BR>");
document.write("            <DIV id=close align=right><A onclick=\"MM_showHideLayers(\'fl_ltop\',\'\',\'hide\')\" href=\"javascript:;\">关闭<\/A><\/DIV>");
document.write("            <DIV><\/DIV><\/div><\/div><\/DIV>");


<!--
lastScrollY=0;
function heartBeat(){ 
	var diffY;
	if (document.documentElement && document.documentElement.scrollTop)
	 diffY = document.documentElement.scrollTop;
	else if (document.body)
	 diffY = document.body.scrollTop
	else
		{/*Netscape stuff*/}	 
	//alert(diffY);
	percent=.1*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	
	var d = document.getElementById("fl_ltop")
	d.style.top = d.style.top == "" ? "102px" : d.style.top
	d.style.top = parseInt(d.style.top) + percent + "px"	
	
	lastScrollY=lastScrollY+percent; 
	//alert(lastScrollY);
}	
window.setInterval("heartBeat()",1);
//-->


//关闭按钮功能
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->

function Checkreg()    
{    
//验证电话号码手机号码，包含153，159号段    
if (form1.ntel.value==""){    
alert("请填写您的电话号码 或者 手机号码！"); 
form1.ntel.focus();
return false;    
}    
if (form1.ntel.value != ""){    
var phone=form1.ntel.value;    
var p1 = /^(([0\+]\d{2,3}-)?(0\d{2,3})-)?(\d{7,8})(-(\d{3,}))?$/; 
var me = false;    

var reg0 = /^13\d{9}$/;    
var reg1 = /^153\d{8}$/;    
var reg2 = /^159\d{8}$/;    
var reg3 = /^0\d{10,11}$/; 
var reg4 = /^0\d{9}$/;

if (p1.test(phone)||reg0.test(phone)||reg1.test(phone)||reg2.test(phone)||reg3.test(phone)||reg4.test(phone))me=true;    
if (!me)
{        
alert('对不起，您输入的电话或手机号码错误，请重新输入！');
form1.ntel.focus();    
return false;    
}  
if(phone.length==7||phone.length==8)
{
  alert('请在固定电话 或 小灵通号码前加上区号！');
  form1.ntel.focus();
  return false;
}
return true;  
}        
}


document.writeln("<DIV ");
document.writeln("style=\"BORDER-RIGHT: medium none; BORDER-TOP: medium none; FILTER: progid:DXImageTransform.Microsoftpadding:8px; ; LEFT: expression(eval(document.documentElement.scrollLeft)+eval(document.documentElement.clientWidth)-105); BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; POSITION: absolute; ; TOP: expression(eval(document.documentElement.scrollTop)+eval(document.documentElement.clientHeight)-320); TEXT-ALIGN: center\">");
document.writeln("<P></P><BR><BR><BR><A onclick=select() ");
document.writeln("href=\"http://www.sjzsbyy.com/dianhua/\" target=_blank><IMG alt=肾病咨询 src=\"http://www.sjzsbyy.com/sjzsbyy/images/btn_1_1.jpg\" border=0></A>  </DIV>");
document.writeln("</div>");