﻿document.write("<style type='text/css'>.active a{font-weight:bold; color:#0d98d9}</style>");
document.write("				<dl>					<dt><a href='/advantage/'><img src='/images/1-1-0a.gif' onmouseover='JavaScript:this.src='/images/1-1-0s.gif'' onmouseout='JavaScript:this.src='/images/1-1-0a.gif'' border='0' /></a></dt>				  	<dd><div id='advan_team'><a href='/advantage/ouradvantage/team/index.html'>技术团队优势</a></div></dd>					<dd><div id='advan_price'><a href='/advantage/ouradvantage/price/index.html'>价格优势</a></div></dd>					<dd><div id='advan_product'><a href='/advantage/ouradvantage/product/index.html'>产品优势</a></div></dd>					<dd><div id='advan_service'><a href='/advantage/ouradvantage/service/index.html'>服务优势</a></div></dd>					<dt style='margin-top:50px'><a href='/advantage/partner/index.html'><img src='/images/1-1-1a.gif' onMouseOver='JavaScript:this.src='/images/1-1-1s.gif'' onMouseOut='JavaScript:this.src='/images/1-1-1a.gif'' border='0' /></a></dt>					<dt style='margin-top:10px'><a href='/advantage/aboutus/index.html'><img src='/images/1-1-2a.gif' onMouseOver='JavaScript:this.src='/images/1-1-2s.gif'' onMouseOut='JavaScript:this.src='/images/1-1-2a.gif'' border='0' /></a></dt>				</dl>				<div class='business_link'>					<div class='business_title'><img src='/images/business_title.gif' /></div>					<div class='business_list'>						<ul>							<li><a href='/business/design/per/index.html'>个人形象设计</a></li>							<li><a href='/business/design/corporate/index.html'>企业形象设计</a></li>							<li><a href='/business/design/product/index.html'>产品形象设计</a></li>						</ul>						<div class='hr'></div>						<ul>							<li><a href='/business/film/advertisement/index.html'>企业广告宣传</a></li>							<li><a href='/business/film/product/index.html'>产品片拍摄制作</a></li>							<li><a href='/business/film/exhibit/index.html'>宣传片拍摄制作</a></li>							<li><a href='/business/film/visualize/index.html'>形象片拍摄制作</a></li>						</ul>						<div class='hr'></div>						<ul>							<li><a href='/business/cartoon/2dflash/index.html'>2D动画宣传制作</a></li>							<li><a href='/business/cartoon/3dflash/index.html'>3D动画宣传制作</a></li>							<li><a href='/business/cartoon/cartoon/index.html'>漫画宣传制作</a></li>						</ul>						<div class='hr'></div>						<ul>							<li><a href='/business/audio/corporate/index.html'>企业歌曲</a></li>							<li><a href='/business/audio/game/index.html'>游戏场景音乐制作</a></li>							<li><a href='/business/audio/adver/index.html'>广告影视配音</a></li>							<li><a href='/business/audio/per/index.html'>个人专辑录制</a></li>						</ul>					</div>				</div>				<div class='every_contact'>					<div><span>电话：</span>0755-25415590</div>					<div><span>传真：</span>0755-26978591</div>				</div>");
function geturl(){ 
	var url = location.href;
	var domainInx=url.indexOf(".com")+4;
	if (domainInx>=0){
		url=url.substring(domainInx,url.length);
	}
	
	return url;  
} 
var thisurl=geturl();
switch (thisurl){
	case "/advantage/ouradvantage/team/":
	case "/advantage/ouradvantage/team/index.html":
		document.getElementById("advan_team").className="active";
		break;
	case "/advantage/ouradvantage/price/":
	case "/advantage/ouradvantage/price/index.html":
		document.getElementById("advan_price").className="active";
		break;
    case "/advantage/ouradvantage/product/":
	case "/advantage/ouradvantage/product/index.html":
		document.getElementById("advan_product").className="active";
		break;
	case "/advantage/ouradvantage/service":
	case "/advantage/ouradvantage/service/index.html":
		document.getElementById("advan_service").className="active";
		break;
}
