<!--



function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


			function clockon() {		                 
				thistime= new Date()
				var day; var date;                 
				if(thistime.getDay()==0) day = "星期日"                 
				if(thistime.getDay()==1) day = "星期一"                 
				if(thistime.getDay()==2) day = "星期二"                 
				if(thistime.getDay()==3) day = "星期三"                 
				if(thistime.getDay()==4) day = "星期四"                 
				if(thistime.getDay()==5) day = "星期五"                 
				if(thistime.getDay()==6) day = "星期六" 
				var year=thistime.getYear()
				var month=thistime.getMonth()+1
				var date=thistime.getDate()
				var hours=thistime.getHours()
				var minutes=thistime.getMinutes()
				var seconds=thistime.getSeconds()
				
				if (eval(minutes) < 10) {minutes="0"+minutes}
				if (seconds < 10) {seconds="0"+seconds}
				thistime ="<center><p class='time'>"+year+"年"+month+"月"+date+"日&nbsp;&nbsp;"+day+"&nbsp;&nbsp"+hours+":"+minutes+":"+seconds+"</p ></center>"
					
				if(document.all) {
					time.innerHTML=thistime
				}
				
				if(document.layers) {
					document.time.document.write(thistime)
					document.close()
				}
				var timer=setTimeout("clockon()",1000)
			}
			


function dLink(obj,index)
{
    var iWidth = document.body.clientWidth-785;
    if(iWidth<=0)
        iWidth = 0;
    
    var div = document.createElement("DIV");
    
    div.appendChild(document.createElement("BR"));
    if(index == 1)
    {
        iWidth = iWidth/2 + 640;
        div.appendChild(getLink("软件类","contact.htm"));
	div.appendChild(document.createElement("BR"));
        div.appendChild(getLink("控制类","联系方式-控制类.htm"));
    }
    else if(index == 2)
    {
        iWidth = iWidth/2 + 715;
        div.appendChild(getLink("软件类","support.htm"));
	div.appendChild(document.createElement("BR"));
        div.appendChild(getLink("控制类","技术支持-控制类.htm"));
    }
    
    //div.id = "DIV_SEL1";
    div.style.position = "absolute";
    div.style.top = "123px";
    div.style.left = iWidth+"px";
    div.style.width = "70px";
    div.style.borderWidth = "1px";
    div.style.borderColor = "#006D6B";
    div.style.borderStyle = "solid";
    div.style.backgroundColor = "#FFFFFF";
    div.style.fontSize = "12px";
    var br = document.createElement("BR");
    document.body.appendChild(br);
    document.body.appendChild(div);
    
    obj.attachEvent("onmouseout",function()
    {
        div.style.display = "none";
    })
    div.attachEvent("onmouseout",function()
    {
        div.style.display = "none";
    })
    div.attachEvent("onmouseover",function()
    {
        div.style.display = "";
    })
}

function getLink(_Text,_Link)
{
    var Link = document.createElement("A");
    Link.style.height = "30px";
    Link.style.width = "70px";
    Link.innerText = " "+_Text;
    Link.href = _Link;
    Link.style.lineHeight = "20px";
    Link.style.verticalAlign = "bottom";
    //Link.style.color = "#FFFFFF";
    return Link;
}

-->



