﻿
document.write('<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />');

var current_url = location.href;

if (current_url.indexOf('new') == -1){
document.title='99click 中国网络营销分析专家';
}
function changeBGImg(tdobj, flag){	
	//alert(tdobj);
	var imgname = "";
	if(tdobj=="ob1"){
	  imgname = "on_01";
	}else if(tdobj=="ob7"){
		imgname = "on_03";
	}else{
	  imgname = "on_02";
	}
	
	if(flag == 1){  // mouseover
		document.getElementById(tdobj).style.background='transparent url(images/'+imgname+'hover.gif) no-repeat 100% top';
	}else{    // mouseout
		document.getElementById(tdobj).style.background='transparent url(images/'+imgname+'.gif) no-repeat 100%  top';
	}	
}
var navbar = 
		"<table width=\"1000\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"padding:0;margin:0;\">" +
  	"	 <tr>" + 
  	"    <td colspan=\"3\" style=\"padding:0;margin:0;\"><img src=\"images/up_01.gif\" width=\"1000\" height=\"26\" id=\"up_01\"></td>" + 
  	"  </tr>" +
  	"	 <tr>" + 
  	"    <td colspan=\"3\" align=\"right\" style=\"padding:0;margin:0;\"><img src=\"images/tel.gif\" alt=\"免费咨询：400-699-0896\" width=\"269\" height=\"22\" style=\"padding-right:5px;\"></td>" + 
  	"  </tr>" +
  	"  <tr>" +
  	"    <td width=\"224\" ><a href='#'><img src=\"images/up_02.gif\" width=\"224\" height=\"51\" border='0'></a></td>" +
  	"    <td width=\"70\">&nbsp;</td>"+
  	"    <td width=\"706\">" +
  	"      <table  width=\"693\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >" +
  	"        <tr>" +
  	"           <td>&nbsp;</td>" +
  	"         </tr>" +     
  	"        <tr>" +
  	"          <td  id=\"ob1\" width=\"99\" height=\"35\" align=\"center\" style=\"background:transparent url(images/on_01.gif) no-repeat 100% top\" onmouseover=\"changeBGImg('ob1', 1)\" onmouseout=\"changeBGImg('ob1', 2)\"><a class=\"nav\" href=\"index.html\" target=\"_parent\" style=\"color:white\">首&nbsp;&nbsp;页</a></td>" +
  	"          <td  id=\"ob2\" width=\"99\" height=\"35\" align=\"center\" style=\"background:transparent url(images/on_02.gif) no-repeat 100% top\" onmouseover=\"changeBGImg('ob2', 1)\" onmouseout=\"changeBGImg('ob2', 2)\"><a class=\"nav\" href=\"news.html\" target=\"_parent\" style=\"color:white\">新闻动态</a></td>" +
  	"          <td  id=\"ob3\" width=\"99\" height=\"35\" align=\"center\" style=\"background:transparent url(images/on_02.gif) no-repeat 100% top\" onmouseover=\"changeBGImg('ob3', 1)\" onmouseout=\"changeBGImg('ob3', 2)\"><a class=\"nav\" href=\"product.html\" target=\"_parent\" style=\"color:white\" name=\"product_top\">产品服务</a></td>" +
  	"          <td  id=\"ob4\" width=\"99\" height=\"35\" align=\"center\" style=\"background:transparent url(images/on_02.gif) no-repeat 100% top\" onmouseover=\"changeBGImg('ob4', 1)\" onmouseout=\"changeBGImg('ob4', 2)\"><a class=\"nav\" href=\"agent.html\" target=\"_parent\" style=\"color:white\">代理专区</a></td>" +
  	"          <td  id=\"ob5\" width=\"99\" height=\"35\" align=\"center\" style=\"background:transparent url(images/on_02.gif) no-repeat 100% top\" onmouseover=\"changeBGImg('ob5', 1)\" onmouseout=\"changeBGImg('ob5', 2)\"><a class=\"nav\" href=\"show.html\" target=\"_parent\" style=\"color:white\">解决方案</a></td>" +
  	"          <td  id=\"ob6\" width=\"99\" height=\"35\" align=\"center\" style=\"background:transparent url(images/on_02.gif) no-repeat 100% top\" onmouseover=\"changeBGImg('ob6', 1)\" onmouseout=\"changeBGImg('ob6', 2)\"><a class=\"nav\" href=\"training.html\" target=\"_parent\" style=\"color:white\">培训专区</a></td>" +
  	"          <td  id=\"ob7\" width=\"99\" height=\"35\" align=\"center\" style=\"background:transparent url(images/on_03.gif) no-repeat 100% top\" onmouseover=\"changeBGImg('ob7', 1)\" onmouseout=\"changeBGImg('ob7', 2)\"><a class=\"nav\" href=\"about.html\" target=\"_parent\" style=\"color:white\">关于我们</a></td>" +
  	"        </tr>" +
    "      </table>" +
    "    </td>" +
    "  </tr>" +
    "</table>" ;
 document.write(navbar);

