﻿var s = navigator.userAgent;if (s.indexOf('MSIE')!=-1){s = s.substr(s.indexOf('MSIE') + 5,1);if (s<=5){alert("您的浏览器版本过低！");window.close();}}

function movearea(obj1,name){var b = obj1.parentNode.getElementsByTagName("li");var v = document.getElementById(name).getElementsByTagName("blockquote");for(i=0;i<v.length;i++){if(obj1==b[i]){b[i].className = "on";v[i].className = "block";}else{b[i].className = "";v[i].className = "none";}}} 

function addFavorite(url,title){if(window.sidebar){window.sidebar.addPanel(title, url,"");}else if(document.all){window.external.addFavorite(url, title);}else if(window.opera && window.print){return true;}} 

function ShowGroupSite(){if(document.getElementById("GroupSite")){if(document.getElementById("GroupSite").className=="none"){document.getElementById("GroupSite").className="GroupSite";}else{document.getElementById("GroupSite").className="none";}}}
