function doThis(el){
 var url = el.href;
 var url2 = url.substring(url.lastIndexOf("/")+1,url.length);//about_hs
 var url3 = location.href //URL是否包含url2

if (url3.indexOf(url2)!=-1 ) {
el.style.textDecoration = "none";
el.style.fontSize = "15px";
        return "#FF0000"
         }
}

with(document){
write("<span class=borders>")	
write("<table width=676 cellpadding=1 cellspacing=1 class=item>")
write("<tr>")
write("<td align=center class=items>")
write("<a href=http://www.freshouse.com.tw/about_us.html class=items target=_parent>關於菇薌</a>")
write(" | <a href=http://www.freshouse.com.tw/about_hs.html class=items target=_parent>關於新社</a>")
write(" | <a href=http://www.freshouse.com.tw/nicefood.html class=items target=_parent>與眾分享</a>")
write(" | <a href=http://www.freshouse.com.tw/shop/ class=items target=_parent><b>菇薌線上門市</b></a><img src=http://www.freshouse.com.tw/images/icon_hot.gif width=28>")
write(" | <a href=http://www.freshouse.com.tw/beauty.html class=items target=_parent>最<span class=eng>HOT</span>景點</a>")
write(" | <a href=http://www.freshouse.com.tw/homestay.html class=items target=_parent>民宿快搜</a>")
write(" | <a href=http://www.freshouse.com.tw/niceplace.html class=items target=_parent>新社采風</a>")
write(" | <a href=http://www.freshouse.com.tw/farm.html class=items target=_parent>農產介紹</a>")
write("</td>")
write("</tr>")
write("<tr>")
write("<td align=center class=items>")
write("<a href=http://www.freshouse.com.tw/howpluck.html class=items target=_parent>如何採香菇</a>")
write(" | <a href=http://www.freshouse.com.tw/skill.html class=items target=_parent>採購技巧</a>")
write(" | <a href=http://www.freshouse.com.tw/map.html class=items target=_parent>地圖導覽</a>")
write(" | <a href=http://www.freshouse.com.tw/schedule.html class=items target=_parent>推薦行程</a>")
//write(" | <a href=http://www.freshouse.com.tw/customer.html class=items>到此一遊</a>")
//write(" | <a href=http://www.freshouse.com.tw/depth.html class=items>深度報導</a>")
//write(" | <a href='javascript:void(0);' onclick=\"window.open('http://www.freshouse.com.tw/cgi-bin/bbs/yybbs.cgi','','width=800,height=600,scrollbars=yes,status=no')\" class=items>旅遊留言</a>")
write(" | <a href=\"mailto:freshouse426@gmail.com\" class=items>聯絡菇薌</a>")
write("</td>")
write("</tr>")
write("</table>")
write("</span>")
}
