📄 index.html
字号:
<html>
<head>
<meta name="DESCRIPTION" content=" 随着汽车工业的飞速发展,汽车整体水平的提高,汽车养护业已是当前汽车行业的潮流。
">
<meta name="keywords" content=",twoloop,,,,,沈阳特路普,汽车养护,,,,特路普,,,汽车养护养品 ">
<meta http-equiv="description" content="">
<meta http-equiv="keywords" content="特路普,汽车养护,沈阳特路普,汽车养护产品">
<title>沈阳特路普汽车养护网</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
function MM_showHideLayers() { //v3.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; }
}
//-->
</script>
<style>
<!--
table.MsoNormalTable
{mso-style-parent:"";
font-size:10.0pt;
font-family:"Times New Roman"
}
-->
#AutoScrollContent {
position:absolute;
top:80px;
left:2px;
width:403px;
visibility:visible;
height: 1px;
} <!-- Do NOT rename this class -->
</style>
<script type="text/javascript" language="JavaScript">
<!--
// Global variable for Cross-browser AutoScroller
flevTimeoutID = null;
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 flevDivPositionValue(sDivID, sPositionProperty) { // v1.0, Marja Ribbers-de Vroed
var sPositionValue;
// ***** W3C Compatible DOM (NN6, Mozilla 16, etc.) *****
if (document.getElementById && !document.all) { //W3C DOM compliant
var docObj = document.getElementById(sDivID);
if (document.defaultView != null) { // NS6+ alike
sPositionValue = document.defaultView.getComputedStyle(docObj, "").getPropertyValue(sPositionProperty);
}
else { // Opera 5 alike
if (sPositionProperty == "height") { sPositionValue = docObj.style.pixelHeight; }
else if (sPositionProperty == "width") { sPositionValue = docObj.style.pixelWidth; }
else { sPositionValue = eval("docObj.style." + sPositionProperty); }
}
sPositionValue = (sPositionValue == "") ? "0" : sPositionValue;
}
// ***** Netscape Navigator 4+ DOM *****
else if (document.layers) { //NS4+ DOM compliant
var docObj = eval("MM_findObj('" + sDivID + "')");
if ((sPositionProperty == "width") || (sPositionProperty == "height")) { sPositionValue = eval("docObj.clip." + sPositionProperty); }
else { sPositionValue = eval("docObj." + sPositionProperty); }
sPositionValue = (sPositionValue == "") ? "0" : sPositionValue;
}
// ***** Internet Explorer 4+ DOM *****
else if (document.all) { //IE4+ DOM compliant
if (sPositionProperty == "width") { sPositionValue = eval(sDivID + ".offsetWidth"); }
else if (sPositionProperty == "height") { sPositionValue = eval(sDivID + ".offsetHeight"); }
else if (sPositionProperty == "top") { sPositionValue = eval(sDivID + ".offsetTop"); }
else if (sPositionProperty == "left") { sPositionValue = eval(sDivID + ".offsetLeft"); }
sPositionValue = (sPositionValue == "") ? "0" : sPositionValue;
}
if (isNaN(sPositionValue)) { if (sPositionValue.indexOf('px') > 0) { sPositionValue = sPositionValue.substring(0,sPositionValue.indexOf('px')); } }
return parseInt(sPositionValue);
}
function flevMoveDiv(sDivID, sLeft, sTop){ // v1.0, Marja Ribbers-de Vroed
var docObj = eval("MM_findObj('" + sDivID + "')");
if (document.layers) { // NS4.x
eval("docObj.top = '" + sTop + "'");
eval("docObj.left = '" + sLeft + "'");
}
else { // all others
eval("docObj.style.top = '" + sTop + "'");
eval("docObj.style.left = '" + sLeft + "'");
}
}
function flevAutoScrollDivs() { // v1.0, Marja Ribbers-de Vroed
var iArgs = flevAutoScrollDivs.arguments.length;
var sContainerDivID = 'AutoScrollContainer';
var sContentDivID = 'AutoScrollContent';
var iStartScrolling = (iArgs > 0) ? parseInt(flevAutoScrollDivs.arguments[0]) : 1;
var iPixels = (iArgs > 1) ? parseInt(flevAutoScrollDivs.arguments[1]) : 1;
var iDelay = (iArgs > 2) ? parseInt(flevAutoScrollDivs.arguments[2]) : 50;
var iCurrentTop = flevDivPositionValue(sContentDivID, 'top');
var iScrollTop = (-1 * flevDivPositionValue(sContentDivID, 'height'));
var iScrollBottom = flevDivPositionValue(sContainerDivID, 'height');
var iCurrentLeft = flevDivPositionValue(sContentDivID, 'left');
if (iStartScrolling) {
if (iCurrentTop != iScrollTop) {flevMoveDiv(sContentDivID, String(iCurrentLeft), String(iCurrentTop-iPixels));} // Continue scrolling
else {flevMoveDiv(sContentDivID, String(iCurrentLeft), String(iScrollBottom));} // Re-position scrolling layer at bottom of containing layer
flevTimeoutID = setTimeout("flevAutoScrollDivs(" + iStartScrolling + "," + iPixels + "," + iDelay + ")", iDelay);
}
else if (flevTimeoutID != null) {clearTimeout(flevTimeoutID);}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="flevAutoScrollDivs(1,1,50)">
<!-- #BeginLibraryItem "/Library/top.lbi" -->
<script language="JavaScript">
<!--
function MM_showHideLayers() { //v3.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; }
}
//-->
</script>
<table width="778" border="0" cellspacing="0" cellpadding="0" height="20" background="images/top.gif" align="center">
<tr>
<td> </td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF" height="70">
<tr>
<td width="194">
<a href="index.html"><img src="images/logo.gif" width="161" height="40" border="0"></a>
</td>
<td width="492">
<div align="center"><img src="images/baner_dh.gif" width="472" height="64"></div>
</td>
<td width="92"> </td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#6699CC">
<tr>
<td width="618" valign="bottom">
<table border="0" cellspacing="0" cellpadding="1" width="591">
<tr>
<td valign="bottom" width="119"><a href="index.html"><font color="#FFFFFF"><b>返回首页</b></font></a></td>
<td valign="bottom" width="171">
<div align="center" onClick="MM_showHideLayers('Layer2','','show','Layer3','','hide')">
<b><font color="#CCCCCC" class="font9">□</font><a href="new.htm"><font color="#FFFFFF" onMouseOver="MM_showHideLayers('Layer2','','show','Layer3','','hide')">公司新闻</font></a></b></div>
</td>
<td valign="bottom" width="181">
<div align="center"><b><font color="#CCCCCC" class="font9">□</font><a href="car.htm"><font color="#FFFFFF" onMouseOver="MM_showHideLayers('Layer2','','hide','Layer3','','show')">汽车养护</font></a></b></div>
</td>
<td valign="bottom" width="112">
<div align="center"><b><font color="#CCCCCC" class="font9">□</font><a href="map.htm"><font color="#FFFFFF" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer3','','hide')">网点分布</font></a></b></div>
</td>
</tr>
</table>
</td>
<td width="13">
<div align="right"><img src="images/01.gif" width="23" height="23"></div>
</td>
<td width="147" bgcolor="#CCCCFF">
<!-- 呼吸小秘书 主页特效篇 1.0版 -->
<!-- 版权所有 Joyo.COM 卓越电脑资讯站 http://www.joyo.com/ -->
<!-- 作者:任毅 E-mail:breath@363.net 主页:http://breath.363.net/ -->
<script language=JavaScript>
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray(
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六");
document.write(
"<font color=##000000 style='font-size:9pt;font-family: 宋体'> ",
today.getYear(),"年",
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -